Shades of Lilac #C891C0
Tints of Lilac #C891C0
RGB
CMYK
RGB Variations
Color information
#C891C0 (or 0xC891C0) is known color: Lilac. HEX triplet: C8, 91 and C0. RGB value is (200,145,192). Sum of RGB (Red+Green+Blue) = 200+145+192=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C891C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891C0 is #376E3F. Grayscale: #A6A6A6. Windows color (decimal): -3632704 or 12620232. OLE color: 12620232.
HSL color Cylindrical-coordinate representation of color #C891C0: hue angle of 308.73º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C891C0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 192 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 308.73º | 0.33% | 0.68% | - |
| HSV(B) | 308.73º | 0.28% | 0.78% | - |
| XYZ | 43.46 | 36.34 | 54.59 | - |
| YUV | 166.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 192 | 0 | 0.28 | 0.04 | 0.22 | 308.73 | 0.33 | 0.68 |
| Hex | C8 | 91 | C0 | 0 | 1C | 4 | 16 | 135 | 21 | 44 |
| Octal | 310 | 221 | 300 | 0 | 34 | 4 | 26 | 465 | 41 | 104 |
| Binary | 11001000 | 10010001 | 11000000 | 0 | 11100 | 100 | 10110 | 100110101 | 100001 | 1000100 |
Color Harmonies of #C891C0
Complementary color
Monochromatic Colors of #C891C0
Black with #C891C0
Text Example
Text Example
White with #C891C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891C0; }
p { color: rgb(200,145,192); }
H1.HeaderClassName
{
color: #C891C0;
}
.AnyTagClassName
{
color: #C891C0;
}
</style>
background-color css
<style>
a { background-color: #C891C0; }
a { background-color: rgb(200,145,192); }
div.DivClassName
{
background-color: #C891C0;
}
.BgClassName
{
background-color: #C891C0;
}
</style>
border-color css
<style>
span { border-color: #C891C0; }
span { border-color: rgb(200,145,192); }
td.TdClassName
{
border-color: #C891C0;
}
.TagClassName
{
border-color: #C891C0;
}
</style>