#dd70ed color space conversions
Hex:
        #dd70ed
        RGB:
        221, 112, 237
        CMY:
        13, 56, 7
        CMYK:
        7, 53, 0, 7
      HSL:
        292°, 77.6398%, 68.4314%
        HSV (HSB):
        292°, 52.7426%, 92.9412%
        XYZ:
        50.8990, 33.0749, 83.8222
        xyY:
        0.3033, 0.1971, 33.0749
      CIE-Lab:
        64.2215, 60.2497, -44.9872
        CIE-LCH:
        64.2215, 75.1922, 323.2520
        CIE-Luv:
        64.2215, 47.7024, -79.7640
        Hunter-Lab:
        57.5108, 57.3347, -46.1578
      #dd70ed color charts
#dd70ed RGB chart
      #dd70ed CMYK chart
      #dd70ed RGB pie chart
      #dd70ed color shades, tints & tones
#dd70ed color schemes
#dd70ed color preview, HTML & CSS examples
           This text has a color of #dd70ed        
        
          <p style="color:#dd70ed;">Text here</p>
        
        
          .mytext {color:#dd70ed;}
        
        Text color #dd70ed
      
           This box has a color of #dd70ed        
        
          <div style="background-color:#dd70ed;">Content here</div>
        
        
          .mybackground {background-color:#dd70ed;}
        
        Background color #dd70ed
      
           Border around this has a color of #dd70ed        
        
          <div style="border:2px solid #dd70ed;">Content here</div>
        
        
          .myborder {border:2px solid #dd70ed;}
        
        Border color #dd70ed