Shades of Lilac #C791CD
Tints of Lilac #C791CD
RGB
CMYK
RGB Variations
Color information
#C791CD (or 0xC791CD) is known color: Lilac. HEX triplet: C7, 91 and CD. RGB value is (199,145,205). Sum of RGB (Red+Green+Blue) = 199+145+205=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #C791CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C791CD is #386E32. Grayscale: #A7A7A7. Windows color (decimal): -3698227 or 13472199. OLE color: 13472199.
HSL color Cylindrical-coordinate representation of color #C791CD: hue angle of 294º degrees, saturation: 0.38, 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 #C791CD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 145 | 205 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.20 |
| HSL | 294º | 0.38% | 0.69% | - |
| HSV(B) | 294º | 0.29% | 0.8% | - |
| XYZ | 44.7 | 36.8 | 62.51 | - |
| YUV | 167.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 205 | 0.03 | 0.29 | 0 | 0.20 | 294 | 0.38 | 0.69 |
| Hex | C7 | 91 | CD | 3 | 1D | 0 | 14 | 126 | 26 | 45 |
| Octal | 307 | 221 | 315 | 3 | 35 | 0 | 24 | 446 | 46 | 105 |
| Binary | 11000111 | 10010001 | 11001101 | 11 | 11101 | 0 | 10100 | 100100110 | 100110 | 1000101 |
Color Harmonies of #C791CD
Complementary color
Monochromatic Colors of #C791CD
Black with #C791CD
Text Example
Text Example
White with #C791CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791CD; }
p { color: rgb(199,145,205); }
H1.HeaderClassName
{
color: #C791CD;
}
.AnyTagClassName
{
color: #C791CD;
}
</style>
background-color css
<style>
a { background-color: #C791CD; }
a { background-color: rgb(199,145,205); }
div.DivClassName
{
background-color: #C791CD;
}
.BgClassName
{
background-color: #C791CD;
}
</style>
border-color css
<style>
span { border-color: #C791CD; }
span { border-color: rgb(199,145,205); }
td.TdClassName
{
border-color: #C791CD;
}
.TagClassName
{
border-color: #C791CD;
}
</style>