Shades of Lilac #C8B4CA
Tints of Lilac #C8B4CA
RGB
CMYK
RGB Variations
Color information
#C8B4CA (or 0xC8B4CA) is known color: Lilac. HEX triplet: C8, B4 and CA. RGB value is (200,180,202). Sum of RGB (Red+Green+Blue) = 200+180+202=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4CA is #374B35. Grayscale: #BCBCBC. Windows color (decimal): -3623734 or 13284552. OLE color: 13284552.
HSL color Cylindrical-coordinate representation of color #C8B4CA: hue angle of 294.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B4CA is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 180 | 202 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.21 |
| HSL | 294.55º | 0.17% | 0.75% | - |
| HSV(B) | 294.55º | 0.11% | 0.79% | - |
| XYZ | 50.8 | 49.19 | 62.69 | - |
| YUV | 188.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 202 | 0.01 | 0.11 | 0 | 0.21 | 294.55 | 0.17 | 0.75 |
| Hex | C8 | B4 | CA | 1 | B | 0 | 15 | 127 | 11 | 4B |
| Octal | 310 | 264 | 312 | 1 | 13 | 0 | 25 | 447 | 21 | 113 |
| Binary | 11001000 | 10110100 | 11001010 | 1 | 1011 | 0 | 10101 | 100100111 | 10001 | 1001011 |
Color Harmonies of #C8B4CA
Complementary color
Monochromatic Colors of #C8B4CA
Black with #C8B4CA
Text Example
Text Example
White with #C8B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B4CA; }
p { color: rgb(200,180,202); }
H1.HeaderClassName
{
color: #C8B4CA;
}
.AnyTagClassName
{
color: #C8B4CA;
}
</style>
background-color css
<style>
a { background-color: #C8B4CA; }
a { background-color: rgb(200,180,202); }
div.DivClassName
{
background-color: #C8B4CA;
}
.BgClassName
{
background-color: #C8B4CA;
}
</style>
border-color css
<style>
span { border-color: #C8B4CA; }
span { border-color: rgb(200,180,202); }
td.TdClassName
{
border-color: #C8B4CA;
}
.TagClassName
{
border-color: #C8B4CA;
}
</style>