Shades of Lilac #C697CF
Tints of Lilac #C697CF
RGB
CMYK
RGB Variations
Color information
#C697CF (or 0xC697CF) is known color: Lilac. HEX triplet: C6, 97 and CF. RGB value is (198,151,207). Sum of RGB (Red+Green+Blue) = 198+151+207=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #C697CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697CF is #396830. Grayscale: #ABABAB. Windows color (decimal): -3762225 or 13604806. OLE color: 13604806.
HSL color Cylindrical-coordinate representation of color #C697CF: hue angle of 290.36º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C697CF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 151 | 207 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.19 |
| HSL | 290.36º | 0.37% | 0.7% | - |
| HSV(B) | 290.36º | 0.27% | 0.81% | - |
| XYZ | 45.62 | 38.64 | 64.09 | - |
| YUV | 171.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 207 | 0.04 | 0.27 | 0 | 0.19 | 290.36 | 0.37 | 0.7 |
| Hex | C6 | 97 | CF | 4 | 1B | 0 | 13 | 122 | 25 | 46 |
| Octal | 306 | 227 | 317 | 4 | 33 | 0 | 23 | 442 | 45 | 106 |
| Binary | 11000110 | 10010111 | 11001111 | 100 | 11011 | 0 | 10011 | 100100010 | 100101 | 1000110 |
Color Harmonies of #C697CF
Complementary color
Monochromatic Colors of #C697CF
Black with #C697CF
Text Example
Text Example
White with #C697CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697CF; }
p { color: rgb(198,151,207); }
H1.HeaderClassName
{
color: #C697CF;
}
.AnyTagClassName
{
color: #C697CF;
}
</style>
background-color css
<style>
a { background-color: #C697CF; }
a { background-color: rgb(198,151,207); }
div.DivClassName
{
background-color: #C697CF;
}
.BgClassName
{
background-color: #C697CF;
}
</style>
border-color css
<style>
span { border-color: #C697CF; }
span { border-color: rgb(198,151,207); }
td.TdClassName
{
border-color: #C697CF;
}
.TagClassName
{
border-color: #C697CF;
}
</style>