Shades of Lily #CA86B8
Tints of Lily #CA86B8
RGB
CMYK
RGB Variations
Color information
#CA86B8 (or 0xCA86B8) is known color: Lily. HEX triplet: CA, 86 and B8. RGB value is (202,134,184). Sum of RGB (Red+Green+Blue) = 202+134+184=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86B8 is #357947. Grayscale: #9F9F9F. Windows color (decimal): -3504456 or 12093130. OLE color: 12093130.
HSL color Cylindrical-coordinate representation of color #CA86B8: hue angle of 315.88º 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 #CA86B8 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 184 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.21 |
| HSL | 315.88º | 0.39% | 0.66% | - |
| HSV(B) | 315.88º | 0.34% | 0.79% | - |
| XYZ | 41.53 | 33.07 | 49.54 | - |
| YUV | 160.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 184 | 0 | 0.34 | 0.09 | 0.21 | 315.88 | 0.39 | 0.66 |
| Hex | CA | 86 | B8 | 0 | 22 | 9 | 15 | 13C | 27 | 42 |
| Octal | 312 | 206 | 270 | 0 | 42 | 11 | 25 | 474 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10111000 | 0 | 100010 | 1001 | 10101 | 100111100 | 100111 | 1000010 |
Color Harmonies of #CA86B8
Complementary color
Monochromatic Colors of #CA86B8
Black with #CA86B8
Text Example
Text Example
White with #CA86B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86B8; }
p { color: rgb(202,134,184); }
H1.HeaderClassName
{
color: #CA86B8;
}
.AnyTagClassName
{
color: #CA86B8;
}
</style>
background-color css
<style>
a { background-color: #CA86B8; }
a { background-color: rgb(202,134,184); }
div.DivClassName
{
background-color: #CA86B8;
}
.BgClassName
{
background-color: #CA86B8;
}
</style>
border-color css
<style>
span { border-color: #CA86B8; }
span { border-color: rgb(202,134,184); }
td.TdClassName
{
border-color: #CA86B8;
}
.TagClassName
{
border-color: #CA86B8;
}
</style>