Shades of Lilac #C8B0CA
Tints of Lilac #C8B0CA
RGB
CMYK
RGB Variations
Color information
#C8B0CA (or 0xC8B0CA) is known color: Lilac. HEX triplet: C8, B0 and CA. RGB value is (200,176,202). Sum of RGB (Red+Green+Blue) = 200+176+202=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0CA is #374F35. Grayscale: #BABABA. Windows color (decimal): -3624758 or 13283528. OLE color: 13283528.
HSL color Cylindrical-coordinate representation of color #C8B0CA: hue angle of 295.38º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B0CA is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 176 | 202 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.21 |
| HSL | 295.38º | 0.2% | 0.74% | - |
| HSV(B) | 295.38º | 0.13% | 0.79% | - |
| XYZ | 50.01 | 47.59 | 62.43 | - |
| YUV | 186.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 202 | 0.01 | 0.13 | 0 | 0.21 | 295.38 | 0.2 | 0.74 |
| Hex | C8 | B0 | CA | 1 | D | 0 | 15 | 127 | 14 | 4A |
| Octal | 310 | 260 | 312 | 1 | 15 | 0 | 25 | 447 | 24 | 112 |
| Binary | 11001000 | 10110000 | 11001010 | 1 | 1101 | 0 | 10101 | 100100111 | 10100 | 1001010 |
Color Harmonies of #C8B0CA
Complementary color
Monochromatic Colors of #C8B0CA
Black with #C8B0CA
Text Example
Text Example
White with #C8B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0CA; }
p { color: rgb(200,176,202); }
H1.HeaderClassName
{
color: #C8B0CA;
}
.AnyTagClassName
{
color: #C8B0CA;
}
</style>
background-color css
<style>
a { background-color: #C8B0CA; }
a { background-color: rgb(200,176,202); }
div.DivClassName
{
background-color: #C8B0CA;
}
.BgClassName
{
background-color: #C8B0CA;
}
</style>
border-color css
<style>
span { border-color: #C8B0CA; }
span { border-color: rgb(200,176,202); }
td.TdClassName
{
border-color: #C8B0CA;
}
.TagClassName
{
border-color: #C8B0CA;
}
</style>