Shades of Lilac #C8B1CA
Tints of Lilac #C8B1CA
RGB
CMYK
RGB Variations
Color information
#C8B1CA (or 0xC8B1CA) is known color: Lilac. HEX triplet: C8, B1 and CA. RGB value is (200,177,202). Sum of RGB (Red+Green+Blue) = 200+177+202=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1CA is #374E35. Grayscale: #BABABA. Windows color (decimal): -3624502 or 13283784. OLE color: 13283784.
HSL color Cylindrical-coordinate representation of color #C8B1CA: hue angle of 295.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B1CA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 177 | 202 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.21 |
| HSL | 295.2º | 0.19% | 0.74% | - |
| HSV(B) | 295.2º | 0.12% | 0.79% | - |
| XYZ | 50.2 | 47.99 | 62.49 | - |
| YUV | 186.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 202 | 0.01 | 0.12 | 0 | 0.21 | 295.2 | 0.19 | 0.74 |
| Hex | C8 | B1 | CA | 1 | C | 0 | 15 | 127 | 13 | 4A |
| Octal | 310 | 261 | 312 | 1 | 14 | 0 | 25 | 447 | 23 | 112 |
| Binary | 11001000 | 10110001 | 11001010 | 1 | 1100 | 0 | 10101 | 100100111 | 10011 | 1001010 |
Color Harmonies of #C8B1CA
Complementary color
Monochromatic Colors of #C8B1CA
Black with #C8B1CA
Text Example
Text Example
White with #C8B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1CA; }
p { color: rgb(200,177,202); }
H1.HeaderClassName
{
color: #C8B1CA;
}
.AnyTagClassName
{
color: #C8B1CA;
}
</style>
background-color css
<style>
a { background-color: #C8B1CA; }
a { background-color: rgb(200,177,202); }
div.DivClassName
{
background-color: #C8B1CA;
}
.BgClassName
{
background-color: #C8B1CA;
}
</style>
border-color css
<style>
span { border-color: #C8B1CA; }
span { border-color: rgb(200,177,202); }
td.TdClassName
{
border-color: #C8B1CA;
}
.TagClassName
{
border-color: #C8B1CA;
}
</style>