Shades of Lilac #C792CC
Tints of Lilac #C792CC
RGB
CMYK
RGB Variations
Color information
#C792CC (or 0xC792CC) is known color: Lilac. HEX triplet: C7, 92 and CC. RGB value is (199,146,204). Sum of RGB (Red+Green+Blue) = 199+146+204=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C792CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792CC is #386D33. Grayscale: #A8A8A8. Windows color (decimal): -3697972 or 13406919. OLE color: 13406919.
HSL color Cylindrical-coordinate representation of color #C792CC: hue angle of 294.83º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C792CC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 146 | 204 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.2 |
| HSL | 294.83º | 0.36% | 0.69% | - |
| HSV(B) | 294.83º | 0.28% | 0.8% | - |
| XYZ | 44.73 | 37.06 | 61.92 | - |
| YUV | 168.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 204 | 0.02 | 0.28 | 0 | 0.2 | 294.83 | 0.36 | 0.69 |
| Hex | C7 | 92 | CC | 2 | 1C | 0 | 14 | 127 | 24 | 45 |
| Octal | 307 | 222 | 314 | 2 | 34 | 0 | 24 | 447 | 44 | 105 |
| Binary | 11000111 | 10010010 | 11001100 | 10 | 11100 | 0 | 10100 | 100100111 | 100100 | 1000101 |
Color Harmonies of #C792CC
Complementary color
Monochromatic Colors of #C792CC
Black with #C792CC
Text Example
Text Example
White with #C792CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792CC; }
p { color: rgb(199,146,204); }
H1.HeaderClassName
{
color: #C792CC;
}
.AnyTagClassName
{
color: #C792CC;
}
</style>
background-color css
<style>
a { background-color: #C792CC; }
a { background-color: rgb(199,146,204); }
div.DivClassName
{
background-color: #C792CC;
}
.BgClassName
{
background-color: #C792CC;
}
</style>
border-color css
<style>
span { border-color: #C792CC; }
span { border-color: rgb(199,146,204); }
td.TdClassName
{
border-color: #C792CC;
}
.TagClassName
{
border-color: #C792CC;
}
</style>