#cd88bc color space conversions
Hex:
        #cd88bc
        RGB:
        205, 136, 188
        CMY:
        20, 47, 26
        CMYK:
        0, 34, 8, 20
      HSL:
        315°, 40.8284%, 66.8627%
        HSV (HSB):
        315°, 33.6585%, 80.3922%
        XYZ:
        43.0581, 34.2183, 51.9123
        xyY:
        0.3333, 0.2649, 34.2183
      CIE-Lab:
        65.1355, 34.2878, -16.3541
        CIE-LCH:
        65.1355, 37.9883, 334.5005
        CIE-Luv:
        65.1355, 37.2880, -30.3512
        Hunter-Lab:
        58.4964, 29.0218, -11.6691
      #cd88bc color charts
#cd88bc RGB chart
      #cd88bc CMYK chart
      #cd88bc RGB pie chart
      #cd88bc color shades, tints & tones
#cd88bc color schemes
#cd88bc color preview, HTML & CSS examples
           This text has a color of #cd88bc        
        
          <p style="color:#cd88bc;">Text here</p>
        
        
          .mytext {color:#cd88bc;}
        
        Text color #cd88bc
      
           This box has a color of #cd88bc        
        
          <div style="background-color:#cd88bc;">Content here</div>
        
        
          .mybackground {background-color:#cd88bc;}
        
        Background color #cd88bc
      
           Border around this has a color of #cd88bc        
        
          <div style="border:2px solid #cd88bc;">Content here</div>
        
        
          .myborder {border:2px solid #cd88bc;}
        
        Border color #cd88bc