Shades of Lilac #C29FCB
Tints of Lilac #C29FCB
RGB
CMYK
RGB Variations
Color information
#C29FCB (or 0xC29FCB) is known color: Lilac. HEX triplet: C2, 9F and CB. RGB value is (194,159,203). Sum of RGB (Red+Green+Blue) = 194+159+203=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #C29FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FCB is #3D6034. Grayscale: #AEAEAE. Windows color (decimal): -4022325 or 13344706. OLE color: 13344706.
HSL color Cylindrical-coordinate representation of color #C29FCB: hue angle of 287.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29FCB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 159 | 203 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.20 |
| HSL | 287.73º | 0.3% | 0.71% | - |
| HSV(B) | 287.73º | 0.22% | 0.8% | - |
| XYZ | 45.43 | 40.58 | 61.94 | - |
| YUV | 174.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 203 | 0.04 | 0.22 | 0 | 0.20 | 287.73 | 0.3 | 0.71 |
| Hex | C2 | 9F | CB | 4 | 16 | 0 | 14 | 120 | 1E | 47 |
| Octal | 302 | 237 | 313 | 4 | 26 | 0 | 24 | 440 | 36 | 107 |
| Binary | 11000010 | 10011111 | 11001011 | 100 | 10110 | 0 | 10100 | 100100000 | 11110 | 1000111 |
Color Harmonies of #C29FCB
Complementary color
Monochromatic Colors of #C29FCB
Black with #C29FCB
Text Example
Text Example
White with #C29FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FCB; }
p { color: rgb(194,159,203); }
H1.HeaderClassName
{
color: #C29FCB;
}
.AnyTagClassName
{
color: #C29FCB;
}
</style>
background-color css
<style>
a { background-color: #C29FCB; }
a { background-color: rgb(194,159,203); }
div.DivClassName
{
background-color: #C29FCB;
}
.BgClassName
{
background-color: #C29FCB;
}
</style>
border-color css
<style>
span { border-color: #C29FCB; }
span { border-color: rgb(194,159,203); }
td.TdClassName
{
border-color: #C29FCB;
}
.TagClassName
{
border-color: #C29FCB;
}
</style>