Shades of Lilac #C890C1
Tints of Lilac #C890C1
RGB
CMYK
RGB Variations
Color information
#C890C1 (or 0xC890C1) is known color: Lilac. HEX triplet: C8, 90 and C1. RGB value is (200,144,193). Sum of RGB (Red+Green+Blue) = 200+144+193=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C890C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890C1 is #376F3E. Grayscale: #A6A6A6. Windows color (decimal): -3632959 or 12685512. OLE color: 12685512.
HSL color Cylindrical-coordinate representation of color #C890C1: hue angle of 307.5º 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 #C890C1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 193 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 307.5º | 0.34% | 0.67% | - |
| HSV(B) | 307.5º | 0.28% | 0.78% | - |
| XYZ | 43.42 | 36.08 | 55.13 | - |
| YUV | 166.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 193 | 0 | 0.28 | 0.04 | 0.22 | 307.5 | 0.34 | 0.67 |
| Hex | C8 | 90 | C1 | 0 | 1C | 4 | 16 | 134 | 22 | 43 |
| Octal | 310 | 220 | 301 | 0 | 34 | 4 | 26 | 464 | 42 | 103 |
| Binary | 11001000 | 10010000 | 11000001 | 0 | 11100 | 100 | 10110 | 100110100 | 100010 | 1000011 |
Color Harmonies of #C890C1
Complementary color
Monochromatic Colors of #C890C1
Black with #C890C1
Text Example
Text Example
White with #C890C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890C1; }
p { color: rgb(200,144,193); }
H1.HeaderClassName
{
color: #C890C1;
}
.AnyTagClassName
{
color: #C890C1;
}
</style>
background-color css
<style>
a { background-color: #C890C1; }
a { background-color: rgb(200,144,193); }
div.DivClassName
{
background-color: #C890C1;
}
.BgClassName
{
background-color: #C890C1;
}
</style>
border-color css
<style>
span { border-color: #C890C1; }
span { border-color: rgb(200,144,193); }
td.TdClassName
{
border-color: #C890C1;
}
.TagClassName
{
border-color: #C890C1;
}
</style>