Shades of Lily #C481B1
Tints of Lily #C481B1
RGB
CMYK
RGB Variations
Color information
#C481B1 (or 0xC481B1) is known color: Lily. HEX triplet: C4, 81 and B1. RGB value is (196,129,177). Sum of RGB (Red+Green+Blue) = 196+129+177=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C481B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481B1 is #3B7E4E. Grayscale: #9A9A9A. Windows color (decimal): -3898959 or 11633092. OLE color: 11633092.
HSL color Cylindrical-coordinate representation of color #C481B1: hue angle of 317.01º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481B1 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 177 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.23 |
| HSL | 317.01º | 0.36% | 0.64% | - |
| HSV(B) | 317.01º | 0.34% | 0.77% | - |
| XYZ | 38.55 | 30.61 | 45.47 | - |
| YUV | 154.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 177 | 0 | 0.34 | 0.10 | 0.23 | 317.01 | 0.36 | 0.64 |
| Hex | C4 | 81 | B1 | 0 | 22 | A | 17 | 13D | 24 | 40 |
| Octal | 304 | 201 | 261 | 0 | 42 | 12 | 27 | 475 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10110001 | 0 | 100010 | 1010 | 10111 | 100111101 | 100100 | 1000000 |
Color Harmonies of #C481B1
Complementary color
Monochromatic Colors of #C481B1
Black with #C481B1
Text Example
Text Example
White with #C481B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481B1; }
p { color: rgb(196,129,177); }
H1.HeaderClassName
{
color: #C481B1;
}
.AnyTagClassName
{
color: #C481B1;
}
</style>
background-color css
<style>
a { background-color: #C481B1; }
a { background-color: rgb(196,129,177); }
div.DivClassName
{
background-color: #C481B1;
}
.BgClassName
{
background-color: #C481B1;
}
</style>
border-color css
<style>
span { border-color: #C481B1; }
span { border-color: rgb(196,129,177); }
td.TdClassName
{
border-color: #C481B1;
}
.TagClassName
{
border-color: #C481B1;
}
</style>