#dc56cd color space conversions
Hex:
        #dc56cd
        RGB:
        220, 86, 205
        CMY:
        14, 66, 20
        CMYK:
        0, 61, 7, 14
      HSL:
        307°, 65.6863%, 60.0000%
        HSV (HSB):
        307°, 60.9091%, 86.2745%
        XYZ:
        43.8624, 26.2790, 60.5182
        xyY:
        0.3357, 0.2011, 26.2790
      CIE-Lab:
        58.3009, 66.1234, -36.3341
        CIE-LCH:
        58.3009, 75.4485, 331.2117
        CIE-Luv:
        58.3009, 64.6692, -65.6518
        Hunter-Lab:
        51.2630, 63.0204, -34.1102
      #dc56cd color charts
#dc56cd RGB chart
      #dc56cd CMYK chart
      #dc56cd RGB pie chart
      #dc56cd color shades, tints & tones
#dc56cd color schemes
#dc56cd color preview, HTML & CSS examples
           This text has a color of #dc56cd        
        
          <p style="color:#dc56cd;">Text here</p>
        
        
          .mytext {color:#dc56cd;}
        
        Text color #dc56cd
      
           This box has a color of #dc56cd        
        
          <div style="background-color:#dc56cd;">Content here</div>
        
        
          .mybackground {background-color:#dc56cd;}
        
        Background color #dc56cd
      
           Border around this has a color of #dc56cd        
        
          <div style="border:2px solid #dc56cd;">Content here</div>
        
        
          .myborder {border:2px solid #dc56cd;}
        
        Border color #dc56cd