Shades of Lilac #C29FC9
Tints of Lilac #C29FC9
RGB
CMYK
RGB Variations
Color information
#C29FC9 (or 0xC29FC9) is known color: Lilac. HEX triplet: C2, 9F and C9. RGB value is (194,159,201). Sum of RGB (Red+Green+Blue) = 194+159+201=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #C29FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FC9 is #3D6036. Grayscale: #AEAEAE. Windows color (decimal): -4022327 or 13213634. OLE color: 13213634.
HSL color Cylindrical-coordinate representation of color #C29FC9: hue angle of 290º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29FC9 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 159 | 201 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.21 |
| HSL | 290º | 0.28% | 0.71% | - |
| HSV(B) | 290º | 0.21% | 0.79% | - |
| XYZ | 45.19 | 40.48 | 60.69 | - |
| YUV | 174.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 201 | 0.03 | 0.21 | 0 | 0.21 | 290 | 0.28 | 0.71 |
| Hex | C2 | 9F | C9 | 3 | 15 | 0 | 15 | 122 | 1C | 47 |
| Octal | 302 | 237 | 311 | 3 | 25 | 0 | 25 | 442 | 34 | 107 |
| Binary | 11000010 | 10011111 | 11001001 | 11 | 10101 | 0 | 10101 | 100100010 | 11100 | 1000111 |
Color Harmonies of #C29FC9
Complementary color
Monochromatic Colors of #C29FC9
Black with #C29FC9
Text Example
Text Example
White with #C29FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FC9; }
p { color: rgb(194,159,201); }
H1.HeaderClassName
{
color: #C29FC9;
}
.AnyTagClassName
{
color: #C29FC9;
}
</style>
background-color css
<style>
a { background-color: #C29FC9; }
a { background-color: rgb(194,159,201); }
div.DivClassName
{
background-color: #C29FC9;
}
.BgClassName
{
background-color: #C29FC9;
}
</style>
border-color css
<style>
span { border-color: #C29FC9; }
span { border-color: rgb(194,159,201); }
td.TdClassName
{
border-color: #C29FC9;
}
.TagClassName
{
border-color: #C29FC9;
}
</style>