Shades of Lilac #C788BD
Tints of Lilac #C788BD
RGB
CMYK
RGB Variations
Color information
#C788BD (or 0xC788BD) is known color: Lilac. HEX triplet: C7, 88 and BD. RGB value is (199,136,189). Sum of RGB (Red+Green+Blue) = 199+136+189=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C788BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788BD is #387742. Grayscale: #A0A0A0. Windows color (decimal): -3700547 or 12421319. OLE color: 12421319.
HSL color Cylindrical-coordinate representation of color #C788BD: hue angle of 309.52º 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 #C788BD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 189 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.22 |
| HSL | 309.52º | 0.36% | 0.66% | - |
| HSV(B) | 309.52º | 0.32% | 0.78% | - |
| XYZ | 41.54 | 33.42 | 52.41 | - |
| YUV | 160.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 189 | 0 | 0.32 | 0.05 | 0.22 | 309.52 | 0.36 | 0.66 |
| Hex | C7 | 88 | BD | 0 | 20 | 5 | 16 | 136 | 24 | 42 |
| Octal | 307 | 210 | 275 | 0 | 40 | 5 | 26 | 466 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10111101 | 0 | 100000 | 101 | 10110 | 100110110 | 100100 | 1000010 |
Color Harmonies of #C788BD
Complementary color
Monochromatic Colors of #C788BD
Black with #C788BD
Text Example
Text Example
White with #C788BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788BD; }
p { color: rgb(199,136,189); }
H1.HeaderClassName
{
color: #C788BD;
}
.AnyTagClassName
{
color: #C788BD;
}
</style>
background-color css
<style>
a { background-color: #C788BD; }
a { background-color: rgb(199,136,189); }
div.DivClassName
{
background-color: #C788BD;
}
.BgClassName
{
background-color: #C788BD;
}
</style>
border-color css
<style>
span { border-color: #C788BD; }
span { border-color: rgb(199,136,189); }
td.TdClassName
{
border-color: #C788BD;
}
.TagClassName
{
border-color: #C788BD;
}
</style>