Shades of Lilac #C08DCA
Tints of Lilac #C08DCA
RGB
CMYK
RGB Variations
Color information
#C08DCA (or 0xC08DCA) is known color: Lilac. HEX triplet: C0, 8D and CA. RGB value is (192,141,202). Sum of RGB (Red+Green+Blue) = 192+141+202=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCA is #3F7235. Grayscale: #A3A3A3. Windows color (decimal): -4158006 or 13274560. OLE color: 13274560.
HSL color Cylindrical-coordinate representation of color #C08DCA: hue angle of 290.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08DCA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 141 | 202 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.21 |
| HSL | 290.16º | 0.37% | 0.67% | - |
| HSV(B) | 290.16º | 0.3% | 0.79% | - |
| XYZ | 41.92 | 34.52 | 60.33 | - |
| YUV | 163.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 202 | 0.05 | 0.30 | 0 | 0.21 | 290.16 | 0.37 | 0.67 |
| Hex | C0 | 8D | CA | 5 | 1E | 0 | 15 | 122 | 25 | 43 |
| Octal | 300 | 215 | 312 | 5 | 36 | 0 | 25 | 442 | 45 | 103 |
| Binary | 11000000 | 10001101 | 11001010 | 101 | 11110 | 0 | 10101 | 100100010 | 100101 | 1000011 |
Color Harmonies of #C08DCA
Complementary color
Monochromatic Colors of #C08DCA
Black with #C08DCA
Text Example
Text Example
White with #C08DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DCA; }
p { color: rgb(192,141,202); }
H1.HeaderClassName
{
color: #C08DCA;
}
.AnyTagClassName
{
color: #C08DCA;
}
</style>
background-color css
<style>
a { background-color: #C08DCA; }
a { background-color: rgb(192,141,202); }
div.DivClassName
{
background-color: #C08DCA;
}
.BgClassName
{
background-color: #C08DCA;
}
</style>
border-color css
<style>
span { border-color: #C08DCA; }
span { border-color: rgb(192,141,202); }
td.TdClassName
{
border-color: #C08DCA;
}
.TagClassName
{
border-color: #C08DCA;
}
</style>