#cd80ec color space conversions
Hex:
        #cd80ec
        RGB:
        205, 128, 236
        CMY:
        20, 50, 7
        CMYK:
        13, 46, 0, 7
      HSL:
        283°, 73.9726%, 71.3725%
        HSV (HSB):
        283°, 45.7627%, 92.5490%
        XYZ:
        48.0363, 34.4736, 83.4792
        xyY:
        0.2894, 0.2077, 34.4736
      CIE-Lab:
        65.3368, 47.6831, -42.8140
        CIE-LCH:
        65.3368, 64.0837, 318.0798
        CIE-Luv:
        65.3368, 32.0676, -74.6738
        Hunter-Lab:
        58.7142, 43.2877, -43.1978
      #cd80ec color charts
#cd80ec RGB chart
      #cd80ec CMYK chart
      #cd80ec RGB pie chart
      #cd80ec color shades, tints & tones
#cd80ec color schemes
#cd80ec color preview, HTML & CSS examples
           This text has a color of #cd80ec        
        
          <p style="color:#cd80ec;">Text here</p>
        
        
          .mytext {color:#cd80ec;}
        
        Text color #cd80ec
      
           This box has a color of #cd80ec        
        
          <div style="background-color:#cd80ec;">Content here</div>
        
        
          .mybackground {background-color:#cd80ec;}
        
        Background color #cd80ec
      
           Border around this has a color of #cd80ec        
        
          <div style="border:2px solid #cd80ec;">Content here</div>
        
        
          .myborder {border:2px solid #cd80ec;}
        
        Border color #cd80ec