#c304ed color space conversions
Hex:
        #c304ed
        RGB:
        195, 4, 237
        CMY:
        24, 98, 7
        CMYK:
        18, 98, 0, 7
      HSL:
        289°, 96.6805%, 47.2549%
        HSV (HSB):
        289°, 98.3122%, 92.9412%
        XYZ:
        37.8352, 17.8034, 81.5630
        xyY:
        0.2758, 0.1298, 17.8034
      CIE-Lab:
        49.2567, 86.5300, -69.1268
        CIE-LCH:
        49.2567, 110.7518, 321.3794
        CIE-Luv:
        49.2567, 49.6505, -113.2008
        Hunter-Lab:
        42.1940, 86.2204, -85.0745
      #c304ed color charts
#c304ed RGB chart
      #c304ed CMYK chart
      #c304ed RGB pie chart
      #c304ed color shades, tints & tones
#c304ed color schemes
#c304ed color preview, HTML & CSS examples
           This text has a color of #c304ed        
        
          <p style="color:#c304ed;">Text here</p>
        
        
          .mytext {color:#c304ed;}
        
        Text color #c304ed
      
           This box has a color of #c304ed        
        
          <div style="background-color:#c304ed;">Content here</div>
        
        
          .mybackground {background-color:#c304ed;}
        
        Background color #c304ed
      
           Border around this has a color of #c304ed        
        
          <div style="border:2px solid #c304ed;">Content here</div>
        
        
          .myborder {border:2px solid #c304ed;}
        
        Border color #c304ed