#f203ec color space conversions
Hex:
        #f203ec
        RGB:
        242, 3, 236
        CMY:
        5, 99, 7
        CMYK:
        0, 99, 2, 5
      HSL:
        302°, 97.5510%, 48.0392%
        HSV (HSB):
        302°, 98.7603%, 94.9020%
        XYZ:
        51.7908, 24.9985, 81.4524
        xyY:
        0.3273, 0.1580, 24.9985
      CIE-Lab:
        57.0740, 93.4158, -55.5667
        CIE-LCH:
        57.0740, 108.6930, 329.2545
        CIE-Luv:
        57.0740, 82.2395, -98.7541
        Hunter-Lab:
        49.9985, 97.4015, -61.5902
      #f203ec color charts
#f203ec RGB chart
      #f203ec CMYK chart
      #f203ec RGB pie chart
      #f203ec color shades, tints & tones
#f203ec color schemes
#f203ec color preview, HTML & CSS examples
           This text has a color of #f203ec        
        
          <p style="color:#f203ec;">Text here</p>
        
        
          .mytext {color:#f203ec;}
        
        Text color #f203ec
      
           This box has a color of #f203ec        
        
          <div style="background-color:#f203ec;">Content here</div>
        
        
          .mybackground {background-color:#f203ec;}
        
        Background color #f203ec
      
           Border around this has a color of #f203ec        
        
          <div style="border:2px solid #f203ec;">Content here</div>
        
        
          .myborder {border:2px solid #f203ec;}
        
        Border color #f203ec