Shades of Lilac #C29FBC
Tints of Lilac #C29FBC
RGB
CMYK
RGB Variations
Color information
#C29FBC (or 0xC29FBC) is known color: Lilac. HEX triplet: C2, 9F and BC. RGB value is (194,159,188). Sum of RGB (Red+Green+Blue) = 194+159+188=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FBC is #3D6043. Grayscale: #ACACAC. Windows color (decimal): -4022340 or 12361666. OLE color: 12361666.
HSL color Cylindrical-coordinate representation of color #C29FBC: hue angle of 310.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FBC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 188 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.24 |
| HSL | 310.29º | 0.22% | 0.69% | - |
| HSV(B) | 310.29º | 0.18% | 0.76% | - |
| XYZ | 43.72 | 39.9 | 52.97 | - |
| YUV | 172.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 188 | 0 | 0.18 | 0.03 | 0.24 | 310.29 | 0.22 | 0.69 |
| Hex | C2 | 9F | BC | 0 | 12 | 3 | 18 | 136 | 16 | 45 |
| Octal | 302 | 237 | 274 | 0 | 22 | 3 | 30 | 466 | 26 | 105 |
| Binary | 11000010 | 10011111 | 10111100 | 0 | 10010 | 11 | 11000 | 100110110 | 10110 | 1000101 |
Color Harmonies of #C29FBC
Complementary color
Monochromatic Colors of #C29FBC
Black with #C29FBC
Text Example
Text Example
White with #C29FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FBC; }
p { color: rgb(194,159,188); }
H1.HeaderClassName
{
color: #C29FBC;
}
.AnyTagClassName
{
color: #C29FBC;
}
</style>
background-color css
<style>
a { background-color: #C29FBC; }
a { background-color: rgb(194,159,188); }
div.DivClassName
{
background-color: #C29FBC;
}
.BgClassName
{
background-color: #C29FBC;
}
</style>
border-color css
<style>
span { border-color: #C29FBC; }
span { border-color: rgb(194,159,188); }
td.TdClassName
{
border-color: #C29FBC;
}
.TagClassName
{
border-color: #C29FBC;
}
</style>