Shades of Lily #C890BD
Tints of Lily #C890BD
RGB
CMYK
RGB Variations
Color information
#C890BD (or 0xC890BD) is known color: Lily. HEX triplet: C8, 90 and BD. RGB value is (200,144,189). Sum of RGB (Red+Green+Blue) = 200+144+189=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BD is #376F42. Grayscale: #A5A5A5. Windows color (decimal): -3632963 or 12423368. OLE color: 12423368.
HSL color Cylindrical-coordinate representation of color #C890BD: hue angle of 311.79º 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 #C890BD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 189 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.22 |
| HSL | 311.79º | 0.34% | 0.67% | - |
| HSV(B) | 311.79º | 0.28% | 0.78% | - |
| XYZ | 42.98 | 35.9 | 52.81 | - |
| YUV | 165.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 189 | 0 | 0.28 | 0.06 | 0.22 | 311.79 | 0.34 | 0.67 |
| Hex | C8 | 90 | BD | 0 | 1C | 6 | 16 | 138 | 22 | 43 |
| Octal | 310 | 220 | 275 | 0 | 34 | 6 | 26 | 470 | 42 | 103 |
| Binary | 11001000 | 10010000 | 10111101 | 0 | 11100 | 110 | 10110 | 100111000 | 100010 | 1000011 |
Color Harmonies of #C890BD
Complementary color
Monochromatic Colors of #C890BD
Black with #C890BD
Text Example
Text Example
White with #C890BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890BD; }
p { color: rgb(200,144,189); }
H1.HeaderClassName
{
color: #C890BD;
}
.AnyTagClassName
{
color: #C890BD;
}
</style>
background-color css
<style>
a { background-color: #C890BD; }
a { background-color: rgb(200,144,189); }
div.DivClassName
{
background-color: #C890BD;
}
.BgClassName
{
background-color: #C890BD;
}
</style>
border-color css
<style>
span { border-color: #C890BD; }
span { border-color: rgb(200,144,189); }
td.TdClassName
{
border-color: #C890BD;
}
.TagClassName
{
border-color: #C890BD;
}
</style>