#c250be color space conversions
Hex:
        #c250be
        RGB:
        194, 80, 190
        CMY:
        24, 69, 25
        CMYK:
        0, 59, 2, 24
      HSL:
        302°, 48.3051%, 53.7255%
        HSV (HSB):
        302°, 58.7629%, 76.0784%
        XYZ:
        34.4111, 20.9244, 50.9403
        xyY:
        0.3238, 0.1969, 20.9244
      CIE-Lab:
        52.8666, 59.5219, -36.5260
        CIE-LCH:
        52.8666, 69.8356, 328.4644
        CIE-Luv:
        52.8666, 52.8135, -63.5877
        Hunter-Lab:
        45.7432, 54.2291, -34.0061
      #c250be color charts
#c250be RGB chart
      #c250be CMYK chart
      #c250be RGB pie chart
      #c250be color shades, tints & tones
#c250be color schemes
#c250be color preview, HTML & CSS examples
           This text has a color of #c250be        
        
          <p style="color:#c250be;">Text here</p>
        
        
          .mytext {color:#c250be;}
        
        Text color #c250be
      
           This box has a color of #c250be        
        
          <div style="background-color:#c250be;">Content here</div>
        
        
          .mybackground {background-color:#c250be;}
        
        Background color #c250be
      
           Border around this has a color of #c250be        
        
          <div style="border:2px solid #c250be;">Content here</div>
        
        
          .myborder {border:2px solid #c250be;}
        
        Border color #c250be