Shades of Lilac #C88DC7
Tints of Lilac #C88DC7
RGB
CMYK
RGB Variations
Color information
#C88DC7 (or 0xC88DC7) is known color: Lilac. HEX triplet: C8, 8D and C7. RGB value is (200,141,199). Sum of RGB (Red+Green+Blue) = 200+141+199=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DC7 is #377238. Grayscale: #A5A5A5. Windows color (decimal): -3633721 or 13077960. OLE color: 13077960.
HSL color Cylindrical-coordinate representation of color #C88DC7: hue angle of 301.02º 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 #C88DC7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 199 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.22 |
| HSL | 301.02º | 0.35% | 0.67% | - |
| HSV(B) | 301.02º | 0.3% | 0.78% | - |
| XYZ | 43.65 | 35.45 | 58.58 | - |
| YUV | 165.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 199 | 0 | 0.29 | 0.00 | 0.22 | 301.02 | 0.35 | 0.67 |
| Hex | C8 | 8D | C7 | 0 | 1D | 0 | 16 | 12D | 23 | 43 |
| Octal | 310 | 215 | 307 | 0 | 35 | 0 | 26 | 455 | 43 | 103 |
| Binary | 11001000 | 10001101 | 11000111 | 0 | 11101 | 0 | 10110 | 100101101 | 100011 | 1000011 |
Color Harmonies of #C88DC7
Complementary color
Monochromatic Colors of #C88DC7
Black with #C88DC7
Text Example
Text Example
White with #C88DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DC7; }
p { color: rgb(200,141,199); }
H1.HeaderClassName
{
color: #C88DC7;
}
.AnyTagClassName
{
color: #C88DC7;
}
</style>
background-color css
<style>
a { background-color: #C88DC7; }
a { background-color: rgb(200,141,199); }
div.DivClassName
{
background-color: #C88DC7;
}
.BgClassName
{
background-color: #C88DC7;
}
</style>
border-color css
<style>
span { border-color: #C88DC7; }
span { border-color: rgb(200,141,199); }
td.TdClassName
{
border-color: #C88DC7;
}
.TagClassName
{
border-color: #C88DC7;
}
</style>