Shades of Lilac #C09FC9
Tints of Lilac #C09FC9
RGB
CMYK
RGB Variations
Color information
#C09FC9 (or 0xC09FC9) is known color: Lilac. HEX triplet: C0, 9F and C9. RGB value is (192,159,201). Sum of RGB (Red+Green+Blue) = 192+159+201=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #C09FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FC9 is #3F6036. Grayscale: #ADADAD. Windows color (decimal): -4153399 or 13213632. OLE color: 13213632.
HSL color Cylindrical-coordinate representation of color #C09FC9: hue angle of 287.14º 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 #C09FC9 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 159 | 201 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.21 |
| HSL | 287.14º | 0.28% | 0.71% | - |
| HSV(B) | 287.14º | 0.21% | 0.79% | - |
| XYZ | 44.68 | 40.22 | 60.67 | - |
| YUV | 173.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 201 | 0.04 | 0.21 | 0 | 0.21 | 287.14 | 0.28 | 0.71 |
| Hex | C0 | 9F | C9 | 4 | 15 | 0 | 15 | 11F | 1C | 47 |
| Octal | 300 | 237 | 311 | 4 | 25 | 0 | 25 | 437 | 34 | 107 |
| Binary | 11000000 | 10011111 | 11001001 | 100 | 10101 | 0 | 10101 | 100011111 | 11100 | 1000111 |
Color Harmonies of #C09FC9
Complementary color
Monochromatic Colors of #C09FC9
Black with #C09FC9
Text Example
Text Example
White with #C09FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FC9; }
p { color: rgb(192,159,201); }
H1.HeaderClassName
{
color: #C09FC9;
}
.AnyTagClassName
{
color: #C09FC9;
}
</style>
background-color css
<style>
a { background-color: #C09FC9; }
a { background-color: rgb(192,159,201); }
div.DivClassName
{
background-color: #C09FC9;
}
.BgClassName
{
background-color: #C09FC9;
}
</style>
border-color css
<style>
span { border-color: #C09FC9; }
span { border-color: rgb(192,159,201); }
td.TdClassName
{
border-color: #C09FC9;
}
.TagClassName
{
border-color: #C09FC9;
}
</style>