Shades of Lilac #C698C8
Tints of Lilac #C698C8
RGB
CMYK
RGB Variations
Color information
#C698C8 (or 0xC698C8) is known color: Lilac. HEX triplet: C6, 98 and C8. RGB value is (198,152,200). Sum of RGB (Red+Green+Blue) = 198+152+200=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 200 - color contains mainly: blue. Hex color #C698C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698C8 is #396737. Grayscale: #ABABAB. Windows color (decimal): -3761976 or 13146310. OLE color: 13146310.
HSL color Cylindrical-coordinate representation of color #C698C8: hue angle of 297.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C698C8 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 200 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.22 |
| HSL | 297.5º | 0.3% | 0.69% | - |
| HSV(B) | 297.5º | 0.24% | 0.78% | - |
| XYZ | 44.94 | 38.63 | 59.73 | - |
| YUV | 171.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 200 | 0.01 | 0.24 | 0 | 0.22 | 297.5 | 0.3 | 0.69 |
| Hex | C6 | 98 | C8 | 1 | 18 | 0 | 16 | 12A | 1E | 45 |
| Octal | 306 | 230 | 310 | 1 | 30 | 0 | 26 | 452 | 36 | 105 |
| Binary | 11000110 | 10011000 | 11001000 | 1 | 11000 | 0 | 10110 | 100101010 | 11110 | 1000101 |
Color Harmonies of #C698C8
Complementary color
Monochromatic Colors of #C698C8
Black with #C698C8
Text Example
Text Example
White with #C698C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698C8; }
p { color: rgb(198,152,200); }
H1.HeaderClassName
{
color: #C698C8;
}
.AnyTagClassName
{
color: #C698C8;
}
</style>
background-color css
<style>
a { background-color: #C698C8; }
a { background-color: rgb(198,152,200); }
div.DivClassName
{
background-color: #C698C8;
}
.BgClassName
{
background-color: #C698C8;
}
</style>
border-color css
<style>
span { border-color: #C698C8; }
span { border-color: rgb(198,152,200); }
td.TdClassName
{
border-color: #C698C8;
}
.TagClassName
{
border-color: #C698C8;
}
</style>