#ca50ec color space conversions
Hex:
        #ca50ec
        RGB:
        202, 80, 236
        CMY:
        21, 69, 7
        CMYK:
        14, 66, 0, 7
      HSL:
        287°, 80.4124%, 61.9608%
        HSV (HSB):
        287°, 66.1017%, 92.5490%
        XYZ:
        42.3661, 24.3500, 81.8240
        xyY:
        0.2852, 0.1639, 24.3500
      CIE-Lab:
        56.4365, 69.7149, -56.9413
        CIE-LCH:
        56.4365, 90.0138, 320.7589
        CIE-Luv:
        56.4365, 45.2251, -97.4148
        Hunter-Lab:
        49.3457, 66.8974, -63.7713
      #ca50ec color charts
#ca50ec RGB chart
      #ca50ec CMYK chart
      #ca50ec RGB pie chart
      #ca50ec color shades, tints & tones
#ca50ec color schemes
#ca50ec color preview, HTML & CSS examples
           This text has a color of #ca50ec        
        
          <p style="color:#ca50ec;">Text here</p>
        
        
          .mytext {color:#ca50ec;}
        
        Text color #ca50ec
      
           This box has a color of #ca50ec        
        
          <div style="background-color:#ca50ec;">Content here</div>
        
        
          .mybackground {background-color:#ca50ec;}
        
        Background color #ca50ec
      
           Border around this has a color of #ca50ec        
        
          <div style="border:2px solid #ca50ec;">Content here</div>
        
        
          .myborder {border:2px solid #ca50ec;}
        
        Border color #ca50ec