#c26fed color space conversions
Hex:
        #c26fed
        RGB:
        194, 111, 237
        CMY:
        24, 56, 7
        CMYK:
        18, 53, 0, 7
      HSL:
        280°, 77.7778%, 68.2353%
        HSV (HSB):
        280°, 53.1646%, 92.9412%
        XYZ:
        43.2186, 28.9526, 83.4313
        xyY:
        0.2778, 0.1861, 28.9526
      CIE-Lab:
        60.7398, 53.7113, -50.7048
        CIE-LCH:
        60.7398, 73.8639, 316.6493
        CIE-Luv:
        60.7398, 31.3398, -87.1011
        Hunter-Lab:
        53.8077, 49.2089, -54.2666
      #c26fed color charts
#c26fed RGB chart
      #c26fed CMYK chart
      #c26fed RGB pie chart
      #c26fed color shades, tints & tones
#c26fed color schemes
#c26fed color preview, HTML & CSS examples
           This text has a color of #c26fed        
        
          <p style="color:#c26fed;">Text here</p>
        
        
          .mytext {color:#c26fed;}
        
        Text color #c26fed
      
           This box has a color of #c26fed        
        
          <div style="background-color:#c26fed;">Content here</div>
        
        
          .mybackground {background-color:#c26fed;}
        
        Background color #c26fed
      
           Border around this has a color of #c26fed        
        
          <div style="border:2px solid #c26fed;">Content here</div>
        
        
          .myborder {border:2px solid #c26fed;}
        
        Border color #c26fed