Shades of Lily #C880B5
Tints of Lily #C880B5
RGB
CMYK
RGB Variations
Color information
#C880B5 (or 0xC880B5) is known color: Lily. HEX triplet: C8, 80 and B5. RGB value is (200,128,181). Sum of RGB (Red+Green+Blue) = 200+128+181=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880B5 is #377F4A. Grayscale: #9B9B9B. Windows color (decimal): -3637067 or 11894984. OLE color: 11894984.
HSL color Cylindrical-coordinate representation of color #C880B5: hue angle of 315.83º 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 #C880B5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 181 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.22 |
| HSL | 315.83º | 0.4% | 0.64% | - |
| HSV(B) | 315.83º | 0.36% | 0.78% | - |
| XYZ | 39.88 | 31.05 | 47.61 | - |
| YUV | 155.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 181 | 0 | 0.36 | 0.09 | 0.22 | 315.83 | 0.4 | 0.64 |
| Hex | C8 | 80 | B5 | 0 | 24 | 9 | 16 | 13C | 28 | 40 |
| Octal | 310 | 200 | 265 | 0 | 44 | 11 | 26 | 474 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10110101 | 0 | 100100 | 1001 | 10110 | 100111100 | 101000 | 1000000 |
Color Harmonies of #C880B5
Complementary color
Monochromatic Colors of #C880B5
Black with #C880B5
Text Example
Text Example
White with #C880B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880B5; }
p { color: rgb(200,128,181); }
H1.HeaderClassName
{
color: #C880B5;
}
.AnyTagClassName
{
color: #C880B5;
}
</style>
background-color css
<style>
a { background-color: #C880B5; }
a { background-color: rgb(200,128,181); }
div.DivClassName
{
background-color: #C880B5;
}
.BgClassName
{
background-color: #C880B5;
}
</style>
border-color css
<style>
span { border-color: #C880B5; }
span { border-color: rgb(200,128,181); }
td.TdClassName
{
border-color: #C880B5;
}
.TagClassName
{
border-color: #C880B5;
}
</style>