Shades of Lily #C881B0
Tints of Lily #C881B0
RGB
CMYK
RGB Variations
Color information
#C881B0 (or 0xC881B0) is known color: Lily. HEX triplet: C8, 81 and B0. RGB value is (200,129,176). Sum of RGB (Red+Green+Blue) = 200+129+176=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881B0 is #377E4F. Grayscale: #9B9B9B. Windows color (decimal): -3636816 or 11567560. OLE color: 11567560.
HSL color Cylindrical-coordinate representation of color #C881B0: hue angle of 320.28º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881B0 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 176 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.22 |
| HSL | 320.28º | 0.39% | 0.65% | - |
| HSV(B) | 320.28º | 0.36% | 0.78% | - |
| XYZ | 39.51 | 31.11 | 45 | - |
| YUV | 155.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 176 | 0 | 0.36 | 0.12 | 0.22 | 320.28 | 0.39 | 0.65 |
| Hex | C8 | 81 | B0 | 0 | 24 | C | 16 | 140 | 27 | 41 |
| Octal | 310 | 201 | 260 | 0 | 44 | 14 | 26 | 500 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10110000 | 0 | 100100 | 1100 | 10110 | 101000000 | 100111 | 1000001 |
Color Harmonies of #C881B0
Complementary color
Monochromatic Colors of #C881B0
Black with #C881B0
Text Example
Text Example
White with #C881B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881B0; }
p { color: rgb(200,129,176); }
H1.HeaderClassName
{
color: #C881B0;
}
.AnyTagClassName
{
color: #C881B0;
}
</style>
background-color css
<style>
a { background-color: #C881B0; }
a { background-color: rgb(200,129,176); }
div.DivClassName
{
background-color: #C881B0;
}
.BgClassName
{
background-color: #C881B0;
}
</style>
border-color css
<style>
span { border-color: #C881B0; }
span { border-color: rgb(200,129,176); }
td.TdClassName
{
border-color: #C881B0;
}
.TagClassName
{
border-color: #C881B0;
}
</style>