Shades of Lilac #C88DC6
Tints of Lilac #C88DC6
RGB
CMYK
RGB Variations
Color information
#C88DC6 (or 0xC88DC6) is known color: Lilac. HEX triplet: C8, 8D and C6. RGB value is (200,141,198). Sum of RGB (Red+Green+Blue) = 200+141+198=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DC6 is #377239. Grayscale: #A4A4A4. Windows color (decimal): -3633722 or 13012424. OLE color: 13012424.
HSL color Cylindrical-coordinate representation of color #C88DC6: hue angle of 302.03º 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 #C88DC6 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 198 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.22 |
| HSL | 302.03º | 0.35% | 0.67% | - |
| HSV(B) | 302.03º | 0.3% | 0.78% | - |
| XYZ | 43.54 | 35.41 | 57.97 | - |
| YUV | 165.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 198 | 0 | 0.29 | 0.01 | 0.22 | 302.03 | 0.35 | 0.67 |
| Hex | C8 | 8D | C6 | 0 | 1D | 1 | 16 | 12E | 23 | 43 |
| Octal | 310 | 215 | 306 | 0 | 35 | 1 | 26 | 456 | 43 | 103 |
| Binary | 11001000 | 10001101 | 11000110 | 0 | 11101 | 1 | 10110 | 100101110 | 100011 | 1000011 |
Color Harmonies of #C88DC6
Complementary color
Monochromatic Colors of #C88DC6
Black with #C88DC6
Text Example
Text Example
White with #C88DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DC6; }
p { color: rgb(200,141,198); }
H1.HeaderClassName
{
color: #C88DC6;
}
.AnyTagClassName
{
color: #C88DC6;
}
</style>
background-color css
<style>
a { background-color: #C88DC6; }
a { background-color: rgb(200,141,198); }
div.DivClassName
{
background-color: #C88DC6;
}
.BgClassName
{
background-color: #C88DC6;
}
</style>
border-color css
<style>
span { border-color: #C88DC6; }
span { border-color: rgb(200,141,198); }
td.TdClassName
{
border-color: #C88DC6;
}
.TagClassName
{
border-color: #C88DC6;
}
</style>