Shades of Lilac #C788CD
Tints of Lilac #C788CD
RGB
CMYK
RGB Variations
Color information
#C788CD (or 0xC788CD) is known color: Lilac. HEX triplet: C7, 88 and CD. RGB value is (199,136,205). Sum of RGB (Red+Green+Blue) = 199+136+205=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C788CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788CD is #387732. Grayscale: #A2A2A2. Windows color (decimal): -3700531 or 13469895. OLE color: 13469895.
HSL color Cylindrical-coordinate representation of color #C788CD: hue angle of 294.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C788CD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 136 | 205 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.20 |
| HSL | 294.78º | 0.41% | 0.67% | - |
| HSV(B) | 294.78º | 0.34% | 0.8% | - |
| XYZ | 43.38 | 34.16 | 62.06 | - |
| YUV | 162.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 205 | 0.03 | 0.34 | 0 | 0.20 | 294.78 | 0.41 | 0.67 |
| Hex | C7 | 88 | CD | 3 | 22 | 0 | 14 | 127 | 29 | 43 |
| Octal | 307 | 210 | 315 | 3 | 42 | 0 | 24 | 447 | 51 | 103 |
| Binary | 11000111 | 10001000 | 11001101 | 11 | 100010 | 0 | 10100 | 100100111 | 101001 | 1000011 |
Color Harmonies of #C788CD
Complementary color
Monochromatic Colors of #C788CD
Black with #C788CD
Text Example
Text Example
White with #C788CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788CD; }
p { color: rgb(199,136,205); }
H1.HeaderClassName
{
color: #C788CD;
}
.AnyTagClassName
{
color: #C788CD;
}
</style>
background-color css
<style>
a { background-color: #C788CD; }
a { background-color: rgb(199,136,205); }
div.DivClassName
{
background-color: #C788CD;
}
.BgClassName
{
background-color: #C788CD;
}
</style>
border-color css
<style>
span { border-color: #C788CD; }
span { border-color: rgb(199,136,205); }
td.TdClassName
{
border-color: #C788CD;
}
.TagClassName
{
border-color: #C788CD;
}
</style>