Shades of Lilac #C088BF
Tints of Lilac #C088BF
RGB
CMYK
RGB Variations
Color information
#C088BF (or 0xC088BF) is known color: Lilac. HEX triplet: C0, 88 and BF. RGB value is (192,136,191). Sum of RGB (Red+Green+Blue) = 192+136+191=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BF is #3F7740. Grayscale: #9E9E9E. Windows color (decimal): -4159297 or 12552384. OLE color: 12552384.
HSL color Cylindrical-coordinate representation of color #C088BF: hue angle of 301.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088BF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 191 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.25 |
| HSL | 301.07º | 0.31% | 0.64% | - |
| HSV(B) | 301.07º | 0.29% | 0.75% | - |
| XYZ | 39.95 | 32.58 | 53.47 | - |
| YUV | 159.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 191 | 0 | 0.29 | 0.01 | 0.25 | 301.07 | 0.31 | 0.64 |
| Hex | C0 | 88 | BF | 0 | 1D | 1 | 19 | 12D | 1F | 40 |
| Octal | 300 | 210 | 277 | 0 | 35 | 1 | 31 | 455 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10111111 | 0 | 11101 | 1 | 11001 | 100101101 | 11111 | 1000000 |
Color Harmonies of #C088BF
Complementary color
Monochromatic Colors of #C088BF
Black with #C088BF
Text Example
Text Example
White with #C088BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088BF; }
p { color: rgb(192,136,191); }
H1.HeaderClassName
{
color: #C088BF;
}
.AnyTagClassName
{
color: #C088BF;
}
</style>
background-color css
<style>
a { background-color: #C088BF; }
a { background-color: rgb(192,136,191); }
div.DivClassName
{
background-color: #C088BF;
}
.BgClassName
{
background-color: #C088BF;
}
</style>
border-color css
<style>
span { border-color: #C088BF; }
span { border-color: rgb(192,136,191); }
td.TdClassName
{
border-color: #C088BF;
}
.TagClassName
{
border-color: #C088BF;
}
</style>