Shades of Lilac #C09FC1
Tints of Lilac #C09FC1
RGB
CMYK
RGB Variations
Color information
#C09FC1 (or 0xC09FC1) is known color: Lilac. HEX triplet: C0, 9F and C1. RGB value is (192,159,193). Sum of RGB (Red+Green+Blue) = 192+159+193=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #C09FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FC1 is #3F603E. Grayscale: #ACACAC. Windows color (decimal): -4153407 or 12689344. OLE color: 12689344.
HSL color Cylindrical-coordinate representation of color #C09FC1: hue angle of 298.24º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09FC1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 159 | 193 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.24 |
| HSL | 298.24º | 0.22% | 0.69% | - |
| HSV(B) | 298.24º | 0.18% | 0.76% | - |
| XYZ | 43.76 | 39.85 | 55.84 | - |
| YUV | 172.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 193 | 0.01 | 0.18 | 0 | 0.24 | 298.24 | 0.22 | 0.69 |
| Hex | C0 | 9F | C1 | 1 | 12 | 0 | 18 | 12A | 16 | 45 |
| Octal | 300 | 237 | 301 | 1 | 22 | 0 | 30 | 452 | 26 | 105 |
| Binary | 11000000 | 10011111 | 11000001 | 1 | 10010 | 0 | 11000 | 100101010 | 10110 | 1000101 |
Color Harmonies of #C09FC1
Complementary color
Monochromatic Colors of #C09FC1
Black with #C09FC1
Text Example
Text Example
White with #C09FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FC1; }
p { color: rgb(192,159,193); }
H1.HeaderClassName
{
color: #C09FC1;
}
.AnyTagClassName
{
color: #C09FC1;
}
</style>
background-color css
<style>
a { background-color: #C09FC1; }
a { background-color: rgb(192,159,193); }
div.DivClassName
{
background-color: #C09FC1;
}
.BgClassName
{
background-color: #C09FC1;
}
</style>
border-color css
<style>
span { border-color: #C09FC1; }
span { border-color: rgb(192,159,193); }
td.TdClassName
{
border-color: #C09FC1;
}
.TagClassName
{
border-color: #C09FC1;
}
</style>