#d707ed color space conversions
Hex:
        #d707ed
        RGB:
        215, 7, 237
        CMY:
        16, 97, 7
        CMYK:
        9, 97, 0, 7
      HSL:
        294°, 94.2623%, 47.8431%
        HSV (HSB):
        294°, 97.0464%, 92.9412%
        XYZ:
        43.3864, 20.7135, 81.8321
        xyY:
        0.2973, 0.1419, 20.7135
      CIE-Lab:
        52.6345, 89.1449, -63.5027
        CIE-LCH:
        52.6345, 109.4505, 324.5357
        CIE-Luv:
        52.6345, 62.6792, -107.7138
        Hunter-Lab:
        45.5120, 90.5170, -74.7469
      #d707ed color charts
#d707ed RGB chart
      #d707ed CMYK chart
      #d707ed RGB pie chart
      #d707ed color shades, tints & tones
#d707ed color schemes
#d707ed color preview, HTML & CSS examples
           This text has a color of #d707ed        
        
          <p style="color:#d707ed;">Text here</p>
        
        
          .mytext {color:#d707ed;}
        
        Text color #d707ed
      
           This box has a color of #d707ed        
        
          <div style="background-color:#d707ed;">Content here</div>
        
        
          .mybackground {background-color:#d707ed;}
        
        Background color #d707ed
      
           Border around this has a color of #d707ed        
        
          <div style="border:2px solid #d707ed;">Content here</div>
        
        
          .myborder {border:2px solid #d707ed;}
        
        Border color #d707ed