#dc3dfa color space conversions
Hex:
        #dc3dfa
        RGB:
        220, 61, 250
        CMY:
        14, 76, 2
        CMYK:
        12, 76, 0, 2
      HSL:
        290°, 94.9749%, 60.9804%
        HSV (HSB):
        290°, 75.6000%, 98.0392%
        XYZ:
        48.4393, 25.4553, 92.8028
        xyY:
        0.2906, 0.1527, 25.4553
      CIE-Lab:
        57.5163, 82.5024, -62.8733
        CIE-LCH:
        57.5163, 103.7290, 322.6897
        CIE-Luv:
        57.5163, 56.5024, -108.4642
        Hunter-Lab:
        50.4532, 83.0817, -73.7398
      #dc3dfa color charts
#dc3dfa RGB chart
      #dc3dfa CMYK chart
      #dc3dfa RGB pie chart
      #dc3dfa color shades, tints & tones
#dc3dfa color schemes
#dc3dfa color preview, HTML & CSS examples
           This text has a color of #dc3dfa        
        
          <p style="color:#dc3dfa;">Text here</p>
        
        
          .mytext {color:#dc3dfa;}
        
        Text color #dc3dfa
      
           This box has a color of #dc3dfa        
        
          <div style="background-color:#dc3dfa;">Content here</div>
        
        
          .mybackground {background-color:#dc3dfa;}
        
        Background color #dc3dfa
      
           Border around this has a color of #dc3dfa        
        
          <div style="border:2px solid #dc3dfa;">Content here</div>
        
        
          .myborder {border:2px solid #dc3dfa;}
        
        Border color #dc3dfa