#ca1add color space conversions
Hex:
        #ca1add
        RGB:
        202, 26, 221
        CMY:
        21, 90, 13
        CMYK:
        9, 88, 0, 13
      HSL:
        294°, 78.9474%, 48.4314%
        HSV (HSB):
        294°, 88.2353%, 86.6667%
        XYZ:
        37.7777, 18.5158, 69.9894
        xyY:
        0.2992, 0.1466, 18.5158
      CIE-Lab:
        50.1158, 82.6406, -58.6125
        CIE-LCH:
        50.1158, 101.3158, 324.6540
        CIE-Luv:
        50.1158, 58.4567, -98.5170
        Hunter-Lab:
        43.0300, 81.4094, -66.3157
      #ca1add color charts
#ca1add RGB chart
      #ca1add CMYK chart
      #ca1add RGB pie chart
      #ca1add color shades, tints & tones
#ca1add color schemes
#ca1add color preview, HTML & CSS examples
           This text has a color of #ca1add        
        
          <p style="color:#ca1add;">Text here</p>
        
        
          .mytext {color:#ca1add;}
        
        Text color #ca1add
      
           This box has a color of #ca1add        
        
          <div style="background-color:#ca1add;">Content here</div>
        
        
          .mybackground {background-color:#ca1add;}
        
        Background color #ca1add
      
           Border around this has a color of #ca1add        
        
          <div style="border:2px solid #ca1add;">Content here</div>
        
        
          .myborder {border:2px solid #ca1add;}
        
        Border color #ca1add