Shades of Lilac #C890C0
Tints of Lilac #C890C0
RGB
CMYK
RGB Variations
Color information
#C890C0 (or 0xC890C0) is known color: Lilac. HEX triplet: C8, 90 and C0. RGB value is (200,144,192). Sum of RGB (Red+Green+Blue) = 200+144+192=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C890C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890C0 is #376F3F. Grayscale: #A6A6A6. Windows color (decimal): -3632960 or 12619976. OLE color: 12619976.
HSL color Cylindrical-coordinate representation of color #C890C0: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C890C0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 192 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 308.57º | 0.34% | 0.67% | - |
| HSV(B) | 308.57º | 0.28% | 0.78% | - |
| XYZ | 43.31 | 36.03 | 54.54 | - |
| YUV | 166.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 192 | 0 | 0.28 | 0.04 | 0.22 | 308.57 | 0.34 | 0.67 |
| Hex | C8 | 90 | C0 | 0 | 1C | 4 | 16 | 135 | 22 | 43 |
| Octal | 310 | 220 | 300 | 0 | 34 | 4 | 26 | 465 | 42 | 103 |
| Binary | 11001000 | 10010000 | 11000000 | 0 | 11100 | 100 | 10110 | 100110101 | 100010 | 1000011 |
Color Harmonies of #C890C0
Complementary color
Monochromatic Colors of #C890C0
Black with #C890C0
Text Example
Text Example
White with #C890C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890C0; }
p { color: rgb(200,144,192); }
H1.HeaderClassName
{
color: #C890C0;
}
.AnyTagClassName
{
color: #C890C0;
}
</style>
background-color css
<style>
a { background-color: #C890C0; }
a { background-color: rgb(200,144,192); }
div.DivClassName
{
background-color: #C890C0;
}
.BgClassName
{
background-color: #C890C0;
}
</style>
border-color css
<style>
span { border-color: #C890C0; }
span { border-color: rgb(200,144,192); }
td.TdClassName
{
border-color: #C890C0;
}
.TagClassName
{
border-color: #C890C0;
}
</style>