Shades of Lily #C882B2
Tints of Lily #C882B2
RGB
CMYK
RGB Variations
Color information
#C882B2 (or 0xC882B2) is known color: Lily. HEX triplet: C8, 82 and B2. RGB value is (200,130,178). Sum of RGB (Red+Green+Blue) = 200+130+178=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882B2 is #377D4D. Grayscale: #9C9C9C. Windows color (decimal): -3636558 or 11698888. OLE color: 11698888.
HSL color Cylindrical-coordinate representation of color #C882B2: hue angle of 318.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882B2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 178 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.22 |
| HSL | 318.86º | 0.39% | 0.65% | - |
| HSV(B) | 318.86º | 0.35% | 0.78% | - |
| XYZ | 39.84 | 31.46 | 46.09 | - |
| YUV | 156.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 178 | 0 | 0.35 | 0.11 | 0.22 | 318.86 | 0.39 | 0.65 |
| Hex | C8 | 82 | B2 | 0 | 23 | B | 16 | 13F | 27 | 41 |
| Octal | 310 | 202 | 262 | 0 | 43 | 13 | 26 | 477 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10110010 | 0 | 100011 | 1011 | 10110 | 100111111 | 100111 | 1000001 |
Color Harmonies of #C882B2
Complementary color
Monochromatic Colors of #C882B2
Black with #C882B2
Text Example
Text Example
White with #C882B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882B2; }
p { color: rgb(200,130,178); }
H1.HeaderClassName
{
color: #C882B2;
}
.AnyTagClassName
{
color: #C882B2;
}
</style>
background-color css
<style>
a { background-color: #C882B2; }
a { background-color: rgb(200,130,178); }
div.DivClassName
{
background-color: #C882B2;
}
.BgClassName
{
background-color: #C882B2;
}
</style>
border-color css
<style>
span { border-color: #C882B2; }
span { border-color: rgb(200,130,178); }
td.TdClassName
{
border-color: #C882B2;
}
.TagClassName
{
border-color: #C882B2;
}
</style>