#dc81cd color space conversions
Hex:
        #dc81cd
        RGB:
        220, 129, 205
        CMY:
        14, 49, 20
        CMYK:
        0, 41, 7, 14
      HSL:
        310°, 56.5217%, 68.4314%
        HSV (HSB):
        310°, 41.3636%, 86.2745%
        XYZ:
        48.3849, 35.3239, 62.0256
        xyY:
        0.3320, 0.2424, 35.3239
      CIE-Lab:
        66.0001, 45.7850, -24.4139
        CIE-LCH:
        66.0001, 51.8874, 331.9322
        CIE-Luv:
        66.0001, 47.5143, -44.9518
        Hunter-Lab:
        59.4339, 41.3066, -20.2717
      #dc81cd color charts
#dc81cd RGB chart
      #dc81cd CMYK chart
      #dc81cd RGB pie chart
      #dc81cd color shades, tints & tones
#dc81cd color schemes
#dc81cd color preview, HTML & CSS examples
           This text has a color of #dc81cd        
        
          <p style="color:#dc81cd;">Text here</p>
        
        
          .mytext {color:#dc81cd;}
        
        Text color #dc81cd
      
           This box has a color of #dc81cd        
        
          <div style="background-color:#dc81cd;">Content here</div>
        
        
          .mybackground {background-color:#dc81cd;}
        
        Background color #dc81cd
      
           Border around this has a color of #dc81cd        
        
          <div style="border:2px solid #dc81cd;">Content here</div>
        
        
          .myborder {border:2px solid #dc81cd;}
        
        Border color #dc81cd