Shades of Lilac #C698BF
Tints of Lilac #C698BF
RGB
CMYK
RGB Variations
Color information
#C698BF (or 0xC698BF) is known color: Lilac. HEX triplet: C6, 98 and BF. RGB value is (198,152,191). Sum of RGB (Red+Green+Blue) = 198+152+191=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C698BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698BF is #396740. Grayscale: #AAAAAA. Windows color (decimal): -3761985 or 12556486. OLE color: 12556486.
HSL color Cylindrical-coordinate representation of color #C698BF: hue angle of 309.13º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698BF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 191 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.22 |
| HSL | 309.13º | 0.29% | 0.69% | - |
| HSV(B) | 309.13º | 0.23% | 0.78% | - |
| XYZ | 43.92 | 38.22 | 54.35 | - |
| YUV | 170.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 191 | 0 | 0.23 | 0.04 | 0.22 | 309.13 | 0.29 | 0.69 |
| Hex | C6 | 98 | BF | 0 | 17 | 4 | 16 | 135 | 1D | 45 |
| Octal | 306 | 230 | 277 | 0 | 27 | 4 | 26 | 465 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10111111 | 0 | 10111 | 100 | 10110 | 100110101 | 11101 | 1000101 |
Color Harmonies of #C698BF
Complementary color
Monochromatic Colors of #C698BF
Black with #C698BF
Text Example
Text Example
White with #C698BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698BF; }
p { color: rgb(198,152,191); }
H1.HeaderClassName
{
color: #C698BF;
}
.AnyTagClassName
{
color: #C698BF;
}
</style>
background-color css
<style>
a { background-color: #C698BF; }
a { background-color: rgb(198,152,191); }
div.DivClassName
{
background-color: #C698BF;
}
.BgClassName
{
background-color: #C698BF;
}
</style>
border-color css
<style>
span { border-color: #C698BF; }
span { border-color: rgb(198,152,191); }
td.TdClassName
{
border-color: #C698BF;
}
.TagClassName
{
border-color: #C698BF;
}
</style>