#c002fa color space conversions
Hex:
        #c002fa
        RGB:
        192, 2, 250
        CMY:
        25, 99, 2
        CMYK:
        23, 99, 0, 2
      HSL:
        286°, 98.4127%, 49.4118%
        HSV (HSB):
        286°, 99.2000%, 98.0392%
        XYZ:
        39.0153, 18.1520, 91.8898
        xyY:
        0.2617, 0.1218, 18.1520
      CIE-Lab:
        49.6800, 88.4907, -75.7604
        CIE-LCH:
        49.6800, 116.4914, 319.4318
        CIE-Luv:
        49.6800, 43.9417, -122.7156
        Hunter-Lab:
        42.6052, 88.9005, -98.0516
      #c002fa color charts
#c002fa RGB chart
      #c002fa CMYK chart
      #c002fa RGB pie chart
      #c002fa color shades, tints & tones
#c002fa color schemes
#c002fa color preview, HTML & CSS examples
           This text has a color of #c002fa        
        
          <p style="color:#c002fa;">Text here</p>
        
        
          .mytext {color:#c002fa;}
        
        Text color #c002fa
      
           This box has a color of #c002fa        
        
          <div style="background-color:#c002fa;">Content here</div>
        
        
          .mybackground {background-color:#c002fa;}
        
        Background color #c002fa
      
           Border around this has a color of #c002fa        
        
          <div style="border:2px solid #c002fa;">Content here</div>
        
        
          .myborder {border:2px solid #c002fa;}
        
        Border color #c002fa