Shades of Lily #C881B1
Tints of Lily #C881B1
RGB
CMYK
RGB Variations
Color information
#C881B1 (or 0xC881B1) is known color: Lily. HEX triplet: C8, 81 and B1. RGB value is (200,129,177). Sum of RGB (Red+Green+Blue) = 200+129+177=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881B1 is #377E4E. Grayscale: #9B9B9B. Windows color (decimal): -3636815 or 11633096. OLE color: 11633096.
HSL color Cylindrical-coordinate representation of color #C881B1: hue angle of 319.44º 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 #C881B1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 177 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.22 |
| HSL | 319.44º | 0.39% | 0.65% | - |
| HSV(B) | 319.44º | 0.36% | 0.78% | - |
| XYZ | 39.61 | 31.15 | 45.52 | - |
| YUV | 155.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 177 | 0 | 0.36 | 0.12 | 0.22 | 319.44 | 0.39 | 0.65 |
| Hex | C8 | 81 | B1 | 0 | 24 | C | 16 | 13F | 27 | 41 |
| Octal | 310 | 201 | 261 | 0 | 44 | 14 | 26 | 477 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10110001 | 0 | 100100 | 1100 | 10110 | 100111111 | 100111 | 1000001 |
Color Harmonies of #C881B1
Complementary color
Monochromatic Colors of #C881B1
Black with #C881B1
Text Example
Text Example
White with #C881B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881B1; }
p { color: rgb(200,129,177); }
H1.HeaderClassName
{
color: #C881B1;
}
.AnyTagClassName
{
color: #C881B1;
}
</style>
background-color css
<style>
a { background-color: #C881B1; }
a { background-color: rgb(200,129,177); }
div.DivClassName
{
background-color: #C881B1;
}
.BgClassName
{
background-color: #C881B1;
}
</style>
border-color css
<style>
span { border-color: #C881B1; }
span { border-color: rgb(200,129,177); }
td.TdClassName
{
border-color: #C881B1;
}
.TagClassName
{
border-color: #C881B1;
}
</style>