Shades of Lilac #C696BF
Tints of Lilac #C696BF
RGB
CMYK
RGB Variations
Color information
#C696BF (or 0xC696BF) is known color: Lilac. HEX triplet: C6, 96 and BF. RGB value is (198,150,191). Sum of RGB (Red+Green+Blue) = 198+150+191=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C696BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696BF is #396940. Grayscale: #A8A8A8. Windows color (decimal): -3762497 or 12555974. OLE color: 12555974.
HSL color Cylindrical-coordinate representation of color #C696BF: hue angle of 308.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696BF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 191 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.22 |
| HSL | 308.75º | 0.3% | 0.68% | - |
| HSV(B) | 308.75º | 0.24% | 0.78% | - |
| XYZ | 43.6 | 37.58 | 54.25 | - |
| YUV | 169.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 191 | 0 | 0.24 | 0.04 | 0.22 | 308.75 | 0.3 | 0.68 |
| Hex | C6 | 96 | BF | 0 | 18 | 4 | 16 | 135 | 1E | 44 |
| Octal | 306 | 226 | 277 | 0 | 30 | 4 | 26 | 465 | 36 | 104 |
| Binary | 11000110 | 10010110 | 10111111 | 0 | 11000 | 100 | 10110 | 100110101 | 11110 | 1000100 |
Color Harmonies of #C696BF
Complementary color
Monochromatic Colors of #C696BF
Black with #C696BF
Text Example
Text Example
White with #C696BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696BF; }
p { color: rgb(198,150,191); }
H1.HeaderClassName
{
color: #C696BF;
}
.AnyTagClassName
{
color: #C696BF;
}
</style>
background-color css
<style>
a { background-color: #C696BF; }
a { background-color: rgb(198,150,191); }
div.DivClassName
{
background-color: #C696BF;
}
.BgClassName
{
background-color: #C696BF;
}
</style>
border-color css
<style>
span { border-color: #C696BF; }
span { border-color: rgb(198,150,191); }
td.TdClassName
{
border-color: #C696BF;
}
.TagClassName
{
border-color: #C696BF;
}
</style>