Shades of Lilac #C08DC1
Tints of Lilac #C08DC1
RGB
CMYK
RGB Variations
Color information
#C08DC1 (or 0xC08DC1) is known color: Lilac. HEX triplet: C0, 8D and C1. RGB value is (192,141,193). Sum of RGB (Red+Green+Blue) = 192+141+193=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DC1 is #3F723E. Grayscale: #A2A2A2. Windows color (decimal): -4158015 or 12684736. OLE color: 12684736.
HSL color Cylindrical-coordinate representation of color #C08DC1: hue angle of 298.85º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08DC1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 141 | 193 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.24 |
| HSL | 298.85º | 0.3% | 0.65% | - |
| HSV(B) | 298.85º | 0.27% | 0.76% | - |
| XYZ | 40.89 | 34.11 | 54.88 | - |
| YUV | 162.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 193 | 0.01 | 0.27 | 0 | 0.24 | 298.85 | 0.3 | 0.65 |
| Hex | C0 | 8D | C1 | 1 | 1B | 0 | 18 | 12B | 1E | 41 |
| Octal | 300 | 215 | 301 | 1 | 33 | 0 | 30 | 453 | 36 | 101 |
| Binary | 11000000 | 10001101 | 11000001 | 1 | 11011 | 0 | 11000 | 100101011 | 11110 | 1000001 |
Color Harmonies of #C08DC1
Complementary color
Monochromatic Colors of #C08DC1
Black with #C08DC1
Text Example
Text Example
White with #C08DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DC1; }
p { color: rgb(192,141,193); }
H1.HeaderClassName
{
color: #C08DC1;
}
.AnyTagClassName
{
color: #C08DC1;
}
</style>
background-color css
<style>
a { background-color: #C08DC1; }
a { background-color: rgb(192,141,193); }
div.DivClassName
{
background-color: #C08DC1;
}
.BgClassName
{
background-color: #C08DC1;
}
</style>
border-color css
<style>
span { border-color: #C08DC1; }
span { border-color: rgb(192,141,193); }
td.TdClassName
{
border-color: #C08DC1;
}
.TagClassName
{
border-color: #C08DC1;
}
</style>