Shades of Lilac #C8B5CA
Tints of Lilac #C8B5CA
RGB
CMYK
RGB Variations
Color information
#C8B5CA (or 0xC8B5CA) is known color: Lilac. HEX triplet: C8, B5 and CA. RGB value is (200,181,202). Sum of RGB (Red+Green+Blue) = 200+181+202=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5CA is #374A35. Grayscale: #BDBDBD. Windows color (decimal): -3623478 or 13284808. OLE color: 13284808.
HSL color Cylindrical-coordinate representation of color #C8B5CA: hue angle of 294.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B5CA is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 181 | 202 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.21 |
| HSL | 294.29º | 0.17% | 0.75% | - |
| HSV(B) | 294.29º | 0.1% | 0.79% | - |
| XYZ | 51 | 49.59 | 62.76 | - |
| YUV | 189.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 202 | 0.01 | 0.10 | 0 | 0.21 | 294.29 | 0.17 | 0.75 |
| Hex | C8 | B5 | CA | 1 | A | 0 | 15 | 126 | 11 | 4B |
| Octal | 310 | 265 | 312 | 1 | 12 | 0 | 25 | 446 | 21 | 113 |
| Binary | 11001000 | 10110101 | 11001010 | 1 | 1010 | 0 | 10101 | 100100110 | 10001 | 1001011 |
Color Harmonies of #C8B5CA
Complementary color
Monochromatic Colors of #C8B5CA
Black with #C8B5CA
Text Example
Text Example
White with #C8B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5CA; }
p { color: rgb(200,181,202); }
H1.HeaderClassName
{
color: #C8B5CA;
}
.AnyTagClassName
{
color: #C8B5CA;
}
</style>
background-color css
<style>
a { background-color: #C8B5CA; }
a { background-color: rgb(200,181,202); }
div.DivClassName
{
background-color: #C8B5CA;
}
.BgClassName
{
background-color: #C8B5CA;
}
</style>
border-color css
<style>
span { border-color: #C8B5CA; }
span { border-color: rgb(200,181,202); }
td.TdClassName
{
border-color: #C8B5CA;
}
.TagClassName
{
border-color: #C8B5CA;
}
</style>