Shades of Lilac #C08BCB
Tints of Lilac #C08BCB
RGB
CMYK
RGB Variations
Color information
#C08BCB (or 0xC08BCB) is known color: Lilac. HEX triplet: C0, 8B and CB. RGB value is (192,139,203). Sum of RGB (Red+Green+Blue) = 192+139+203=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BCB is #3F7434. Grayscale: #A1A1A1. Windows color (decimal): -4158517 or 13339584. OLE color: 13339584.
HSL color Cylindrical-coordinate representation of color #C08BCB: hue angle of 289.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08BCB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 139 | 203 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.20 |
| HSL | 289.69º | 0.38% | 0.67% | - |
| HSV(B) | 289.69º | 0.32% | 0.8% | - |
| XYZ | 41.75 | 33.98 | 60.86 | - |
| YUV | 162.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 203 | 0.05 | 0.32 | 0 | 0.20 | 289.69 | 0.38 | 0.67 |
| Hex | C0 | 8B | CB | 5 | 20 | 0 | 14 | 122 | 26 | 43 |
| Octal | 300 | 213 | 313 | 5 | 40 | 0 | 24 | 442 | 46 | 103 |
| Binary | 11000000 | 10001011 | 11001011 | 101 | 100000 | 0 | 10100 | 100100010 | 100110 | 1000011 |
Color Harmonies of #C08BCB
Complementary color
Monochromatic Colors of #C08BCB
Black with #C08BCB
Text Example
Text Example
White with #C08BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BCB; }
p { color: rgb(192,139,203); }
H1.HeaderClassName
{
color: #C08BCB;
}
.AnyTagClassName
{
color: #C08BCB;
}
</style>
background-color css
<style>
a { background-color: #C08BCB; }
a { background-color: rgb(192,139,203); }
div.DivClassName
{
background-color: #C08BCB;
}
.BgClassName
{
background-color: #C08BCB;
}
</style>
border-color css
<style>
span { border-color: #C08BCB; }
span { border-color: rgb(192,139,203); }
td.TdClassName
{
border-color: #C08BCB;
}
.TagClassName
{
border-color: #C08BCB;
}
</style>