Shades of Lilac #C896CB
Tints of Lilac #C896CB
RGB
CMYK
RGB Variations
Color information
#C896CB (or 0xC896CB) is known color: Lilac. HEX triplet: C8, 96 and CB. RGB value is (200,150,203). Sum of RGB (Red+Green+Blue) = 200+150+203=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #C896CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896CB is #376934. Grayscale: #AAAAAA. Windows color (decimal): -3631413 or 13342408. OLE color: 13342408.
HSL color Cylindrical-coordinate representation of color #C896CB: hue angle of 296.6º degrees, saturation: 0.34, 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 #C896CB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 150 | 203 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.20 |
| HSL | 296.6º | 0.34% | 0.69% | - |
| HSV(B) | 296.6º | 0.26% | 0.8% | - |
| XYZ | 45.51 | 38.4 | 61.51 | - |
| YUV | 170.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 203 | 0.01 | 0.26 | 0 | 0.20 | 296.6 | 0.34 | 0.69 |
| Hex | C8 | 96 | CB | 1 | 1A | 0 | 14 | 129 | 22 | 45 |
| Octal | 310 | 226 | 313 | 1 | 32 | 0 | 24 | 451 | 42 | 105 |
| Binary | 11001000 | 10010110 | 11001011 | 1 | 11010 | 0 | 10100 | 100101001 | 100010 | 1000101 |
Color Harmonies of #C896CB
Complementary color
Monochromatic Colors of #C896CB
Black with #C896CB
Text Example
Text Example
White with #C896CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896CB; }
p { color: rgb(200,150,203); }
H1.HeaderClassName
{
color: #C896CB;
}
.AnyTagClassName
{
color: #C896CB;
}
</style>
background-color css
<style>
a { background-color: #C896CB; }
a { background-color: rgb(200,150,203); }
div.DivClassName
{
background-color: #C896CB;
}
.BgClassName
{
background-color: #C896CB;
}
</style>
border-color css
<style>
span { border-color: #C896CB; }
span { border-color: rgb(200,150,203); }
td.TdClassName
{
border-color: #C896CB;
}
.TagClassName
{
border-color: #C896CB;
}
</style>