Shades of Lilac #C88DC5
Tints of Lilac #C88DC5
RGB
CMYK
RGB Variations
Color information
#C88DC5 (or 0xC88DC5) is known color: Lilac. HEX triplet: C8, 8D and C5. RGB value is (200,141,197). Sum of RGB (Red+Green+Blue) = 200+141+197=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DC5 is #37723A. Grayscale: #A4A4A4. Windows color (decimal): -3633723 or 12946888. OLE color: 12946888.
HSL color Cylindrical-coordinate representation of color #C88DC5: hue angle of 303.05º 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 #C88DC5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 197 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.22 |
| HSL | 303.05º | 0.35% | 0.67% | - |
| HSV(B) | 303.05º | 0.3% | 0.78% | - |
| XYZ | 43.42 | 35.36 | 57.36 | - |
| YUV | 165.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 197 | 0 | 0.29 | 0.02 | 0.22 | 303.05 | 0.35 | 0.67 |
| Hex | C8 | 8D | C5 | 0 | 1D | 2 | 16 | 12F | 23 | 43 |
| Octal | 310 | 215 | 305 | 0 | 35 | 2 | 26 | 457 | 43 | 103 |
| Binary | 11001000 | 10001101 | 11000101 | 0 | 11101 | 10 | 10110 | 100101111 | 100011 | 1000011 |
Color Harmonies of #C88DC5
Complementary color
Monochromatic Colors of #C88DC5
Black with #C88DC5
Text Example
Text Example
White with #C88DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DC5; }
p { color: rgb(200,141,197); }
H1.HeaderClassName
{
color: #C88DC5;
}
.AnyTagClassName
{
color: #C88DC5;
}
</style>
background-color css
<style>
a { background-color: #C88DC5; }
a { background-color: rgb(200,141,197); }
div.DivClassName
{
background-color: #C88DC5;
}
.BgClassName
{
background-color: #C88DC5;
}
</style>
border-color css
<style>
span { border-color: #C88DC5; }
span { border-color: rgb(200,141,197); }
td.TdClassName
{
border-color: #C88DC5;
}
.TagClassName
{
border-color: #C88DC5;
}
</style>