Shades of Lilac #C890CE
Tints of Lilac #C890CE
RGB
CMYK
RGB Variations
Color information
#C890CE (or 0xC890CE) is known color: Lilac. HEX triplet: C8, 90 and CE. RGB value is (200,144,206). Sum of RGB (Red+Green+Blue) = 200+144+206=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C890CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890CE is #376F31. Grayscale: #A7A7A7. Windows color (decimal): -3632946 or 13537480. OLE color: 13537480.
HSL color Cylindrical-coordinate representation of color #C890CE: hue angle of 294.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C890CE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 144 | 206 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.19 |
| HSL | 294.19º | 0.39% | 0.69% | - |
| HSV(B) | 294.19º | 0.3% | 0.81% | - |
| XYZ | 44.93 | 36.68 | 63.1 | - |
| YUV | 167.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 206 | 0.03 | 0.30 | 0 | 0.19 | 294.19 | 0.39 | 0.69 |
| Hex | C8 | 90 | CE | 3 | 1E | 0 | 13 | 126 | 27 | 45 |
| Octal | 310 | 220 | 316 | 3 | 36 | 0 | 23 | 446 | 47 | 105 |
| Binary | 11001000 | 10010000 | 11001110 | 11 | 11110 | 0 | 10011 | 100100110 | 100111 | 1000101 |
Color Harmonies of #C890CE
Complementary color
Monochromatic Colors of #C890CE
Black with #C890CE
Text Example
Text Example
White with #C890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890CE; }
p { color: rgb(200,144,206); }
H1.HeaderClassName
{
color: #C890CE;
}
.AnyTagClassName
{
color: #C890CE;
}
</style>
background-color css
<style>
a { background-color: #C890CE; }
a { background-color: rgb(200,144,206); }
div.DivClassName
{
background-color: #C890CE;
}
.BgClassName
{
background-color: #C890CE;
}
</style>
border-color css
<style>
span { border-color: #C890CE; }
span { border-color: rgb(200,144,206); }
td.TdClassName
{
border-color: #C890CE;
}
.TagClassName
{
border-color: #C890CE;
}
</style>