Shades of Lily #CA86B1
Tints of Lily #CA86B1
RGB
CMYK
RGB Variations
Color information
#CA86B1 (or 0xCA86B1) is known color: Lily. HEX triplet: CA, 86 and B1. RGB value is (202,134,177). Sum of RGB (Red+Green+Blue) = 202+134+177=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86B1 is #35794E. Grayscale: #9F9F9F. Windows color (decimal): -3504463 or 11634378. OLE color: 11634378.
HSL color Cylindrical-coordinate representation of color #CA86B1: hue angle of 322.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86B1 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 177 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.21 |
| HSL | 322.06º | 0.39% | 0.66% | - |
| HSV(B) | 322.06º | 0.34% | 0.79% | - |
| XYZ | 40.82 | 32.78 | 45.77 | - |
| YUV | 159.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 177 | 0 | 0.34 | 0.12 | 0.21 | 322.06 | 0.39 | 0.66 |
| Hex | CA | 86 | B1 | 0 | 22 | C | 15 | 142 | 27 | 42 |
| Octal | 312 | 206 | 261 | 0 | 42 | 14 | 25 | 502 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10110001 | 0 | 100010 | 1100 | 10101 | 101000010 | 100111 | 1000010 |
Color Harmonies of #CA86B1
Complementary color
Monochromatic Colors of #CA86B1
Black with #CA86B1
Text Example
Text Example
White with #CA86B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86B1; }
p { color: rgb(202,134,177); }
H1.HeaderClassName
{
color: #CA86B1;
}
.AnyTagClassName
{
color: #CA86B1;
}
</style>
background-color css
<style>
a { background-color: #CA86B1; }
a { background-color: rgb(202,134,177); }
div.DivClassName
{
background-color: #CA86B1;
}
.BgClassName
{
background-color: #CA86B1;
}
</style>
border-color css
<style>
span { border-color: #CA86B1; }
span { border-color: rgb(202,134,177); }
td.TdClassName
{
border-color: #CA86B1;
}
.TagClassName
{
border-color: #CA86B1;
}
</style>