Shades of Lilac #C29BBC
Tints of Lilac #C29BBC
RGB
CMYK
RGB Variations
Color information
#C29BBC (or 0xC29BBC) is known color: Lilac. HEX triplet: C2, 9B and BC. RGB value is (194,155,188). Sum of RGB (Red+Green+Blue) = 194+155+188=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BBC is #3D6443. Grayscale: #AAAAAA. Windows color (decimal): -4023364 or 12360642. OLE color: 12360642.
HSL color Cylindrical-coordinate representation of color #C29BBC: hue angle of 309.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29BBC is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 188 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.24 |
| HSL | 309.23º | 0.24% | 0.68% | - |
| HSV(B) | 309.23º | 0.2% | 0.76% | - |
| XYZ | 43.05 | 38.54 | 52.75 | - |
| YUV | 170.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 188 | 0 | 0.20 | 0.03 | 0.24 | 309.23 | 0.24 | 0.68 |
| Hex | C2 | 9B | BC | 0 | 14 | 3 | 18 | 135 | 18 | 44 |
| Octal | 302 | 233 | 274 | 0 | 24 | 3 | 30 | 465 | 30 | 104 |
| Binary | 11000010 | 10011011 | 10111100 | 0 | 10100 | 11 | 11000 | 100110101 | 11000 | 1000100 |
Color Harmonies of #C29BBC
Complementary color
Monochromatic Colors of #C29BBC
Black with #C29BBC
Text Example
Text Example
White with #C29BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BBC; }
p { color: rgb(194,155,188); }
H1.HeaderClassName
{
color: #C29BBC;
}
.AnyTagClassName
{
color: #C29BBC;
}
</style>
background-color css
<style>
a { background-color: #C29BBC; }
a { background-color: rgb(194,155,188); }
div.DivClassName
{
background-color: #C29BBC;
}
.BgClassName
{
background-color: #C29BBC;
}
</style>
border-color css
<style>
span { border-color: #C29BBC; }
span { border-color: rgb(194,155,188); }
td.TdClassName
{
border-color: #C29BBC;
}
.TagClassName
{
border-color: #C29BBC;
}
</style>