#cd2ded color space conversions
Hex:
        #cd2ded
        RGB:
        205, 45, 237
        CMY:
        20, 82, 7
        CMYK:
        14, 81, 0, 7
      HSL:
        290°, 84.2105%, 55.2941%
        HSV (HSB):
        290°, 81.0127%, 92.9412%
        XYZ:
        41.4013, 20.9703, 81.9864
        xyY:
        0.2868, 0.1453, 20.9703
      CIE-Lab:
        52.9170, 81.9636, -63.1297
        CIE-LCH:
        52.9170, 103.4572, 322.3960
        CIE-Luv:
        52.9170, 53.1698, -106.4780
        Hunter-Lab:
        45.7934, 81.2415, -74.0947
      #cd2ded color charts
#cd2ded RGB chart
      #cd2ded CMYK chart
      #cd2ded RGB pie chart
      #cd2ded color shades, tints & tones
#cd2ded color schemes
#cd2ded color preview, HTML & CSS examples
           This text has a color of #cd2ded        
        
          <p style="color:#cd2ded;">Text here</p>
        
        
          .mytext {color:#cd2ded;}
        
        Text color #cd2ded
      
           This box has a color of #cd2ded        
        
          <div style="background-color:#cd2ded;">Content here</div>
        
        
          .mybackground {background-color:#cd2ded;}
        
        Background color #cd2ded
      
           Border around this has a color of #cd2ded        
        
          <div style="border:2px solid #cd2ded;">Content here</div>
        
        
          .myborder {border:2px solid #cd2ded;}
        
        Border color #cd2ded