Shades of Lilac #C698C1
Tints of Lilac #C698C1
RGB
CMYK
RGB Variations
Color information
#C698C1 (or 0xC698C1) is known color: Lilac. HEX triplet: C6, 98 and C1. RGB value is (198,152,193). Sum of RGB (Red+Green+Blue) = 198+152+193=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C698C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698C1 is #39673E. Grayscale: #AAAAAA. Windows color (decimal): -3761983 or 12687558. OLE color: 12687558.
HSL color Cylindrical-coordinate representation of color #C698C1: hue angle of 306.52º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698C1 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 193 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.22 |
| HSL | 306.52º | 0.29% | 0.69% | - |
| HSV(B) | 306.52º | 0.23% | 0.78% | - |
| XYZ | 44.14 | 38.31 | 55.52 | - |
| YUV | 170.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 193 | 0 | 0.23 | 0.03 | 0.22 | 306.52 | 0.29 | 0.69 |
| Hex | C6 | 98 | C1 | 0 | 17 | 3 | 16 | 133 | 1D | 45 |
| Octal | 306 | 230 | 301 | 0 | 27 | 3 | 26 | 463 | 35 | 105 |
| Binary | 11000110 | 10011000 | 11000001 | 0 | 10111 | 11 | 10110 | 100110011 | 11101 | 1000101 |
Color Harmonies of #C698C1
Complementary color
Monochromatic Colors of #C698C1
Black with #C698C1
Text Example
Text Example
White with #C698C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698C1; }
p { color: rgb(198,152,193); }
H1.HeaderClassName
{
color: #C698C1;
}
.AnyTagClassName
{
color: #C698C1;
}
</style>
background-color css
<style>
a { background-color: #C698C1; }
a { background-color: rgb(198,152,193); }
div.DivClassName
{
background-color: #C698C1;
}
.BgClassName
{
background-color: #C698C1;
}
</style>
border-color css
<style>
span { border-color: #C698C1; }
span { border-color: rgb(198,152,193); }
td.TdClassName
{
border-color: #C698C1;
}
.TagClassName
{
border-color: #C698C1;
}
</style>