Shades of Lilac #C88DCF
Tints of Lilac #C88DCF
RGB
CMYK
RGB Variations
Color information
#C88DCF (or 0xC88DCF) is known color: Lilac. HEX triplet: C8, 8D and CF. RGB value is (200,141,207). Sum of RGB (Red+Green+Blue) = 200+141+207=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #C88DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DCF is #377230. Grayscale: #A5A5A5. Windows color (decimal): -3633713 or 13602248. OLE color: 13602248.
HSL color Cylindrical-coordinate representation of color #C88DCF: hue angle of 293.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88DCF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 141 | 207 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.19 |
| HSL | 293.64º | 0.41% | 0.68% | - |
| HSV(B) | 293.64º | 0.32% | 0.81% | - |
| XYZ | 44.61 | 35.83 | 63.6 | - |
| YUV | 166.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 207 | 0.03 | 0.32 | 0 | 0.19 | 293.64 | 0.41 | 0.68 |
| Hex | C8 | 8D | CF | 3 | 20 | 0 | 13 | 126 | 29 | 44 |
| Octal | 310 | 215 | 317 | 3 | 40 | 0 | 23 | 446 | 51 | 104 |
| Binary | 11001000 | 10001101 | 11001111 | 11 | 100000 | 0 | 10011 | 100100110 | 101001 | 1000100 |
Color Harmonies of #C88DCF
Complementary color
Monochromatic Colors of #C88DCF
Black with #C88DCF
Text Example
Text Example
White with #C88DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DCF; }
p { color: rgb(200,141,207); }
H1.HeaderClassName
{
color: #C88DCF;
}
.AnyTagClassName
{
color: #C88DCF;
}
</style>
background-color css
<style>
a { background-color: #C88DCF; }
a { background-color: rgb(200,141,207); }
div.DivClassName
{
background-color: #C88DCF;
}
.BgClassName
{
background-color: #C88DCF;
}
</style>
border-color css
<style>
span { border-color: #C88DCF; }
span { border-color: rgb(200,141,207); }
td.TdClassName
{
border-color: #C88DCF;
}
.TagClassName
{
border-color: #C88DCF;
}
</style>