#dc25ed color space conversions
Hex:
        #dc25ed
        RGB:
        220, 37, 237
        CMY:
        14, 85, 7
        CMYK:
        7, 84, 0, 7
      HSL:
        295°, 84.7458%, 53.7255%
        HSV (HSB):
        295°, 84.3882%, 92.9412%
        XYZ:
        45.4628, 22.6532, 82.0971
        xyY:
        0.3027, 0.1508, 22.6532
      CIE-Lab:
        54.7133, 86.2306, -60.1145
        CIE-LCH:
        54.7133, 105.1164, 325.1182
        CIE-Luv:
        54.7133, 64.0883, -103.5005
        Hunter-Lab:
        47.5954, 87.2102, -68.9523
      #dc25ed color charts
#dc25ed RGB chart
      #dc25ed CMYK chart
      #dc25ed RGB pie chart
      #dc25ed color shades, tints & tones
#dc25ed color schemes
#dc25ed color preview, HTML & CSS examples
           This text has a color of #dc25ed        
        
          <p style="color:#dc25ed;">Text here</p>
        
        
          .mytext {color:#dc25ed;}
        
        Text color #dc25ed
      
           This box has a color of #dc25ed        
        
          <div style="background-color:#dc25ed;">Content here</div>
        
        
          .mybackground {background-color:#dc25ed;}
        
        Background color #dc25ed
      
           Border around this has a color of #dc25ed        
        
          <div style="border:2px solid #dc25ed;">Content here</div>
        
        
          .myborder {border:2px solid #dc25ed;}
        
        Border color #dc25ed