Shades of Lily #C981B4
Tints of Lily #C981B4
RGB
CMYK
RGB Variations
Color information
#C981B4 (or 0xC981B4) is known color: Lily. HEX triplet: C9, 81 and B4. RGB value is (201,129,180). Sum of RGB (Red+Green+Blue) = 201+129+180=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C981B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981B4 is #367E4B. Grayscale: #9C9C9C. Windows color (decimal): -3571276 or 11829705. OLE color: 11829705.
HSL color Cylindrical-coordinate representation of color #C981B4: hue angle of 317.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C981B4 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 180 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.21 |
| HSL | 317.5º | 0.4% | 0.65% | - |
| HSV(B) | 317.5º | 0.36% | 0.79% | - |
| XYZ | 40.18 | 31.41 | 47.13 | - |
| YUV | 156.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 180 | 0 | 0.36 | 0.10 | 0.21 | 317.5 | 0.4 | 0.65 |
| Hex | C9 | 81 | B4 | 0 | 24 | A | 15 | 13E | 28 | 41 |
| Octal | 311 | 201 | 264 | 0 | 44 | 12 | 25 | 476 | 50 | 101 |
| Binary | 11001001 | 10000001 | 10110100 | 0 | 100100 | 1010 | 10101 | 100111110 | 101000 | 1000001 |
Color Harmonies of #C981B4
Complementary color
Monochromatic Colors of #C981B4
Black with #C981B4
Text Example
Text Example
White with #C981B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981B4; }
p { color: rgb(201,129,180); }
H1.HeaderClassName
{
color: #C981B4;
}
.AnyTagClassName
{
color: #C981B4;
}
</style>
background-color css
<style>
a { background-color: #C981B4; }
a { background-color: rgb(201,129,180); }
div.DivClassName
{
background-color: #C981B4;
}
.BgClassName
{
background-color: #C981B4;
}
</style>
border-color css
<style>
span { border-color: #C981B4; }
span { border-color: rgb(201,129,180); }
td.TdClassName
{
border-color: #C981B4;
}
.TagClassName
{
border-color: #C981B4;
}
</style>