#c006ed color space conversions
Hex:
        #c006ed
        RGB:
        192, 6, 237
        CMY:
        25, 98, 7
        CMYK:
        19, 97, 0, 7
      HSL:
        288°, 95.0617%, 47.6471%
        HSV (HSB):
        288°, 97.4684%, 92.9412%
        XYZ:
        37.0894, 17.4511, 81.5343
        xyY:
        0.2726, 0.1282, 17.4511
      CIE-Lab:
        48.8235, 85.9647, -69.8524
        CIE-LCH:
        48.8235, 110.7669, 320.9037
        CIE-Luv:
        48.8235, 47.6967, -113.8252
        Hunter-Lab:
        41.7746, 85.3752, -86.4782
      #c006ed color charts
#c006ed RGB chart
      #c006ed CMYK chart
      #c006ed RGB pie chart
      #c006ed color shades, tints & tones
#c006ed color schemes
#c006ed color preview, HTML & CSS examples
           This text has a color of #c006ed        
        
          <p style="color:#c006ed;">Text here</p>
        
        
          .mytext {color:#c006ed;}
        
        Text color #c006ed
      
           This box has a color of #c006ed        
        
          <div style="background-color:#c006ed;">Content here</div>
        
        
          .mybackground {background-color:#c006ed;}
        
        Background color #c006ed
      
           Border around this has a color of #c006ed        
        
          <div style="border:2px solid #c006ed;">Content here</div>
        
        
          .myborder {border:2px solid #c006ed;}
        
        Border color #c006ed