Shades of Lilac #C09DC1
Tints of Lilac #C09DC1
RGB
CMYK
RGB Variations
Color information
#C09DC1 (or 0xC09DC1) is known color: Lilac. HEX triplet: C0, 9D and C1. RGB value is (192,157,193). Sum of RGB (Red+Green+Blue) = 192+157+193=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #C09DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DC1 is #3F623E. Grayscale: #ABABAB. Windows color (decimal): -4153919 or 12688832. OLE color: 12688832.
HSL color Cylindrical-coordinate representation of color #C09DC1: hue angle of 298.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09DC1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 157 | 193 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.24 |
| HSL | 298.33º | 0.23% | 0.69% | - |
| HSV(B) | 298.33º | 0.19% | 0.76% | - |
| XYZ | 43.42 | 39.17 | 55.72 | - |
| YUV | 171.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 193 | 0.01 | 0.19 | 0 | 0.24 | 298.33 | 0.23 | 0.69 |
| Hex | C0 | 9D | C1 | 1 | 13 | 0 | 18 | 12A | 16 | 45 |
| Octal | 300 | 235 | 301 | 1 | 23 | 0 | 30 | 452 | 26 | 105 |
| Binary | 11000000 | 10011101 | 11000001 | 1 | 10011 | 0 | 11000 | 100101010 | 10110 | 1000101 |
Color Harmonies of #C09DC1
Complementary color
Monochromatic Colors of #C09DC1
Black with #C09DC1
Text Example
Text Example
White with #C09DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DC1; }
p { color: rgb(192,157,193); }
H1.HeaderClassName
{
color: #C09DC1;
}
.AnyTagClassName
{
color: #C09DC1;
}
</style>
background-color css
<style>
a { background-color: #C09DC1; }
a { background-color: rgb(192,157,193); }
div.DivClassName
{
background-color: #C09DC1;
}
.BgClassName
{
background-color: #C09DC1;
}
</style>
border-color css
<style>
span { border-color: #C09DC1; }
span { border-color: rgb(192,157,193); }
td.TdClassName
{
border-color: #C09DC1;
}
.TagClassName
{
border-color: #C09DC1;
}
</style>