Shades of Lilac #C09FBD
Tints of Lilac #C09FBD
RGB
CMYK
RGB Variations
Color information
#C09FBD (or 0xC09FBD) is known color: Lilac. HEX triplet: C0, 9F and BD. RGB value is (192,159,189). Sum of RGB (Red+Green+Blue) = 192+159+189=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FBD is #3F6042. Grayscale: #ACACAC. Windows color (decimal): -4153411 or 12427200. OLE color: 12427200.
HSL color Cylindrical-coordinate representation of color #C09FBD: hue angle of 305.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FBD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 189 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.25 |
| HSL | 305.45º | 0.21% | 0.69% | - |
| HSV(B) | 305.45º | 0.17% | 0.75% | - |
| XYZ | 43.32 | 39.68 | 53.52 | - |
| YUV | 172.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 189 | 0 | 0.17 | 0.02 | 0.25 | 305.45 | 0.21 | 0.69 |
| Hex | C0 | 9F | BD | 0 | 11 | 2 | 19 | 131 | 15 | 45 |
| Octal | 300 | 237 | 275 | 0 | 21 | 2 | 31 | 461 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10111101 | 0 | 10001 | 10 | 11001 | 100110001 | 10101 | 1000101 |
Color Harmonies of #C09FBD
Complementary color
Monochromatic Colors of #C09FBD
Black with #C09FBD
Text Example
Text Example
White with #C09FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FBD; }
p { color: rgb(192,159,189); }
H1.HeaderClassName
{
color: #C09FBD;
}
.AnyTagClassName
{
color: #C09FBD;
}
</style>
background-color css
<style>
a { background-color: #C09FBD; }
a { background-color: rgb(192,159,189); }
div.DivClassName
{
background-color: #C09FBD;
}
.BgClassName
{
background-color: #C09FBD;
}
</style>
border-color css
<style>
span { border-color: #C09FBD; }
span { border-color: rgb(192,159,189); }
td.TdClassName
{
border-color: #C09FBD;
}
.TagClassName
{
border-color: #C09FBD;
}
</style>