#cd21ee color space conversions
Hex:
        #cd21ee
        RGB:
        205, 33, 238
        CMY:
        20, 87, 7
        CMYK:
        14, 86, 0, 7
      HSL:
        290°, 85.7741%, 53.1373%
        HSV (HSB):
        290°, 86.1345%, 93.3333%
        XYZ:
        41.1533, 20.2399, 82.6266
        xyY:
        0.2857, 0.1405, 20.2399
      CIE-Lab:
        52.1074, 84.6953, -64.9980
        CIE-LCH:
        52.1074, 106.7616, 322.4961
        CIE-Luv:
        52.1074, 54.1421, -109.0357
        Hunter-Lab:
        44.9888, 84.5519, -77.4002
      #cd21ee color charts
#cd21ee RGB chart
      #cd21ee CMYK chart
      #cd21ee RGB pie chart
      #cd21ee color shades, tints & tones
#cd21ee color schemes
#cd21ee color preview, HTML & CSS examples
           This text has a color of #cd21ee        
        
          <p style="color:#cd21ee;">Text here</p>
        
        
          .mytext {color:#cd21ee;}
        
        Text color #cd21ee
      
           This box has a color of #cd21ee        
        
          <div style="background-color:#cd21ee;">Content here</div>
        
        
          .mybackground {background-color:#cd21ee;}
        
        Background color #cd21ee
      
           Border around this has a color of #cd21ee        
        
          <div style="border:2px solid #cd21ee;">Content here</div>
        
        
          .myborder {border:2px solid #cd21ee;}
        
        Border color #cd21ee