#dc80dc color space conversions
Hex:
        #dc80dc
        RGB:
        220, 128, 220
        CMY:
        14, 50, 14
        CMYK:
        0, 42, 0, 14
      HSL:
        300°, 56.7901%, 68.2353%
        HSV (HSB):
        300°, 41.8182%, 86.2745%
        XYZ:
        50.1526, 35.8213, 71.9810
        xyY:
        0.3175, 0.2268, 35.8213
      CIE-Lab:
        66.3832, 48.9378, -32.1873
        CIE-LCH:
        66.3832, 58.5741, 326.6664
        CIE-Luv:
        66.3832, 44.7520, -57.8713
        Hunter-Lab:
        59.8509, 44.8368, -29.4108
      #dc80dc color charts
#dc80dc RGB chart
      #dc80dc CMYK chart
      #dc80dc RGB pie chart
      #dc80dc color shades, tints & tones
#dc80dc color schemes
#dc80dc color preview, HTML & CSS examples
           This text has a color of #dc80dc        
        
          <p style="color:#dc80dc;">Text here</p>
        
        
          .mytext {color:#dc80dc;}
        
        Text color #dc80dc
      
           This box has a color of #dc80dc        
        
          <div style="background-color:#dc80dc;">Content here</div>
        
        
          .mybackground {background-color:#dc80dc;}
        
        Background color #dc80dc
      
           Border around this has a color of #dc80dc        
        
          <div style="border:2px solid #dc80dc;">Content here</div>
        
        
          .myborder {border:2px solid #dc80dc;}
        
        Border color #dc80dc