Shades of Lilac #C29CBC
Tints of Lilac #C29CBC
RGB
CMYK
RGB Variations
Color information
#C29CBC (or 0xC29CBC) is known color: Lilac. HEX triplet: C2, 9C and BC. RGB value is (194,156,188). Sum of RGB (Red+Green+Blue) = 194+156+188=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CBC is #3D6343. Grayscale: #AAAAAA. Windows color (decimal): -4023108 or 12360898. OLE color: 12360898.
HSL color Cylindrical-coordinate representation of color #C29CBC: hue angle of 309.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29CBC is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 188 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.24 |
| HSL | 309.47º | 0.24% | 0.69% | - |
| HSV(B) | 309.47º | 0.2% | 0.76% | - |
| XYZ | 43.21 | 38.88 | 52.8 | - |
| YUV | 171.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 188 | 0 | 0.20 | 0.03 | 0.24 | 309.47 | 0.24 | 0.69 |
| Hex | C2 | 9C | BC | 0 | 14 | 3 | 18 | 135 | 18 | 45 |
| Octal | 302 | 234 | 274 | 0 | 24 | 3 | 30 | 465 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10111100 | 0 | 10100 | 11 | 11000 | 100110101 | 11000 | 1000101 |
Color Harmonies of #C29CBC
Complementary color
Monochromatic Colors of #C29CBC
Black with #C29CBC
Text Example
Text Example
White with #C29CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CBC; }
p { color: rgb(194,156,188); }
H1.HeaderClassName
{
color: #C29CBC;
}
.AnyTagClassName
{
color: #C29CBC;
}
</style>
background-color css
<style>
a { background-color: #C29CBC; }
a { background-color: rgb(194,156,188); }
div.DivClassName
{
background-color: #C29CBC;
}
.BgClassName
{
background-color: #C29CBC;
}
</style>
border-color css
<style>
span { border-color: #C29CBC; }
span { border-color: rgb(194,156,188); }
td.TdClassName
{
border-color: #C29CBC;
}
.TagClassName
{
border-color: #C29CBC;
}
</style>