#dc00ce color space conversions
Hex:
        #dc00ce
        RGB:
        220, 0, 206
        CMY:
        14, 100, 19
        CMYK:
        0, 100, 6, 14
      HSL:
        304°, 100.0000%, 43.1373%
        HSV (HSB):
        304°, 100.0000%, 86.2745%
        XYZ:
        40.6558, 19.6719, 60.0468
        xyY:
        0.3377, 0.1634, 19.6719
      CIE-Lab:
        51.4642, 85.9371, -47.6935
        CIE-LCH:
        51.4642, 98.2845, 330.9705
        CIE-Luv:
        51.4642, 78.5434, -83.7220
        Hunter-Lab:
        44.3530, 86.0027, -49.2220
      #dc00ce color charts
#dc00ce RGB chart
      #dc00ce CMYK chart
      #dc00ce RGB pie chart
      #dc00ce color shades, tints & tones
#dc00ce color schemes
#dc00ce color preview, HTML & CSS examples
           This text has a color of #dc00ce        
        
          <p style="color:#dc00ce;">Text here</p>
        
        
          .mytext {color:#dc00ce;}
        
        Text color #dc00ce
      
           This box has a color of #dc00ce        
        
          <div style="background-color:#dc00ce;">Content here</div>
        
        
          .mybackground {background-color:#dc00ce;}
        
        Background color #dc00ce
      
           Border around this has a color of #dc00ce        
        
          <div style="border:2px solid #dc00ce;">Content here</div>
        
        
          .myborder {border:2px solid #dc00ce;}
        
        Border color #dc00ce