Shades of Lilac #C890BF
Tints of Lilac #C890BF
RGB
CMYK
RGB Variations
Color information
#C890BF (or 0xC890BF) is known color: Lilac. HEX triplet: C8, 90 and BF. RGB value is (200,144,191). Sum of RGB (Red+Green+Blue) = 200+144+191=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BF is #376F40. Grayscale: #A5A5A5. Windows color (decimal): -3632961 or 12554440. OLE color: 12554440.
HSL color Cylindrical-coordinate representation of color #C890BF: hue angle of 309.64º 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 #C890BF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 191 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 309.64º | 0.34% | 0.67% | - |
| HSV(B) | 309.64º | 0.28% | 0.78% | - |
| XYZ | 43.2 | 35.99 | 53.96 | - |
| YUV | 166.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 191 | 0 | 0.28 | 0.04 | 0.22 | 309.64 | 0.34 | 0.67 |
| Hex | C8 | 90 | BF | 0 | 1C | 4 | 16 | 136 | 22 | 43 |
| Octal | 310 | 220 | 277 | 0 | 34 | 4 | 26 | 466 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10111111 | 0 | 11100 | 100 | 10110 | 100110110 | 100010 | 1000011 |
Color Harmonies of #C890BF
Complementary color
Monochromatic Colors of #C890BF
Black with #C890BF
Text Example
Text Example
White with #C890BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890BF; }
p { color: rgb(200,144,191); }
H1.HeaderClassName
{
color: #C890BF;
}
.AnyTagClassName
{
color: #C890BF;
}
</style>
background-color css
<style>
a { background-color: #C890BF; }
a { background-color: rgb(200,144,191); }
div.DivClassName
{
background-color: #C890BF;
}
.BgClassName
{
background-color: #C890BF;
}
</style>
border-color css
<style>
span { border-color: #C890BF; }
span { border-color: rgb(200,144,191); }
td.TdClassName
{
border-color: #C890BF;
}
.TagClassName
{
border-color: #C890BF;
}
</style>