#ff47dc color space conversions
Hex:
        #ff47dc
        RGB:
        255, 71, 220
        CMY:
        0, 72, 14
        CMYK:
        0, 72, 14, 0
      HSL:
        311°, 100.0000%, 63.9216%
        HSV (HSB):
        311°, 72.1569%, 100.0000%
        XYZ:
        56.4115, 30.9338, 70.7077
        xyY:
        0.3569, 0.1957, 30.9338
      CIE-Lab:
        62.4517, 82.0368, -37.9322
        CIE-LCH:
        62.4517, 90.3819, 335.1851
        CIE-Luv:
        62.4517, 89.4617, -71.6753
        Hunter-Lab:
        55.6181, 83.7144, -36.4431
      #ff47dc color charts
#ff47dc RGB chart
      #ff47dc CMYK chart
      #ff47dc RGB pie chart
      #ff47dc color shades, tints & tones
#ff47dc color schemes
#ff47dc color preview, HTML & CSS examples
           This text has a color of #ff47dc        
        
          <p style="color:#ff47dc;">Text here</p>
        
        
          .mytext {color:#ff47dc;}
        
        Text color #ff47dc
      
           This box has a color of #ff47dc        
        
          <div style="background-color:#ff47dc;">Content here</div>
        
        
          .mybackground {background-color:#ff47dc;}
        
        Background color #ff47dc
      
           Border around this has a color of #ff47dc        
        
          <div style="border:2px solid #ff47dc;">Content here</div>
        
        
          .myborder {border:2px solid #ff47dc;}
        
        Border color #ff47dc