Shades of Lilac #C798C1
Tints of Lilac #C798C1
RGB
CMYK
RGB Variations
Color information
#C798C1 (or 0xC798C1) is known color: Lilac. HEX triplet: C7, 98 and C1. RGB value is (199,152,193). Sum of RGB (Red+Green+Blue) = 199+152+193=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C798C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C798C1 is #38673E. Grayscale: #AAAAAA. Windows color (decimal): -3696447 or 12687559. OLE color: 12687559.
HSL color Cylindrical-coordinate representation of color #C798C1: hue angle of 307.66º 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 #C798C1 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 193 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.22 |
| HSL | 307.66º | 0.3% | 0.69% | - |
| HSV(B) | 307.66º | 0.24% | 0.78% | - |
| XYZ | 44.41 | 38.45 | 55.53 | - |
| YUV | 170.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 193 | 0 | 0.24 | 0.03 | 0.22 | 307.66 | 0.3 | 0.69 |
| Hex | C7 | 98 | C1 | 0 | 18 | 3 | 16 | 134 | 1E | 45 |
| Octal | 307 | 230 | 301 | 0 | 30 | 3 | 26 | 464 | 36 | 105 |
| Binary | 11000111 | 10011000 | 11000001 | 0 | 11000 | 11 | 10110 | 100110100 | 11110 | 1000101 |
Color Harmonies of #C798C1
Complementary color
Monochromatic Colors of #C798C1
Black with #C798C1
Text Example
Text Example
White with #C798C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798C1; }
p { color: rgb(199,152,193); }
H1.HeaderClassName
{
color: #C798C1;
}
.AnyTagClassName
{
color: #C798C1;
}
</style>
background-color css
<style>
a { background-color: #C798C1; }
a { background-color: rgb(199,152,193); }
div.DivClassName
{
background-color: #C798C1;
}
.BgClassName
{
background-color: #C798C1;
}
</style>
border-color css
<style>
span { border-color: #C798C1; }
span { border-color: rgb(199,152,193); }
td.TdClassName
{
border-color: #C798C1;
}
.TagClassName
{
border-color: #C798C1;
}
</style>