Shades of Lilac #C688BF
Tints of Lilac #C688BF
RGB
CMYK
RGB Variations
Color information
#C688BF (or 0xC688BF) is known color: Lilac. HEX triplet: C6, 88 and BF. RGB value is (198,136,191). Sum of RGB (Red+Green+Blue) = 198+136+191=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C688BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C688BF is #397740. Grayscale: #A0A0A0. Windows color (decimal): -3766081 or 12552390. OLE color: 12552390.
HSL color Cylindrical-coordinate representation of color #C688BF: hue angle of 306.77º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C688BF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 191 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.22 |
| HSL | 306.77º | 0.35% | 0.65% | - |
| HSV(B) | 306.77º | 0.31% | 0.78% | - |
| XYZ | 41.5 | 33.38 | 53.55 | - |
| YUV | 160.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 191 | 0 | 0.31 | 0.04 | 0.22 | 306.77 | 0.35 | 0.65 |
| Hex | C6 | 88 | BF | 0 | 1F | 4 | 16 | 133 | 23 | 41 |
| Octal | 306 | 210 | 277 | 0 | 37 | 4 | 26 | 463 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10111111 | 0 | 11111 | 100 | 10110 | 100110011 | 100011 | 1000001 |
Color Harmonies of #C688BF
Complementary color
Monochromatic Colors of #C688BF
Black with #C688BF
Text Example
Text Example
White with #C688BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688BF; }
p { color: rgb(198,136,191); }
H1.HeaderClassName
{
color: #C688BF;
}
.AnyTagClassName
{
color: #C688BF;
}
</style>
background-color css
<style>
a { background-color: #C688BF; }
a { background-color: rgb(198,136,191); }
div.DivClassName
{
background-color: #C688BF;
}
.BgClassName
{
background-color: #C688BF;
}
</style>
border-color css
<style>
span { border-color: #C688BF; }
span { border-color: rgb(198,136,191); }
td.TdClassName
{
border-color: #C688BF;
}
.TagClassName
{
border-color: #C688BF;
}
</style>