#cc12fd color space conversions
Hex:
        #cc12fd
        RGB:
        204, 18, 253
        CMY:
        20, 93, 1
        CMYK:
        19, 93, 0, 1
      HSL:
        287°, 98.3264%, 53.1373%
        HSV (HSB):
        287°, 92.8854%, 99.2157%
        XYZ:
        42.8478, 20.3618, 94.6004
        xyY:
        0.2715, 0.1290, 20.3618
      CIE-Lab:
        52.2439, 89.2288, -73.1803
        CIE-LCH:
        52.2439, 115.3999, 320.6434
        CIE-Luv:
        52.2439, 49.7939, -121.1698
        Hunter-Lab:
        45.1241, 90.5283, -92.7117
      #cc12fd color charts
#cc12fd RGB chart
      #cc12fd CMYK chart
      #cc12fd RGB pie chart
      #cc12fd color shades, tints & tones
#cc12fd color schemes
#cc12fd color preview, HTML & CSS examples
           This text has a color of #cc12fd        
        
          <p style="color:#cc12fd;">Text here</p>
        
        
          .mytext {color:#cc12fd;}
        
        Text color #cc12fd
      
           This box has a color of #cc12fd        
        
          <div style="background-color:#cc12fd;">Content here</div>
        
        
          .mybackground {background-color:#cc12fd;}
        
        Background color #cc12fd
      
           Border around this has a color of #cc12fd        
        
          <div style="border:2px solid #cc12fd;">Content here</div>
        
        
          .myborder {border:2px solid #cc12fd;}
        
        Border color #cc12fd