#d00acd color space conversions
Hex:
        #d00acd
        RGB:
        208, 10, 205
        CMY:
        18, 96, 20
        CMYK:
        0, 95, 1, 18
      HSL:
        301°, 90.8257%, 42.7451%
        HSV (HSB):
        301°, 95.1923%, 81.5686%
        XYZ:
        37.1404, 18.0348, 59.2811
        xyY:
        0.3245, 0.1576, 18.0348
      CIE-Lab:
        49.5382, 83.0514, -50.3141
        CIE-LCH:
        49.5382, 97.1032, 328.7918
        CIE-Luv:
        49.5382, 69.6509, -86.3078
        Hunter-Lab:
        42.4673, 81.7918, -53.0371
      #d00acd color charts
#d00acd RGB chart
      #d00acd CMYK chart
      #d00acd RGB pie chart
      #d00acd color shades, tints & tones
#d00acd color schemes
#d00acd color preview, HTML & CSS examples
           This text has a color of #d00acd        
        
          <p style="color:#d00acd;">Text here</p>
        
        
          .mytext {color:#d00acd;}
        
        Text color #d00acd
      
           This box has a color of #d00acd        
        
          <div style="background-color:#d00acd;">Content here</div>
        
        
          .mybackground {background-color:#d00acd;}
        
        Background color #d00acd
      
           Border around this has a color of #d00acd        
        
          <div style="border:2px solid #d00acd;">Content here</div>
        
        
          .myborder {border:2px solid #d00acd;}
        
        Border color #d00acd