Shades of Lilac #C08BBF
Tints of Lilac #C08BBF
RGB
CMYK
RGB Variations
Color information
#C08BBF (or 0xC08BBF) is known color: Lilac. HEX triplet: C0, 8B and BF. RGB value is (192,139,191). Sum of RGB (Red+Green+Blue) = 192+139+191=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BBF is #3F7440. Grayscale: #A0A0A0. Windows color (decimal): -4158529 or 12553152. OLE color: 12553152.
HSL color Cylindrical-coordinate representation of color #C08BBF: hue angle of 301.13º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BBF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 191 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.25 |
| HSL | 301.13º | 0.3% | 0.65% | - |
| HSV(B) | 301.13º | 0.28% | 0.75% | - |
| XYZ | 40.37 | 33.43 | 53.62 | - |
| YUV | 160.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 191 | 0 | 0.28 | 0.01 | 0.25 | 301.13 | 0.3 | 0.65 |
| Hex | C0 | 8B | BF | 0 | 1C | 1 | 19 | 12D | 1E | 41 |
| Octal | 300 | 213 | 277 | 0 | 34 | 1 | 31 | 455 | 36 | 101 |
| Binary | 11000000 | 10001011 | 10111111 | 0 | 11100 | 1 | 11001 | 100101101 | 11110 | 1000001 |
Color Harmonies of #C08BBF
Complementary color
Monochromatic Colors of #C08BBF
Black with #C08BBF
Text Example
Text Example
White with #C08BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BBF; }
p { color: rgb(192,139,191); }
H1.HeaderClassName
{
color: #C08BBF;
}
.AnyTagClassName
{
color: #C08BBF;
}
</style>
background-color css
<style>
a { background-color: #C08BBF; }
a { background-color: rgb(192,139,191); }
div.DivClassName
{
background-color: #C08BBF;
}
.BgClassName
{
background-color: #C08BBF;
}
</style>
border-color css
<style>
span { border-color: #C08BBF; }
span { border-color: rgb(192,139,191); }
td.TdClassName
{
border-color: #C08BBF;
}
.TagClassName
{
border-color: #C08BBF;
}
</style>