Shades of Lilac #C890D0
Tints of Lilac #C890D0
RGB
CMYK
RGB Variations
Color information
#C890D0 (or 0xC890D0) is known color: Lilac. HEX triplet: C8, 90 and D0. RGB value is (200,144,208). Sum of RGB (Red+Green+Blue) = 200+144+208=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #C890D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890D0 is #376F2F. Grayscale: #A7A7A7. Windows color (decimal): -3632944 or 13668552. OLE color: 13668552.
HSL color Cylindrical-coordinate representation of color #C890D0: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C890D0 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 144 | 208 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.18 |
| HSL | 292.5º | 0.41% | 0.69% | - |
| HSV(B) | 292.5º | 0.31% | 0.82% | - |
| XYZ | 45.18 | 36.78 | 64.39 | - |
| YUV | 168.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 208 | 0.04 | 0.31 | 0 | 0.18 | 292.5 | 0.41 | 0.69 |
| Hex | C8 | 90 | D0 | 4 | 1F | 0 | 12 | 124 | 29 | 45 |
| Octal | 310 | 220 | 320 | 4 | 37 | 0 | 22 | 444 | 51 | 105 |
| Binary | 11001000 | 10010000 | 11010000 | 100 | 11111 | 0 | 10010 | 100100100 | 101001 | 1000101 |
Color Harmonies of #C890D0
Complementary color
Monochromatic Colors of #C890D0
Black with #C890D0
Text Example
Text Example
White with #C890D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890D0; }
p { color: rgb(200,144,208); }
H1.HeaderClassName
{
color: #C890D0;
}
.AnyTagClassName
{
color: #C890D0;
}
</style>
background-color css
<style>
a { background-color: #C890D0; }
a { background-color: rgb(200,144,208); }
div.DivClassName
{
background-color: #C890D0;
}
.BgClassName
{
background-color: #C890D0;
}
</style>
border-color css
<style>
span { border-color: #C890D0; }
span { border-color: rgb(200,144,208); }
td.TdClassName
{
border-color: #C890D0;
}
.TagClassName
{
border-color: #C890D0;
}
</style>