Shades of Lilac #C698CF
Tints of Lilac #C698CF
RGB
CMYK
RGB Variations
Color information
#C698CF (or 0xC698CF) is known color: Lilac. HEX triplet: C6, 98 and CF. RGB value is (198,152,207). Sum of RGB (Red+Green+Blue) = 198+152+207=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C698CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CF is #396730. Grayscale: #ABABAB. Windows color (decimal): -3761969 or 13605062. OLE color: 13605062.
HSL color Cylindrical-coordinate representation of color #C698CF: hue angle of 290.18º degrees, saturation: 0.36, 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 #C698CF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 152 | 207 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.19 |
| HSL | 290.18º | 0.36% | 0.7% | - |
| HSV(B) | 290.18º | 0.27% | 0.81% | - |
| XYZ | 45.78 | 38.97 | 64.14 | - |
| YUV | 172.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 207 | 0.04 | 0.27 | 0 | 0.19 | 290.18 | 0.36 | 0.7 |
| Hex | C6 | 98 | CF | 4 | 1B | 0 | 13 | 122 | 24 | 46 |
| Octal | 306 | 230 | 317 | 4 | 33 | 0 | 23 | 442 | 44 | 106 |
| Binary | 11000110 | 10011000 | 11001111 | 100 | 11011 | 0 | 10011 | 100100010 | 100100 | 1000110 |
Color Harmonies of #C698CF
Complementary color
Monochromatic Colors of #C698CF
Black with #C698CF
Text Example
Text Example
White with #C698CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698CF; }
p { color: rgb(198,152,207); }
H1.HeaderClassName
{
color: #C698CF;
}
.AnyTagClassName
{
color: #C698CF;
}
</style>
background-color css
<style>
a { background-color: #C698CF; }
a { background-color: rgb(198,152,207); }
div.DivClassName
{
background-color: #C698CF;
}
.BgClassName
{
background-color: #C698CF;
}
</style>
border-color css
<style>
span { border-color: #C698CF; }
span { border-color: rgb(198,152,207); }
td.TdClassName
{
border-color: #C698CF;
}
.TagClassName
{
border-color: #C698CF;
}
</style>