Shades of Lilac #C09DBD
Tints of Lilac #C09DBD
RGB
CMYK
RGB Variations
Color information
#C09DBD (or 0xC09DBD) is known color: Lilac. HEX triplet: C0, 9D and BD. RGB value is (192,157,189). Sum of RGB (Red+Green+Blue) = 192+157+189=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DBD is #3F6242. Grayscale: #ABABAB. Windows color (decimal): -4153923 or 12426688. OLE color: 12426688.
HSL color Cylindrical-coordinate representation of color #C09DBD: hue angle of 305.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09DBD is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 189 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.25 |
| HSL | 305.14º | 0.22% | 0.68% | - |
| HSV(B) | 305.14º | 0.18% | 0.75% | - |
| XYZ | 42.98 | 38.99 | 53.41 | - |
| YUV | 171.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 189 | 0 | 0.18 | 0.02 | 0.25 | 305.14 | 0.22 | 0.68 |
| Hex | C0 | 9D | BD | 0 | 12 | 2 | 19 | 131 | 16 | 44 |
| Octal | 300 | 235 | 275 | 0 | 22 | 2 | 31 | 461 | 26 | 104 |
| Binary | 11000000 | 10011101 | 10111101 | 0 | 10010 | 10 | 11001 | 100110001 | 10110 | 1000100 |
Color Harmonies of #C09DBD
Complementary color
Monochromatic Colors of #C09DBD
Black with #C09DBD
Text Example
Text Example
White with #C09DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DBD; }
p { color: rgb(192,157,189); }
H1.HeaderClassName
{
color: #C09DBD;
}
.AnyTagClassName
{
color: #C09DBD;
}
</style>
background-color css
<style>
a { background-color: #C09DBD; }
a { background-color: rgb(192,157,189); }
div.DivClassName
{
background-color: #C09DBD;
}
.BgClassName
{
background-color: #C09DBD;
}
</style>
border-color css
<style>
span { border-color: #C09DBD; }
span { border-color: rgb(192,157,189); }
td.TdClassName
{
border-color: #C09DBD;
}
.TagClassName
{
border-color: #C09DBD;
}
</style>