Shades of Lily #C880B1
Tints of Lily #C880B1
RGB
CMYK
RGB Variations
Color information
#C880B1 (or 0xC880B1) is known color: Lily. HEX triplet: C8, 80 and B1. RGB value is (200,128,177). Sum of RGB (Red+Green+Blue) = 200+128+177=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880B1 is #377F4E. Grayscale: #9A9A9A. Windows color (decimal): -3637071 or 11632840. OLE color: 11632840.
HSL color Cylindrical-coordinate representation of color #C880B1: hue angle of 319.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C880B1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 177 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.22 |
| HSL | 319.17º | 0.4% | 0.64% | - |
| HSV(B) | 319.17º | 0.36% | 0.78% | - |
| XYZ | 39.47 | 30.89 | 45.48 | - |
| YUV | 155.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 177 | 0 | 0.36 | 0.12 | 0.22 | 319.17 | 0.4 | 0.64 |
| Hex | C8 | 80 | B1 | 0 | 24 | C | 16 | 13F | 28 | 40 |
| Octal | 310 | 200 | 261 | 0 | 44 | 14 | 26 | 477 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10110001 | 0 | 100100 | 1100 | 10110 | 100111111 | 101000 | 1000000 |
Color Harmonies of #C880B1
Complementary color
Monochromatic Colors of #C880B1
Black with #C880B1
Text Example
Text Example
White with #C880B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880B1; }
p { color: rgb(200,128,177); }
H1.HeaderClassName
{
color: #C880B1;
}
.AnyTagClassName
{
color: #C880B1;
}
</style>
background-color css
<style>
a { background-color: #C880B1; }
a { background-color: rgb(200,128,177); }
div.DivClassName
{
background-color: #C880B1;
}
.BgClassName
{
background-color: #C880B1;
}
</style>
border-color css
<style>
span { border-color: #C880B1; }
span { border-color: rgb(200,128,177); }
td.TdClassName
{
border-color: #C880B1;
}
.TagClassName
{
border-color: #C880B1;
}
</style>