Shades of Lilac #C197CB
Tints of Lilac #C197CB
RGB
CMYK
RGB Variations
Color information
#C197CB (or 0xC197CB) is known color: Lilac. HEX triplet: C1, 97 and CB. RGB value is (193,151,203). Sum of RGB (Red+Green+Blue) = 193+151+203=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #C197CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197CB is #3E6834. Grayscale: #A9A9A9. Windows color (decimal): -4089909 or 13342657. OLE color: 13342657.
HSL color Cylindrical-coordinate representation of color #C197CB: hue angle of 288.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C197CB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 151 | 203 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.20 |
| HSL | 288.46º | 0.33% | 0.69% | - |
| HSV(B) | 288.46º | 0.26% | 0.8% | - |
| XYZ | 43.84 | 37.78 | 61.48 | - |
| YUV | 169.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 203 | 0.05 | 0.26 | 0 | 0.20 | 288.46 | 0.33 | 0.69 |
| Hex | C1 | 97 | CB | 5 | 1A | 0 | 14 | 120 | 21 | 45 |
| Octal | 301 | 227 | 313 | 5 | 32 | 0 | 24 | 440 | 41 | 105 |
| Binary | 11000001 | 10010111 | 11001011 | 101 | 11010 | 0 | 10100 | 100100000 | 100001 | 1000101 |
Color Harmonies of #C197CB
Complementary color
Monochromatic Colors of #C197CB
Black with #C197CB
Text Example
Text Example
White with #C197CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197CB; }
p { color: rgb(193,151,203); }
H1.HeaderClassName
{
color: #C197CB;
}
.AnyTagClassName
{
color: #C197CB;
}
</style>
background-color css
<style>
a { background-color: #C197CB; }
a { background-color: rgb(193,151,203); }
div.DivClassName
{
background-color: #C197CB;
}
.BgClassName
{
background-color: #C197CB;
}
</style>
border-color css
<style>
span { border-color: #C197CB; }
span { border-color: rgb(193,151,203); }
td.TdClassName
{
border-color: #C197CB;
}
.TagClassName
{
border-color: #C197CB;
}
</style>