#cd20dc color space conversions
Hex:
        #cd20dc
        RGB:
        205, 32, 220
        CMY:
        20, 87, 14
        CMYK:
        7, 85, 0, 14
      HSL:
        295°, 74.6032%, 49.4118%
        HSV (HSB):
        295°, 85.4545%, 86.2745%
        XYZ:
        38.6116, 19.1795, 69.3771
        xyY:
        0.3036, 0.1508, 19.1795
      CIE-Lab:
        50.8965, 81.9610, -56.7616
        CIE-LCH:
        50.8965, 99.6970, 325.2957
        CIE-Luv:
        50.8965, 60.3101, -96.1715
        Hunter-Lab:
        43.7944, 80.7357, -63.2685
      #cd20dc color charts
#cd20dc RGB chart
      #cd20dc CMYK chart
      #cd20dc RGB pie chart
      #cd20dc color shades, tints & tones
#cd20dc color schemes
#cd20dc color preview, HTML & CSS examples
           This text has a color of #cd20dc        
        
          <p style="color:#cd20dc;">Text here</p>
        
        
          .mytext {color:#cd20dc;}
        
        Text color #cd20dc
      
           This box has a color of #cd20dc        
        
          <div style="background-color:#cd20dc;">Content here</div>
        
        
          .mybackground {background-color:#cd20dc;}
        
        Background color #cd20dc
      
           Border around this has a color of #cd20dc        
        
          <div style="border:2px solid #cd20dc;">Content here</div>
        
        
          .myborder {border:2px solid #cd20dc;}
        
        Border color #cd20dc