#fa5dcd color space conversions
Hex:
        #fa5dcd
        RGB:
        250, 93, 205
        CMY:
        2, 64, 20
        CMYK:
        0, 63, 18, 2
      HSL:
        317°, 94.0120%, 67.2549%
        HSV (HSB):
        317°, 62.8000%, 98.0392%
        XYZ:
        54.3581, 32.5605, 61.1774
        xyY:
        0.3670, 0.2199, 32.5605
      CIE-Lab:
        63.8034, 71.0490, -27.4420
        CIE-LCH:
        63.8034, 76.1644, 338.8814
        CIE-Luv:
        63.8034, 84.2147, -53.7973
        Hunter-Lab:
        57.0618, 70.1844, -23.6231
      #fa5dcd color charts
#fa5dcd RGB chart
      #fa5dcd CMYK chart
      #fa5dcd RGB pie chart
      #fa5dcd color shades, tints & tones
#fa5dcd color schemes
#fa5dcd color preview, HTML & CSS examples
           This text has a color of #fa5dcd        
        
          <p style="color:#fa5dcd;">Text here</p>
        
        
          .mytext {color:#fa5dcd;}
        
        Text color #fa5dcd
      
           This box has a color of #fa5dcd        
        
          <div style="background-color:#fa5dcd;">Content here</div>
        
        
          .mybackground {background-color:#fa5dcd;}
        
        Background color #fa5dcd
      
           Border around this has a color of #fa5dcd        
        
          <div style="border:2px solid #fa5dcd;">Content here</div>
        
        
          .myborder {border:2px solid #fa5dcd;}
        
        Border color #fa5dcd