#ca01ee color space conversions
Hex:
        #ca01ee
        RGB:
        202, 1, 238
        CMY:
        21, 100, 7
        CMYK:
        15, 100, 0, 7
      HSL:
        291°, 99.1632%, 46.8627%
        HSV (HSB):
        291°, 99.5798%, 93.3333%
        XYZ:
        39.8006, 18.7513, 82.4106
        xyY:
        0.2823, 0.1330, 18.7513
      CIE-Lab:
        50.3950, 87.8855, -67.7913
        CIE-LCH:
        50.3950, 110.9933, 322.3549
        CIE-Luv:
        50.3950, 53.9157, -112.2759
        Hunter-Lab:
        43.3028, 88.2836, -82.5243
      #ca01ee color charts
#ca01ee RGB chart
      #ca01ee CMYK chart
      #ca01ee RGB pie chart
      #ca01ee color shades, tints & tones
#ca01ee color schemes
#ca01ee color preview, HTML & CSS examples
           This text has a color of #ca01ee        
        
          <p style="color:#ca01ee;">Text here</p>
        
        
          .mytext {color:#ca01ee;}
        
        Text color #ca01ee
      
           This box has a color of #ca01ee        
        
          <div style="background-color:#ca01ee;">Content here</div>
        
        
          .mybackground {background-color:#ca01ee;}
        
        Background color #ca01ee
      
           Border around this has a color of #ca01ee        
        
          <div style="border:2px solid #ca01ee;">Content here</div>
        
        
          .myborder {border:2px solid #ca01ee;}
        
        Border color #ca01ee