#dc5cea color space conversions
Hex:
        #dc5cea
        RGB:
        220, 92, 234
        CMY:
        14, 64, 8
        CMYK:
        6, 61, 0, 8
      HSL:
        294°, 77.1739%, 63.9216%
        HSV (HSB):
        294°, 60.6838%, 91.7647%
        XYZ:
        48.1936, 28.8104, 80.8628
        xyY:
        0.3053, 0.1825, 28.8104
      CIE-Lab:
        60.6140, 68.4742, -49.0241
        CIE-LCH:
        60.6140, 84.2145, 324.3993
        CIE-Luv:
        60.6140, 54.2243, -86.4176
        Hunter-Lab:
        53.6754, 66.3383, -51.7486
      #dc5cea color charts
#dc5cea RGB chart
      #dc5cea CMYK chart
      #dc5cea RGB pie chart
      #dc5cea color shades, tints & tones
#dc5cea color schemes
#dc5cea color preview, HTML & CSS examples
           This text has a color of #dc5cea        
        
          <p style="color:#dc5cea;">Text here</p>
        
        
          .mytext {color:#dc5cea;}
        
        Text color #dc5cea
      
           This box has a color of #dc5cea        
        
          <div style="background-color:#dc5cea;">Content here</div>
        
        
          .mybackground {background-color:#dc5cea;}
        
        Background color #dc5cea
      
           Border around this has a color of #dc5cea        
        
          <div style="border:2px solid #dc5cea;">Content here</div>
        
        
          .myborder {border:2px solid #dc5cea;}
        
        Border color #dc5cea