#c050be color space conversions
Hex:
        #c050be
        RGB:
        192, 80, 190
        CMY:
        25, 69, 25
        CMYK:
        0, 58, 1, 25
      HSL:
        301°, 47.0588%, 53.3333%
        HSV (HSB):
        301°, 58.3333%, 75.2941%
        XYZ:
        33.9012, 20.6615, 50.9165
        xyY:
        0.3214, 0.1959, 20.6615
      CIE-Lab:
        52.5770, 59.0012, -37.0011
        CIE-LCH:
        52.5770, 69.6435, 327.9072
        CIE-Luv:
        52.5770, 51.4274, -64.1553
        Hunter-Lab:
        45.4549, 53.5826, -34.5954
      #c050be color charts
#c050be RGB chart
      #c050be CMYK chart
      #c050be RGB pie chart
      #c050be color shades, tints & tones
#c050be color schemes
#c050be color preview, HTML & CSS examples
           This text has a color of #c050be        
        
          <p style="color:#c050be;">Text here</p>
        
        
          .mytext {color:#c050be;}
        
        Text color #c050be
      
           This box has a color of #c050be        
        
          <div style="background-color:#c050be;">Content here</div>
        
        
          .mybackground {background-color:#c050be;}
        
        Background color #c050be
      
           Border around this has a color of #c050be        
        
          <div style="border:2px solid #c050be;">Content here</div>
        
        
          .myborder {border:2px solid #c050be;}
        
        Border color #c050be