#cf01ec color space conversions
Hex:
        #cf01ec
        RGB:
        207, 1, 236
        CMY:
        19, 100, 7
        CMYK:
        12, 100, 0, 7
      HSL:
        293°, 99.1561%, 46.4706%
        HSV (HSB):
        293°, 99.5763%, 92.5490%
        XYZ:
        40.8833, 19.3432, 80.9357
        xyY:
        0.2896, 0.1370, 19.3432
      CIE-Lab:
        51.0864, 88.2670, -65.5054
        CIE-LCH:
        51.0864, 109.9182, 323.4199
        CIE-Luv:
        51.0864, 57.8725, -109.5537
        Hunter-Lab:
        43.9809, 88.9613, -78.3215
      #cf01ec color charts
#cf01ec RGB chart
      #cf01ec CMYK chart
      #cf01ec RGB pie chart
      #cf01ec color shades, tints & tones
#cf01ec color schemes
#cf01ec color preview, HTML & CSS examples
           This text has a color of #cf01ec        
        
          <p style="color:#cf01ec;">Text here</p>
        
        
          .mytext {color:#cf01ec;}
        
        Text color #cf01ec
      
           This box has a color of #cf01ec        
        
          <div style="background-color:#cf01ec;">Content here</div>
        
        
          .mybackground {background-color:#cf01ec;}
        
        Background color #cf01ec
      
           Border around this has a color of #cf01ec        
        
          <div style="border:2px solid #cf01ec;">Content here</div>
        
        
          .myborder {border:2px solid #cf01ec;}
        
        Border color #cf01ec