#cf00ec color space conversions
Hex:
        #cf00ec
        RGB:
        207, 0, 236
        CMY:
        19, 100, 7
        CMYK:
        12, 100, 0, 7
      HSL:
        293°, 100.0000%, 46.2745%
        HSV (HSB):
        293°, 100.0000%, 92.5490%
        XYZ:
        40.8724, 19.3215, 80.9321
        xyY:
        0.2896, 0.1369, 19.3215
      CIE-Lab:
        51.0613, 88.3418, -65.5460
        CIE-LCH:
        51.0613, 110.0025, 323.4261
        CIE-Luv:
        51.0613, 57.9084, -109.6041
        Hunter-Lab:
        43.9563, 89.0536, -78.3951
      #cf00ec color charts
#cf00ec RGB chart
      #cf00ec CMYK chart
      #cf00ec RGB pie chart
      #cf00ec color shades, tints & tones
#cf00ec color schemes
#cf00ec color preview, HTML & CSS examples
           This text has a color of #cf00ec        
        
          <p style="color:#cf00ec;">Text here</p>
        
        
          .mytext {color:#cf00ec;}
        
        Text color #cf00ec
      
           This box has a color of #cf00ec        
        
          <div style="background-color:#cf00ec;">Content here</div>
        
        
          .mybackground {background-color:#cf00ec;}
        
        Background color #cf00ec
      
           Border around this has a color of #cf00ec        
        
          <div style="border:2px solid #cf00ec;">Content here</div>
        
        
          .myborder {border:2px solid #cf00ec;}
        
        Border color #cf00ec