Shades of Lilac #C88DBE
Tints of Lilac #C88DBE
RGB
CMYK
RGB Variations
Color information
#C88DBE (or 0xC88DBE) is known color: Lilac. HEX triplet: C8, 8D and BE. RGB value is (200,141,190). Sum of RGB (Red+Green+Blue) = 200+141+190=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DBE is #377241. Grayscale: #A4A4A4. Windows color (decimal): -3633730 or 12488136. OLE color: 12488136.
HSL color Cylindrical-coordinate representation of color #C88DBE: hue angle of 310.17º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DBE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 190 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.22 |
| HSL | 310.17º | 0.35% | 0.67% | - |
| HSV(B) | 310.17º | 0.3% | 0.78% | - |
| XYZ | 42.64 | 35.05 | 53.23 | - |
| YUV | 164.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 190 | 0 | 0.29 | 0.05 | 0.22 | 310.17 | 0.35 | 0.67 |
| Hex | C8 | 8D | BE | 0 | 1D | 5 | 16 | 136 | 23 | 43 |
| Octal | 310 | 215 | 276 | 0 | 35 | 5 | 26 | 466 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10111110 | 0 | 11101 | 101 | 10110 | 100110110 | 100011 | 1000011 |
Color Harmonies of #C88DBE
Complementary color
Monochromatic Colors of #C88DBE
Black with #C88DBE
Text Example
Text Example
White with #C88DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DBE; }
p { color: rgb(200,141,190); }
H1.HeaderClassName
{
color: #C88DBE;
}
.AnyTagClassName
{
color: #C88DBE;
}
</style>
background-color css
<style>
a { background-color: #C88DBE; }
a { background-color: rgb(200,141,190); }
div.DivClassName
{
background-color: #C88DBE;
}
.BgClassName
{
background-color: #C88DBE;
}
</style>
border-color css
<style>
span { border-color: #C88DBE; }
span { border-color: rgb(200,141,190); }
td.TdClassName
{
border-color: #C88DBE;
}
.TagClassName
{
border-color: #C88DBE;
}
</style>