#ca14ed color space conversions
Hex:
        #ca14ed
        RGB:
        202, 20, 237
        CMY:
        21, 92, 7
        CMYK:
        15, 92, 0, 7
      HSL:
        290°, 85.7708%, 50.3922%
        HSV (HSB):
        290°, 91.5612%, 92.9412%
        XYZ:
        39.8933, 19.1713, 81.7186
        xyY:
        0.2834, 0.1362, 19.1713
      CIE-Lab:
        50.8870, 86.0550, -66.4314
        CIE-LCH:
        50.8870, 108.7133, 322.3331
        CIE-Luv:
        50.8870, 53.4737, -110.4862
        Hunter-Lab:
        43.7850, 86.0108, -80.0069
      #ca14ed color charts
#ca14ed RGB chart
      #ca14ed CMYK chart
      #ca14ed RGB pie chart
      #ca14ed color shades, tints & tones
#ca14ed color schemes
#ca14ed color preview, HTML & CSS examples
           This text has a color of #ca14ed        
        
          <p style="color:#ca14ed;">Text here</p>
        
        
          .mytext {color:#ca14ed;}
        
        Text color #ca14ed
      
           This box has a color of #ca14ed        
        
          <div style="background-color:#ca14ed;">Content here</div>
        
        
          .mybackground {background-color:#ca14ed;}
        
        Background color #ca14ed
      
           Border around this has a color of #ca14ed        
        
          <div style="border:2px solid #ca14ed;">Content here</div>
        
        
          .myborder {border:2px solid #ca14ed;}
        
        Border color #ca14ed