Shades of Lilac #C884C0
Tints of Lilac #C884C0
RGB
CMYK
RGB Variations
Color information
#C884C0 (or 0xC884C0) is known color: Lilac. HEX triplet: C8, 84 and C0. RGB value is (200,132,192). Sum of RGB (Red+Green+Blue) = 200+132+192=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C884C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884C0 is #377B3F. Grayscale: #9F9F9F. Windows color (decimal): -3636032 or 12616904. OLE color: 12616904.
HSL color Cylindrical-coordinate representation of color #C884C0: hue angle of 307.06º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884C0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 192 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.22 |
| HSL | 307.06º | 0.38% | 0.65% | - |
| HSV(B) | 307.06º | 0.34% | 0.78% | - |
| XYZ | 41.59 | 32.59 | 53.97 | - |
| YUV | 159.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 192 | 0 | 0.34 | 0.04 | 0.22 | 307.06 | 0.38 | 0.65 |
| Hex | C8 | 84 | C0 | 0 | 22 | 4 | 16 | 133 | 26 | 41 |
| Octal | 310 | 204 | 300 | 0 | 42 | 4 | 26 | 463 | 46 | 101 |
| Binary | 11001000 | 10000100 | 11000000 | 0 | 100010 | 100 | 10110 | 100110011 | 100110 | 1000001 |
Color Harmonies of #C884C0
Complementary color
Monochromatic Colors of #C884C0
Black with #C884C0
Text Example
Text Example
White with #C884C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884C0; }
p { color: rgb(200,132,192); }
H1.HeaderClassName
{
color: #C884C0;
}
.AnyTagClassName
{
color: #C884C0;
}
</style>
background-color css
<style>
a { background-color: #C884C0; }
a { background-color: rgb(200,132,192); }
div.DivClassName
{
background-color: #C884C0;
}
.BgClassName
{
background-color: #C884C0;
}
</style>
border-color css
<style>
span { border-color: #C884C0; }
span { border-color: rgb(200,132,192); }
td.TdClassName
{
border-color: #C884C0;
}
.TagClassName
{
border-color: #C884C0;
}
</style>