#cd21ed color space conversions
Hex:
        #cd21ed
        RGB:
        205, 33, 237
        CMY:
        20, 87, 7
        CMYK:
        14, 86, 0, 7
      HSL:
        291°, 85.0000%, 52.9412%
        HSV (HSB):
        291°, 86.0759%, 92.9412%
        XYZ:
        41.0068, 20.1813, 81.8548
        xyY:
        0.2867, 0.1411, 20.1813
      CIE-Lab:
        52.0415, 84.5294, -64.5418
        CIE-LCH:
        52.0415, 106.3525, 322.6367
        CIE-Luv:
        52.0415, 54.4661, -108.3247
        Hunter-Lab:
        44.9236, 84.3206, -76.5853
      #cd21ed color charts
#cd21ed RGB chart
      #cd21ed CMYK chart
      #cd21ed RGB pie chart
      #cd21ed color shades, tints & tones
#cd21ed color schemes
#cd21ed color preview, HTML & CSS examples
           This text has a color of #cd21ed        
        
          <p style="color:#cd21ed;">Text here</p>
        
        
          .mytext {color:#cd21ed;}
        
        Text color #cd21ed
      
           This box has a color of #cd21ed        
        
          <div style="background-color:#cd21ed;">Content here</div>
        
        
          .mybackground {background-color:#cd21ed;}
        
        Background color #cd21ed
      
           Border around this has a color of #cd21ed        
        
          <div style="border:2px solid #cd21ed;">Content here</div>
        
        
          .myborder {border:2px solid #cd21ed;}
        
        Border color #cd21ed