#c070cd color space conversions
Hex:
        #c070cd
        RGB:
        192, 112, 205
        CMY:
        25, 56, 20
        CMYK:
        6, 45, 0, 20
      HSL:
        292°, 48.1865%, 62.1569%
        HSV (HSB):
        292°, 45.3659%, 80.3922%
        XYZ:
        38.5518, 27.2026, 60.9763
        xyY:
        0.3042, 0.2146, 27.2026
      CIE-Lab:
        59.1614, 46.1455, -35.2645
        CIE-LCH:
        59.1614, 58.0774, 322.6128
        CIE-Luv:
        59.1614, 36.2403, -61.0905
        Hunter-Lab:
        52.1561, 40.6674, -32.8074
      #c070cd color charts
#c070cd RGB chart
      #c070cd CMYK chart
      #c070cd RGB pie chart
      #c070cd color shades, tints & tones
#c070cd color schemes
#c070cd color preview, HTML & CSS examples
           This text has a color of #c070cd        
        
          <p style="color:#c070cd;">Text here</p>
        
        
          .mytext {color:#c070cd;}
        
        Text color #c070cd
      
           This box has a color of #c070cd        
        
          <div style="background-color:#c070cd;">Content here</div>
        
        
          .mybackground {background-color:#c070cd;}
        
        Background color #c070cd
      
           Border around this has a color of #c070cd        
        
          <div style="border:2px solid #c070cd;">Content here</div>
        
        
          .myborder {border:2px solid #c070cd;}
        
        Border color #c070cd