Shades of Lilac #C797CA
Tints of Lilac #C797CA
RGB
CMYK
RGB Variations
Color information
#C797CA (or 0xC797CA) is known color: Lilac. HEX triplet: C7, 97 and CA. RGB value is (199,151,202). Sum of RGB (Red+Green+Blue) = 199+151+202=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 151 (59.38% from 255 or 27.36% 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 #C797CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C797CA is #386835. Grayscale: #ABABAB. Windows color (decimal): -3696694 or 13277127. OLE color: 13277127.
HSL color Cylindrical-coordinate representation of color #C797CA: hue angle of 296.47º 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 #C797CA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 151 | 202 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.21 |
| HSL | 296.47º | 0.32% | 0.69% | - |
| HSV(B) | 296.47º | 0.25% | 0.79% | - |
| XYZ | 45.28 | 38.54 | 60.93 | - |
| YUV | 171.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 202 | 0.01 | 0.25 | 0 | 0.21 | 296.47 | 0.32 | 0.69 |
| Hex | C7 | 97 | CA | 1 | 19 | 0 | 15 | 128 | 20 | 45 |
| Octal | 307 | 227 | 312 | 1 | 31 | 0 | 25 | 450 | 40 | 105 |
| Binary | 11000111 | 10010111 | 11001010 | 1 | 11001 | 0 | 10101 | 100101000 | 100000 | 1000101 |
Color Harmonies of #C797CA
Complementary color
Monochromatic Colors of #C797CA
Black with #C797CA
Text Example
Text Example
White with #C797CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797CA; }
p { color: rgb(199,151,202); }
H1.HeaderClassName
{
color: #C797CA;
}
.AnyTagClassName
{
color: #C797CA;
}
</style>
background-color css
<style>
a { background-color: #C797CA; }
a { background-color: rgb(199,151,202); }
div.DivClassName
{
background-color: #C797CA;
}
.BgClassName
{
background-color: #C797CA;
}
</style>
border-color css
<style>
span { border-color: #C797CA; }
span { border-color: rgb(199,151,202); }
td.TdClassName
{
border-color: #C797CA;
}
.TagClassName
{
border-color: #C797CA;
}
</style>