Shades of Lilac #C788C2
Tints of Lilac #C788C2
RGB
CMYK
RGB Variations
Color information
#C788C2 (or 0xC788C2) is known color: Lilac. HEX triplet: C7, 88 and C2. RGB value is (199,136,194). Sum of RGB (Red+Green+Blue) = 199+136+194=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C788C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788C2 is #38773D. Grayscale: #A1A1A1. Windows color (decimal): -3700542 or 12748999. OLE color: 12748999.
HSL color Cylindrical-coordinate representation of color #C788C2: hue angle of 304.76º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C788C2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 194 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.22 |
| HSL | 304.76º | 0.36% | 0.66% | - |
| HSV(B) | 304.76º | 0.32% | 0.78% | - |
| XYZ | 42.09 | 33.65 | 55.31 | - |
| YUV | 161.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 194 | 0 | 0.32 | 0.03 | 0.22 | 304.76 | 0.36 | 0.66 |
| Hex | C7 | 88 | C2 | 0 | 20 | 3 | 16 | 131 | 24 | 42 |
| Octal | 307 | 210 | 302 | 0 | 40 | 3 | 26 | 461 | 44 | 102 |
| Binary | 11000111 | 10001000 | 11000010 | 0 | 100000 | 11 | 10110 | 100110001 | 100100 | 1000010 |
Color Harmonies of #C788C2
Complementary color
Monochromatic Colors of #C788C2
Black with #C788C2
Text Example
Text Example
White with #C788C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788C2; }
p { color: rgb(199,136,194); }
H1.HeaderClassName
{
color: #C788C2;
}
.AnyTagClassName
{
color: #C788C2;
}
</style>
background-color css
<style>
a { background-color: #C788C2; }
a { background-color: rgb(199,136,194); }
div.DivClassName
{
background-color: #C788C2;
}
.BgClassName
{
background-color: #C788C2;
}
</style>
border-color css
<style>
span { border-color: #C788C2; }
span { border-color: rgb(199,136,194); }
td.TdClassName
{
border-color: #C788C2;
}
.TagClassName
{
border-color: #C788C2;
}
</style>