Shades of Lilac #C799CA
Tints of Lilac #C799CA
RGB
CMYK
RGB Variations
Color information
#C799CA (or 0xC799CA) is known color: Lilac. HEX triplet: C7, 99 and CA. RGB value is (199,153,202). Sum of RGB (Red+Green+Blue) = 199+153+202=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #C799CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C799CA is #386635. Grayscale: #ACACAC. Windows color (decimal): -3696182 or 13277639. OLE color: 13277639.
HSL color Cylindrical-coordinate representation of color #C799CA: hue angle of 296.33º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C799CA is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 153 | 202 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.21 |
| HSL | 296.33º | 0.32% | 0.7% | - |
| HSV(B) | 296.33º | 0.24% | 0.79% | - |
| XYZ | 45.61 | 39.19 | 61.04 | - |
| YUV | 172.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 202 | 0.01 | 0.24 | 0 | 0.21 | 296.33 | 0.32 | 0.7 |
| Hex | C7 | 99 | CA | 1 | 18 | 0 | 15 | 128 | 20 | 46 |
| Octal | 307 | 231 | 312 | 1 | 30 | 0 | 25 | 450 | 40 | 106 |
| Binary | 11000111 | 10011001 | 11001010 | 1 | 11000 | 0 | 10101 | 100101000 | 100000 | 1000110 |
Color Harmonies of #C799CA
Complementary color
Monochromatic Colors of #C799CA
Black with #C799CA
Text Example
Text Example
White with #C799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799CA; }
p { color: rgb(199,153,202); }
H1.HeaderClassName
{
color: #C799CA;
}
.AnyTagClassName
{
color: #C799CA;
}
</style>
background-color css
<style>
a { background-color: #C799CA; }
a { background-color: rgb(199,153,202); }
div.DivClassName
{
background-color: #C799CA;
}
.BgClassName
{
background-color: #C799CA;
}
</style>
border-color css
<style>
span { border-color: #C799CA; }
span { border-color: rgb(199,153,202); }
td.TdClassName
{
border-color: #C799CA;
}
.TagClassName
{
border-color: #C799CA;
}
</style>