#ca1ade color space conversions
Hex:
        #ca1ade
        RGB:
        202, 26, 222
        CMY:
        21, 90, 13
        CMYK:
        9, 88, 0, 13
      HSL:
        294°, 79.0323%, 48.6275%
        HSV (HSB):
        294°, 88.2883%, 87.0588%
        XYZ:
        37.9113, 18.5693, 70.6933
        xyY:
        0.2981, 0.1460, 18.5693
      CIE-Lab:
        50.1794, 82.7996, -59.0796
        CIE-LCH:
        50.1794, 101.7161, 324.4912
        CIE-Luv:
        50.1794, 58.1092, -99.2408
        Hunter-Lab:
        43.0921, 81.6287, -67.1018
      #ca1ade color charts
#ca1ade RGB chart
      #ca1ade CMYK chart
      #ca1ade RGB pie chart
      #ca1ade color shades, tints & tones
#ca1ade color schemes
#ca1ade color preview, HTML & CSS examples
           This text has a color of #ca1ade        
        
          <p style="color:#ca1ade;">Text here</p>
        
        
          .mytext {color:#ca1ade;}
        
        Text color #ca1ade
      
           This box has a color of #ca1ade        
        
          <div style="background-color:#ca1ade;">Content here</div>
        
        
          .mybackground {background-color:#ca1ade;}
        
        Background color #ca1ade
      
           Border around this has a color of #ca1ade        
        
          <div style="border:2px solid #ca1ade;">Content here</div>
        
        
          .myborder {border:2px solid #ca1ade;}
        
        Border color #ca1ade