#cb01ed color space conversions
Hex:
        #cb01ed
        RGB:
        203, 1, 237
        CMY:
        20, 100, 7
        CMYK:
        14, 100, 0, 7
      HSL:
        291°, 99.1597%, 46.6667%
        HSV (HSB):
        291°, 99.5781%, 92.9412%
        XYZ:
        39.9255, 18.8326, 81.6515
        xyY:
        0.2844, 0.1341, 18.8326
      CIE-Lab:
        50.4908, 87.8633, -67.0647
        CIE-LCH:
        50.4908, 110.5334, 322.6460
        CIE-Luv:
        50.4908, 54.8985, -111.3223
        Hunter-Lab:
        43.3966, 88.2786, -81.1777
      #cb01ed color charts
#cb01ed RGB chart
      #cb01ed CMYK chart
      #cb01ed RGB pie chart
      #cb01ed color shades, tints & tones
#cb01ed color schemes
#cb01ed color preview, HTML & CSS examples
           This text has a color of #cb01ed        
        
          <p style="color:#cb01ed;">Text here</p>
        
        
          .mytext {color:#cb01ed;}
        
        Text color #cb01ed
      
           This box has a color of #cb01ed        
        
          <div style="background-color:#cb01ed;">Content here</div>
        
        
          .mybackground {background-color:#cb01ed;}
        
        Background color #cb01ed
      
           Border around this has a color of #cb01ed        
        
          <div style="border:2px solid #cb01ed;">Content here</div>
        
        
          .myborder {border:2px solid #cb01ed;}
        
        Border color #cb01ed