Shades of Lilac #C792CA
Tints of Lilac #C792CA
RGB
CMYK
RGB Variations
Color information
#C792CA (or 0xC792CA) is known color: Lilac. HEX triplet: C7, 92 and CA. RGB value is (199,146,202). Sum of RGB (Red+Green+Blue) = 199+146+202=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C792CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792CA is #386D35. Grayscale: #A8A8A8. Windows color (decimal): -3697974 or 13275847. OLE color: 13275847.
HSL color Cylindrical-coordinate representation of color #C792CA: hue angle of 296.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C792CA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 146 | 202 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.21 |
| HSL | 296.79º | 0.35% | 0.68% | - |
| HSV(B) | 296.79º | 0.28% | 0.79% | - |
| XYZ | 44.49 | 36.96 | 60.67 | - |
| YUV | 168.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 202 | 0.01 | 0.28 | 0 | 0.21 | 296.79 | 0.35 | 0.68 |
| Hex | C7 | 92 | CA | 1 | 1C | 0 | 15 | 129 | 23 | 44 |
| Octal | 307 | 222 | 312 | 1 | 34 | 0 | 25 | 451 | 43 | 104 |
| Binary | 11000111 | 10010010 | 11001010 | 1 | 11100 | 0 | 10101 | 100101001 | 100011 | 1000100 |
Color Harmonies of #C792CA
Complementary color
Monochromatic Colors of #C792CA
Black with #C792CA
Text Example
Text Example
White with #C792CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792CA; }
p { color: rgb(199,146,202); }
H1.HeaderClassName
{
color: #C792CA;
}
.AnyTagClassName
{
color: #C792CA;
}
</style>
background-color css
<style>
a { background-color: #C792CA; }
a { background-color: rgb(199,146,202); }
div.DivClassName
{
background-color: #C792CA;
}
.BgClassName
{
background-color: #C792CA;
}
</style>
border-color css
<style>
span { border-color: #C792CA; }
span { border-color: rgb(199,146,202); }
td.TdClassName
{
border-color: #C792CA;
}
.TagClassName
{
border-color: #C792CA;
}
</style>