#ca80ce color space conversions
Hex:
        #ca80ce
        RGB:
        202, 128, 206
        CMY:
        21, 50, 19
        CMYK:
        2, 38, 0, 19
      HSL:
        297°, 44.3182%, 65.4902%
        HSV (HSB):
        297°, 37.8641%, 80.7843%
        XYZ:
        43.2169, 32.4511, 62.3784
        xyY:
        0.3131, 0.2351, 32.4511
      CIE-Lab:
        63.7140, 40.8863, -28.6691
        CIE-LCH:
        63.7140, 49.9360, 324.9621
        CIE-Luv:
        63.7140, 35.7971, -50.5812
        Hunter-Lab:
        56.9659, 35.7278, -25.0472
      #ca80ce color charts
#ca80ce RGB chart
      #ca80ce CMYK chart
      #ca80ce RGB pie chart
      #ca80ce color shades, tints & tones
#ca80ce color schemes
#ca80ce color preview, HTML & CSS examples
           This text has a color of #ca80ce        
        
          <p style="color:#ca80ce;">Text here</p>
        
        
          .mytext {color:#ca80ce;}
        
        Text color #ca80ce
      
           This box has a color of #ca80ce        
        
          <div style="background-color:#ca80ce;">Content here</div>
        
        
          .mybackground {background-color:#ca80ce;}
        
        Background color #ca80ce
      
           Border around this has a color of #ca80ce        
        
          <div style="border:2px solid #ca80ce;">Content here</div>
        
        
          .myborder {border:2px solid #ca80ce;}
        
        Border color #ca80ce