Shades of Lilac #C788CB
Tints of Lilac #C788CB
RGB
CMYK
RGB Variations
Color information
#C788CB (or 0xC788CB) is known color: Lilac. HEX triplet: C7, 88 and CB. RGB value is (199,136,203). Sum of RGB (Red+Green+Blue) = 199+136+203=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C788CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788CB is #387734. Grayscale: #A2A2A2. Windows color (decimal): -3700533 or 13338823. OLE color: 13338823.
HSL color Cylindrical-coordinate representation of color #C788CB: hue angle of 296.42º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C788CB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 136 | 203 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.20 |
| HSL | 296.42º | 0.39% | 0.66% | - |
| HSV(B) | 296.42º | 0.33% | 0.8% | - |
| XYZ | 43.14 | 34.06 | 60.8 | - |
| YUV | 162.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 203 | 0.02 | 0.33 | 0 | 0.20 | 296.42 | 0.39 | 0.66 |
| Hex | C7 | 88 | CB | 2 | 21 | 0 | 14 | 128 | 27 | 42 |
| Octal | 307 | 210 | 313 | 2 | 41 | 0 | 24 | 450 | 47 | 102 |
| Binary | 11000111 | 10001000 | 11001011 | 10 | 100001 | 0 | 10100 | 100101000 | 100111 | 1000010 |
Color Harmonies of #C788CB
Complementary color
Monochromatic Colors of #C788CB
Black with #C788CB
Text Example
Text Example
White with #C788CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788CB; }
p { color: rgb(199,136,203); }
H1.HeaderClassName
{
color: #C788CB;
}
.AnyTagClassName
{
color: #C788CB;
}
</style>
background-color css
<style>
a { background-color: #C788CB; }
a { background-color: rgb(199,136,203); }
div.DivClassName
{
background-color: #C788CB;
}
.BgClassName
{
background-color: #C788CB;
}
</style>
border-color css
<style>
span { border-color: #C788CB; }
span { border-color: rgb(199,136,203); }
td.TdClassName
{
border-color: #C788CB;
}
.TagClassName
{
border-color: #C788CB;
}
</style>