#d900ed color space conversions
Hex:
        #d900ed
        RGB:
        217, 0, 237
        CMY:
        15, 100, 7
        CMYK:
        8, 100, 0, 7
      HSL:
        295°, 100.0000%, 46.4706%
        HSV (HSB):
        295°, 100.0000%, 92.9412%
        XYZ:
        43.9013, 20.8661, 81.8345
        xyY:
        0.2995, 0.1423, 20.8661
      CIE-Lab:
        52.8027, 89.9370, -63.2144
        CIE-LCH:
        52.8027, 109.9305, 324.8976
        CIE-Luv:
        52.8027, 64.2992, -107.4885
        Hunter-Lab:
        45.6795, 91.6126, -74.2420
      #d900ed color charts
#d900ed RGB chart
      #d900ed CMYK chart
      #d900ed RGB pie chart
      #d900ed color shades, tints & tones
#d900ed color schemes
#d900ed color preview, HTML & CSS examples
           This text has a color of #d900ed        
        
          <p style="color:#d900ed;">Text here</p>
        
        
          .mytext {color:#d900ed;}
        
        Text color #d900ed
      
           This box has a color of #d900ed        
        
          <div style="background-color:#d900ed;">Content here</div>
        
        
          .mybackground {background-color:#d900ed;}
        
        Background color #d900ed
      
           Border around this has a color of #d900ed        
        
          <div style="border:2px solid #d900ed;">Content here</div>
        
        
          .myborder {border:2px solid #d900ed;}
        
        Border color #d900ed