Shades of Lilac #C896CE
Tints of Lilac #C896CE
RGB
CMYK
RGB Variations
Color information
#C896CE (or 0xC896CE) is known color: Lilac. HEX triplet: C8, 96 and CE. RGB value is (200,150,206). Sum of RGB (Red+Green+Blue) = 200+150+206=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C896CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896CE is #376931. Grayscale: #ABABAB. Windows color (decimal): -3631410 or 13539016. OLE color: 13539016.
HSL color Cylindrical-coordinate representation of color #C896CE: hue angle of 293.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C896CE is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 150 | 206 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.19 |
| HSL | 293.57º | 0.36% | 0.7% | - |
| HSV(B) | 293.57º | 0.27% | 0.81% | - |
| XYZ | 45.87 | 38.55 | 63.42 | - |
| YUV | 171.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 206 | 0.03 | 0.27 | 0 | 0.19 | 293.57 | 0.36 | 0.7 |
| Hex | C8 | 96 | CE | 3 | 1B | 0 | 13 | 126 | 24 | 46 |
| Octal | 310 | 226 | 316 | 3 | 33 | 0 | 23 | 446 | 44 | 106 |
| Binary | 11001000 | 10010110 | 11001110 | 11 | 11011 | 0 | 10011 | 100100110 | 100100 | 1000110 |
Color Harmonies of #C896CE
Complementary color
Monochromatic Colors of #C896CE
Black with #C896CE
Text Example
Text Example
White with #C896CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896CE; }
p { color: rgb(200,150,206); }
H1.HeaderClassName
{
color: #C896CE;
}
.AnyTagClassName
{
color: #C896CE;
}
</style>
background-color css
<style>
a { background-color: #C896CE; }
a { background-color: rgb(200,150,206); }
div.DivClassName
{
background-color: #C896CE;
}
.BgClassName
{
background-color: #C896CE;
}
</style>
border-color css
<style>
span { border-color: #C896CE; }
span { border-color: rgb(200,150,206); }
td.TdClassName
{
border-color: #C896CE;
}
.TagClassName
{
border-color: #C896CE;
}
</style>