Shades of Lilac #C698CA
Tints of Lilac #C698CA
RGB
CMYK
RGB Variations
Color information
#C698CA (or 0xC698CA) is known color: Lilac. HEX triplet: C6, 98 and CA. RGB value is (198,152,202). Sum of RGB (Red+Green+Blue) = 198+152+202=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #C698CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CA is #396735. Grayscale: #ABABAB. Windows color (decimal): -3761974 or 13277382. OLE color: 13277382.
HSL color Cylindrical-coordinate representation of color #C698CA: hue angle of 295.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C698CA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 152 | 202 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.21 |
| HSL | 295.2º | 0.32% | 0.69% | - |
| HSV(B) | 295.2º | 0.25% | 0.79% | - |
| XYZ | 45.18 | 38.73 | 60.97 | - |
| YUV | 171.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 202 | 0.02 | 0.25 | 0 | 0.21 | 295.2 | 0.32 | 0.69 |
| Hex | C6 | 98 | CA | 2 | 19 | 0 | 15 | 127 | 20 | 45 |
| Octal | 306 | 230 | 312 | 2 | 31 | 0 | 25 | 447 | 40 | 105 |
| Binary | 11000110 | 10011000 | 11001010 | 10 | 11001 | 0 | 10101 | 100100111 | 100000 | 1000101 |
Color Harmonies of #C698CA
Complementary color
Monochromatic Colors of #C698CA
Black with #C698CA
Text Example
Text Example
White with #C698CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698CA; }
p { color: rgb(198,152,202); }
H1.HeaderClassName
{
color: #C698CA;
}
.AnyTagClassName
{
color: #C698CA;
}
</style>
background-color css
<style>
a { background-color: #C698CA; }
a { background-color: rgb(198,152,202); }
div.DivClassName
{
background-color: #C698CA;
}
.BgClassName
{
background-color: #C698CA;
}
</style>
border-color css
<style>
span { border-color: #C698CA; }
span { border-color: rgb(198,152,202); }
td.TdClassName
{
border-color: #C698CA;
}
.TagClassName
{
border-color: #C698CA;
}
</style>