Shades of Lilac #C09DC5
Tints of Lilac #C09DC5
RGB
CMYK
RGB Variations
Color information
#C09DC5 (or 0xC09DC5) is known color: Lilac. HEX triplet: C0, 9D and C5. RGB value is (192,157,197). Sum of RGB (Red+Green+Blue) = 192+157+197=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #C09DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DC5 is #3F623A. Grayscale: #ABABAB. Windows color (decimal): -4153915 or 12950976. OLE color: 12950976.
HSL color Cylindrical-coordinate representation of color #C09DC5: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09DC5 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 157 | 197 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.23 |
| HSL | 292.5º | 0.26% | 0.69% | - |
| HSV(B) | 292.5º | 0.2% | 0.77% | - |
| XYZ | 43.87 | 39.35 | 58.11 | - |
| YUV | 172.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 197 | 0.03 | 0.20 | 0 | 0.23 | 292.5 | 0.26 | 0.69 |
| Hex | C0 | 9D | C5 | 3 | 14 | 0 | 17 | 124 | 1A | 45 |
| Octal | 300 | 235 | 305 | 3 | 24 | 0 | 27 | 444 | 32 | 105 |
| Binary | 11000000 | 10011101 | 11000101 | 11 | 10100 | 0 | 10111 | 100100100 | 11010 | 1000101 |
Color Harmonies of #C09DC5
Complementary color
Monochromatic Colors of #C09DC5
Black with #C09DC5
Text Example
Text Example
White with #C09DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DC5; }
p { color: rgb(192,157,197); }
H1.HeaderClassName
{
color: #C09DC5;
}
.AnyTagClassName
{
color: #C09DC5;
}
</style>
background-color css
<style>
a { background-color: #C09DC5; }
a { background-color: rgb(192,157,197); }
div.DivClassName
{
background-color: #C09DC5;
}
.BgClassName
{
background-color: #C09DC5;
}
</style>
border-color css
<style>
span { border-color: #C09DC5; }
span { border-color: rgb(192,157,197); }
td.TdClassName
{
border-color: #C09DC5;
}
.TagClassName
{
border-color: #C09DC5;
}
</style>