#c012ec color space conversions
Hex:
        #c012ec
        RGB:
        192, 18, 236
        CMY:
        25, 93, 7
        CMYK:
        19, 92, 0, 7
      HSL:
        288°, 85.8268%, 49.8039%
        HSV (HSB):
        288°, 92.3729%, 92.5490%
        XYZ:
        37.0949, 17.6952, 80.8173
        xyY:
        0.2735, 0.1305, 17.6952
      CIE-Lab:
        49.1243, 84.6860, -68.7998
        CIE-LCH:
        49.1243, 109.1107, 320.9092
        CIE-Luv:
        49.1243, 47.5313, -112.4656
        Hunter-Lab:
        42.0657, 83.7921, -84.4630
      #c012ec color charts
#c012ec RGB chart
      #c012ec CMYK chart
      #c012ec RGB pie chart
      #c012ec color shades, tints & tones
#c012ec color schemes
#c012ec color preview, HTML & CSS examples
           This text has a color of #c012ec        
        
          <p style="color:#c012ec;">Text here</p>
        
        
          .mytext {color:#c012ec;}
        
        Text color #c012ec
      
           This box has a color of #c012ec        
        
          <div style="background-color:#c012ec;">Content here</div>
        
        
          .mybackground {background-color:#c012ec;}
        
        Background color #c012ec
      
           Border around this has a color of #c012ec        
        
          <div style="border:2px solid #c012ec;">Content here</div>
        
        
          .myborder {border:2px solid #c012ec;}
        
        Border color #c012ec