Shades of Lilac #C29BCB
Tints of Lilac #C29BCB
RGB
CMYK
RGB Variations
Color information
#C29BCB (or 0xC29BCB) is known color: Lilac. HEX triplet: C2, 9B and CB. RGB value is (194,155,203). Sum of RGB (Red+Green+Blue) = 194+155+203=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #C29BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BCB is #3D6434. Grayscale: #ABABAB. Windows color (decimal): -4023349 or 13343682. OLE color: 13343682.
HSL color Cylindrical-coordinate representation of color #C29BCB: hue angle of 288.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29BCB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 155 | 203 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.20 |
| HSL | 288.75º | 0.32% | 0.7% | - |
| HSV(B) | 288.75º | 0.24% | 0.8% | - |
| XYZ | 44.75 | 39.22 | 61.71 | - |
| YUV | 172.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 203 | 0.04 | 0.24 | 0 | 0.20 | 288.75 | 0.32 | 0.7 |
| Hex | C2 | 9B | CB | 4 | 18 | 0 | 14 | 121 | 20 | 46 |
| Octal | 302 | 233 | 313 | 4 | 30 | 0 | 24 | 441 | 40 | 106 |
| Binary | 11000010 | 10011011 | 11001011 | 100 | 11000 | 0 | 10100 | 100100001 | 100000 | 1000110 |
Color Harmonies of #C29BCB
Complementary color
Monochromatic Colors of #C29BCB
Black with #C29BCB
Text Example
Text Example
White with #C29BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BCB; }
p { color: rgb(194,155,203); }
H1.HeaderClassName
{
color: #C29BCB;
}
.AnyTagClassName
{
color: #C29BCB;
}
</style>
background-color css
<style>
a { background-color: #C29BCB; }
a { background-color: rgb(194,155,203); }
div.DivClassName
{
background-color: #C29BCB;
}
.BgClassName
{
background-color: #C29BCB;
}
</style>
border-color css
<style>
span { border-color: #C29BCB; }
span { border-color: rgb(194,155,203); }
td.TdClassName
{
border-color: #C29BCB;
}
.TagClassName
{
border-color: #C29BCB;
}
</style>