Shades of Lilac #C09ABD
Tints of Lilac #C09ABD
RGB
CMYK
RGB Variations
Color information
#C09ABD (or 0xC09ABD) is known color: Lilac. HEX triplet: C0, 9A and BD. RGB value is (192,154,189). Sum of RGB (Red+Green+Blue) = 192+154+189=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C09ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ABD is #3F6542. Grayscale: #A9A9A9. Windows color (decimal): -4154691 or 12425920. OLE color: 12425920.
HSL color Cylindrical-coordinate representation of color #C09ABD: hue angle of 304.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09ABD is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 189 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.25 |
| HSL | 304.74º | 0.23% | 0.68% | - |
| HSV(B) | 304.74º | 0.2% | 0.75% | - |
| XYZ | 42.48 | 37.99 | 53.24 | - |
| YUV | 169.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 189 | 0 | 0.20 | 0.02 | 0.25 | 304.74 | 0.23 | 0.68 |
| Hex | C0 | 9A | BD | 0 | 14 | 2 | 19 | 131 | 17 | 44 |
| Octal | 300 | 232 | 275 | 0 | 24 | 2 | 31 | 461 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10111101 | 0 | 10100 | 10 | 11001 | 100110001 | 10111 | 1000100 |
Color Harmonies of #C09ABD
Complementary color
Monochromatic Colors of #C09ABD
Black with #C09ABD
Text Example
Text Example
White with #C09ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ABD; }
p { color: rgb(192,154,189); }
H1.HeaderClassName
{
color: #C09ABD;
}
.AnyTagClassName
{
color: #C09ABD;
}
</style>
background-color css
<style>
a { background-color: #C09ABD; }
a { background-color: rgb(192,154,189); }
div.DivClassName
{
background-color: #C09ABD;
}
.BgClassName
{
background-color: #C09ABD;
}
</style>
border-color css
<style>
span { border-color: #C09ABD; }
span { border-color: rgb(192,154,189); }
td.TdClassName
{
border-color: #C09ABD;
}
.TagClassName
{
border-color: #C09ABD;
}
</style>