Shades of Lilac #C08DCB
Tints of Lilac #C08DCB
RGB
CMYK
RGB Variations
Color information
#C08DCB (or 0xC08DCB) is known color: Lilac. HEX triplet: C0, 8D and CB. RGB value is (192,141,203). Sum of RGB (Red+Green+Blue) = 192+141+203=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCB is #3F7234. Grayscale: #A3A3A3. Windows color (decimal): -4158005 or 13340096. OLE color: 13340096.
HSL color Cylindrical-coordinate representation of color #C08DCB: hue angle of 289.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08DCB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 141 | 203 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.20 |
| HSL | 289.35º | 0.37% | 0.67% | - |
| HSV(B) | 289.35º | 0.31% | 0.8% | - |
| XYZ | 42.04 | 34.57 | 60.96 | - |
| YUV | 163.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 203 | 0.05 | 0.31 | 0 | 0.20 | 289.35 | 0.37 | 0.67 |
| Hex | C0 | 8D | CB | 5 | 1F | 0 | 14 | 121 | 25 | 43 |
| Octal | 300 | 215 | 313 | 5 | 37 | 0 | 24 | 441 | 45 | 103 |
| Binary | 11000000 | 10001101 | 11001011 | 101 | 11111 | 0 | 10100 | 100100001 | 100101 | 1000011 |
Color Harmonies of #C08DCB
Complementary color
Monochromatic Colors of #C08DCB
Black with #C08DCB
Text Example
Text Example
White with #C08DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DCB; }
p { color: rgb(192,141,203); }
H1.HeaderClassName
{
color: #C08DCB;
}
.AnyTagClassName
{
color: #C08DCB;
}
</style>
background-color css
<style>
a { background-color: #C08DCB; }
a { background-color: rgb(192,141,203); }
div.DivClassName
{
background-color: #C08DCB;
}
.BgClassName
{
background-color: #C08DCB;
}
</style>
border-color css
<style>
span { border-color: #C08DCB; }
span { border-color: rgb(192,141,203); }
td.TdClassName
{
border-color: #C08DCB;
}
.TagClassName
{
border-color: #C08DCB;
}
</style>