Shades of Lilac #C792CD
Tints of Lilac #C792CD
RGB
CMYK
RGB Variations
Color information
#C792CD (or 0xC792CD) is known color: Lilac. HEX triplet: C7, 92 and CD. RGB value is (199,146,205). Sum of RGB (Red+Green+Blue) = 199+146+205=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #C792CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792CD is #386D32. Grayscale: #A8A8A8. Windows color (decimal): -3697971 or 13472455. OLE color: 13472455.
HSL color Cylindrical-coordinate representation of color #C792CD: hue angle of 293.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C792CD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 146 | 205 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.20 |
| HSL | 293.9º | 0.37% | 0.69% | - |
| HSV(B) | 293.9º | 0.29% | 0.8% | - |
| XYZ | 44.85 | 37.11 | 62.56 | - |
| YUV | 168.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 205 | 0.03 | 0.29 | 0 | 0.20 | 293.9 | 0.37 | 0.69 |
| Hex | C7 | 92 | CD | 3 | 1D | 0 | 14 | 126 | 25 | 45 |
| Octal | 307 | 222 | 315 | 3 | 35 | 0 | 24 | 446 | 45 | 105 |
| Binary | 11000111 | 10010010 | 11001101 | 11 | 11101 | 0 | 10100 | 100100110 | 100101 | 1000101 |
Color Harmonies of #C792CD
Complementary color
Monochromatic Colors of #C792CD
Black with #C792CD
Text Example
Text Example
White with #C792CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792CD; }
p { color: rgb(199,146,205); }
H1.HeaderClassName
{
color: #C792CD;
}
.AnyTagClassName
{
color: #C792CD;
}
</style>
background-color css
<style>
a { background-color: #C792CD; }
a { background-color: rgb(199,146,205); }
div.DivClassName
{
background-color: #C792CD;
}
.BgClassName
{
background-color: #C792CD;
}
</style>
border-color css
<style>
span { border-color: #C792CD; }
span { border-color: rgb(199,146,205); }
td.TdClassName
{
border-color: #C792CD;
}
.TagClassName
{
border-color: #C792CD;
}
</style>