#dc7fff color space conversions
Hex:
        #dc7fff
        RGB:
        220, 127, 255
        CMY:
        14, 50, 0
        CMYK:
        14, 50, 0, 0
      HSL:
        284°, 100.0000%, 74.9020%
        HSV (HSB):
        284°, 50.1961%, 100.0000%
        XYZ:
        55.1546, 37.6144, 98.9611
        xyY:
        0.2877, 0.1962, 37.6144
      CIE-Lab:
        67.7354, 56.1178, -49.3591
        CIE-LCH:
        67.7354, 74.7364, 318.6663
        CIE-Luv:
        67.7354, 37.8141, -87.0566
        Hunter-Lab:
        61.3306, 53.1965, -52.7371
      #dc7fff color charts
#dc7fff RGB chart
      #dc7fff CMYK chart
      #dc7fff RGB pie chart
      #dc7fff color shades, tints & tones
#dc7fff color schemes
#dc7fff color preview, HTML & CSS examples
           This text has a color of #dc7fff        
        
          <p style="color:#dc7fff;">Text here</p>
        
        
          .mytext {color:#dc7fff;}
        
        Text color #dc7fff
      
           This box has a color of #dc7fff        
        
          <div style="background-color:#dc7fff;">Content here</div>
        
        
          .mybackground {background-color:#dc7fff;}
        
        Background color #dc7fff
      
           Border around this has a color of #dc7fff        
        
          <div style="border:2px solid #dc7fff;">Content here</div>
        
        
          .myborder {border:2px solid #dc7fff;}
        
        Border color #dc7fff