#ffc1ff color space conversions
Hex:
        #ffc1ff
        RGB:
        255, 193, 255
        CMY:
        0, 24, 0
        CMYK:
        0, 24, 0, 0
      HSL:
        300°, 100.0000%, 87.8431%
        HSV (HSB):
        300°, 24.3137%, 100.0000%
        XYZ:
        78.3600, 66.6199, 103.3367
        xyY:
        0.3156, 0.2683, 66.6199
      CIE-Lab:
        85.3116, 32.1489, -21.8695
        CIE-LCH:
        85.3116, 38.8822, 325.7743
        CIE-Luv:
        85.3116, 31.0926, -40.2138
        Hunter-Lab:
        81.6210, 28.5314, -17.9296
      #ffc1ff color charts
#ffc1ff RGB chart
      #ffc1ff CMYK chart
      #ffc1ff RGB pie chart
      #ffc1ff color shades, tints & tones
#ffc1ff color schemes
#ffc1ff color preview, HTML & CSS examples
           This text has a color of #ffc1ff        
        
          <p style="color:#ffc1ff;">Text here</p>
        
        
          .mytext {color:#ffc1ff;}
        
        Text color #ffc1ff
      
           This box has a color of #ffc1ff        
        
          <div style="background-color:#ffc1ff;">Content here</div>
        
        
          .mybackground {background-color:#ffc1ff;}
        
        Background color #ffc1ff
      
           Border around this has a color of #ffc1ff        
        
          <div style="border:2px solid #ffc1ff;">Content here</div>
        
        
          .myborder {border:2px solid #ffc1ff;}
        
        Border color #ffc1ff