Shades of Lilac #C09FC6
Tints of Lilac #C09FC6
RGB
CMYK
RGB Variations
Color information
#C09FC6 (or 0xC09FC6) is known color: Lilac. HEX triplet: C0, 9F and C6. RGB value is (192,159,198). Sum of RGB (Red+Green+Blue) = 192+159+198=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #C09FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FC6 is #3F6039. Grayscale: #ADADAD. Windows color (decimal): -4153402 or 13017024. OLE color: 13017024.
HSL color Cylindrical-coordinate representation of color #C09FC6: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09FC6 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 159 | 198 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.22 |
| HSL | 290.77º | 0.25% | 0.7% | - |
| HSV(B) | 290.77º | 0.2% | 0.78% | - |
| XYZ | 44.33 | 40.08 | 58.83 | - |
| YUV | 173.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 198 | 0.03 | 0.20 | 0 | 0.22 | 290.77 | 0.25 | 0.7 |
| Hex | C0 | 9F | C6 | 3 | 14 | 0 | 16 | 123 | 19 | 46 |
| Octal | 300 | 237 | 306 | 3 | 24 | 0 | 26 | 443 | 31 | 106 |
| Binary | 11000000 | 10011111 | 11000110 | 11 | 10100 | 0 | 10110 | 100100011 | 11001 | 1000110 |
Color Harmonies of #C09FC6
Complementary color
Monochromatic Colors of #C09FC6
Black with #C09FC6
Text Example
Text Example
White with #C09FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FC6; }
p { color: rgb(192,159,198); }
H1.HeaderClassName
{
color: #C09FC6;
}
.AnyTagClassName
{
color: #C09FC6;
}
</style>
background-color css
<style>
a { background-color: #C09FC6; }
a { background-color: rgb(192,159,198); }
div.DivClassName
{
background-color: #C09FC6;
}
.BgClassName
{
background-color: #C09FC6;
}
</style>
border-color css
<style>
span { border-color: #C09FC6; }
span { border-color: rgb(192,159,198); }
td.TdClassName
{
border-color: #C09FC6;
}
.TagClassName
{
border-color: #C09FC6;
}
</style>