#c701ed color space conversions
Hex:
        #c701ed
        RGB:
        199, 1, 237
        CMY:
        22, 100, 7
        CMYK:
        16, 100, 0, 7
      HSL:
        290°, 99.1597%, 46.6667%
        HSV (HSB):
        290°, 99.5781%, 92.9412%
        XYZ:
        38.8501, 18.2782, 81.6012
        xyY:
        0.2800, 0.1318, 18.2782
      CIE-Lab:
        49.8319, 87.3109, -68.1635
        CIE-LCH:
        49.8319, 110.7676, 322.0209
        CIE-Luv:
        49.8319, 52.3057, -112.3534
        Hunter-Lab:
        42.7531, 87.3867, -83.2375
      #c701ed color charts
#c701ed RGB chart
      #c701ed CMYK chart
      #c701ed RGB pie chart
      #c701ed color shades, tints & tones
#c701ed color schemes
#c701ed color preview, HTML & CSS examples
           This text has a color of #c701ed        
        
          <p style="color:#c701ed;">Text here</p>
        
        
          .mytext {color:#c701ed;}
        
        Text color #c701ed
      
           This box has a color of #c701ed        
        
          <div style="background-color:#c701ed;">Content here</div>
        
        
          .mybackground {background-color:#c701ed;}
        
        Background color #c701ed
      
           Border around this has a color of #c701ed        
        
          <div style="border:2px solid #c701ed;">Content here</div>
        
        
          .myborder {border:2px solid #c701ed;}
        
        Border color #c701ed