#dc58ec color space conversions
Hex:
        #dc58ec
        RGB:
        220, 88, 236
        CMY:
        14, 65, 7
        CMYK:
        7, 63, 0, 7
      HSL:
        294°, 79.5699%, 63.5294%
        HSV (HSB):
        294°, 62.7119%, 92.5490%
        XYZ:
        48.1452, 28.2512, 82.2724
        xyY:
        0.3034, 0.1781, 28.2512
      CIE-Lab:
        60.1150, 70.4914, -50.9307
        CIE-LCH:
        60.1150, 86.9654, 324.1516
        CIE-Luv:
        60.1150, 54.7876, -89.5378
        Hunter-Lab:
        53.1519, 68.6704, -54.5671
      #dc58ec color charts
#dc58ec RGB chart
      #dc58ec CMYK chart
      #dc58ec RGB pie chart
      #dc58ec color shades, tints & tones
#dc58ec color schemes
#dc58ec color preview, HTML & CSS examples
           This text has a color of #dc58ec        
        
          <p style="color:#dc58ec;">Text here</p>
        
        
          .mytext {color:#dc58ec;}
        
        Text color #dc58ec
      
           This box has a color of #dc58ec        
        
          <div style="background-color:#dc58ec;">Content here</div>
        
        
          .mybackground {background-color:#dc58ec;}
        
        Background color #dc58ec
      
           Border around this has a color of #dc58ec        
        
          <div style="border:2px solid #dc58ec;">Content here</div>
        
        
          .myborder {border:2px solid #dc58ec;}
        
        Border color #dc58ec