Shades of Lilac #C88DCB
Tints of Lilac #C88DCB
RGB
CMYK
RGB Variations
Color information
#C88DCB (or 0xC88DCB) is known color: Lilac. HEX triplet: C8, 8D and CB. RGB value is (200,141,203). Sum of RGB (Red+Green+Blue) = 200+141+203=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #C88DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DCB is #377234. Grayscale: #A5A5A5. Windows color (decimal): -3633717 or 13340104. OLE color: 13340104.
HSL color Cylindrical-coordinate representation of color #C88DCB: hue angle of 297.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88DCB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 141 | 203 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.20 |
| HSL | 297.1º | 0.37% | 0.67% | - |
| HSV(B) | 297.1º | 0.31% | 0.8% | - |
| XYZ | 44.12 | 35.64 | 61.05 | - |
| YUV | 165.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 203 | 0.01 | 0.31 | 0 | 0.20 | 297.1 | 0.37 | 0.67 |
| Hex | C8 | 8D | CB | 1 | 1F | 0 | 14 | 129 | 25 | 43 |
| Octal | 310 | 215 | 313 | 1 | 37 | 0 | 24 | 451 | 45 | 103 |
| Binary | 11001000 | 10001101 | 11001011 | 1 | 11111 | 0 | 10100 | 100101001 | 100101 | 1000011 |
Color Harmonies of #C88DCB
Complementary color
Monochromatic Colors of #C88DCB
Black with #C88DCB
Text Example
Text Example
White with #C88DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DCB; }
p { color: rgb(200,141,203); }
H1.HeaderClassName
{
color: #C88DCB;
}
.AnyTagClassName
{
color: #C88DCB;
}
</style>
background-color css
<style>
a { background-color: #C88DCB; }
a { background-color: rgb(200,141,203); }
div.DivClassName
{
background-color: #C88DCB;
}
.BgClassName
{
background-color: #C88DCB;
}
</style>
border-color css
<style>
span { border-color: #C88DCB; }
span { border-color: rgb(200,141,203); }
td.TdClassName
{
border-color: #C88DCB;
}
.TagClassName
{
border-color: #C88DCB;
}
</style>