Shades of Lilac #C697BE
Tints of Lilac #C697BE
RGB
CMYK
RGB Variations
Color information
#C697BE (or 0xC697BE) is known color: Lilac. HEX triplet: C6, 97 and BE. RGB value is (198,151,190). Sum of RGB (Red+Green+Blue) = 198+151+190=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C697BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697BE is #396841. Grayscale: #A9A9A9. Windows color (decimal): -3762242 or 12490694. OLE color: 12490694.
HSL color Cylindrical-coordinate representation of color #C697BE: hue angle of 310.21º degrees, saturation: 0.29, 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 #C697BE is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 190 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.22 |
| HSL | 310.21º | 0.29% | 0.68% | - |
| HSV(B) | 310.21º | 0.24% | 0.78% | - |
| XYZ | 43.65 | 37.86 | 53.72 | - |
| YUV | 169.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 190 | 0 | 0.24 | 0.04 | 0.22 | 310.21 | 0.29 | 0.68 |
| Hex | C6 | 97 | BE | 0 | 18 | 4 | 16 | 136 | 1D | 44 |
| Octal | 306 | 227 | 276 | 0 | 30 | 4 | 26 | 466 | 35 | 104 |
| Binary | 11000110 | 10010111 | 10111110 | 0 | 11000 | 100 | 10110 | 100110110 | 11101 | 1000100 |
Color Harmonies of #C697BE
Complementary color
Monochromatic Colors of #C697BE
Black with #C697BE
Text Example
Text Example
White with #C697BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697BE; }
p { color: rgb(198,151,190); }
H1.HeaderClassName
{
color: #C697BE;
}
.AnyTagClassName
{
color: #C697BE;
}
</style>
background-color css
<style>
a { background-color: #C697BE; }
a { background-color: rgb(198,151,190); }
div.DivClassName
{
background-color: #C697BE;
}
.BgClassName
{
background-color: #C697BE;
}
</style>
border-color css
<style>
span { border-color: #C697BE; }
span { border-color: rgb(198,151,190); }
td.TdClassName
{
border-color: #C697BE;
}
.TagClassName
{
border-color: #C697BE;
}
</style>