#cd28ec color space conversions
Hex:
        #cd28ec
        RGB:
        205, 40, 236
        CMY:
        20, 84, 7
        CMYK:
        13, 83, 0, 7
      HSL:
        291°, 83.7607%, 54.1176%
        HSV (HSB):
        291°, 83.0508%, 92.5490%
        XYZ:
        41.0760, 20.5528, 81.1590
        xyY:
        0.2877, 0.1439, 20.5528
      CIE-Lab:
        52.4566, 82.9528, -63.3094
        CIE-LCH:
        52.4566, 104.3515, 322.6492
        CIE-Luv:
        52.4566, 54.0806, -106.6024
        Hunter-Lab:
        45.3352, 82.3930, -74.4061
      #cd28ec color charts
#cd28ec RGB chart
      #cd28ec CMYK chart
      #cd28ec RGB pie chart
      #cd28ec color shades, tints & tones
#cd28ec color schemes
#cd28ec color preview, HTML & CSS examples
           This text has a color of #cd28ec        
        
          <p style="color:#cd28ec;">Text here</p>
        
        
          .mytext {color:#cd28ec;}
        
        Text color #cd28ec
      
           This box has a color of #cd28ec        
        
          <div style="background-color:#cd28ec;">Content here</div>
        
        
          .mybackground {background-color:#cd28ec;}
        
        Background color #cd28ec
      
           Border around this has a color of #cd28ec        
        
          <div style="border:2px solid #cd28ec;">Content here</div>
        
        
          .myborder {border:2px solid #cd28ec;}
        
        Border color #cd28ec