Shades of Lily #CA86B2
Tints of Lily #CA86B2
RGB
CMYK
RGB Variations
Color information
#CA86B2 (or 0xCA86B2) is known color: Lily. HEX triplet: CA, 86 and B2. RGB value is (202,134,178). Sum of RGB (Red+Green+Blue) = 202+134+178=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86B2 is #35794D. Grayscale: #9F9F9F. Windows color (decimal): -3504462 or 11699914. OLE color: 11699914.
HSL color Cylindrical-coordinate representation of color #CA86B2: hue angle of 321.18º 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 #CA86B2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 178 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.21 |
| HSL | 321.18º | 0.39% | 0.66% | - |
| HSV(B) | 321.18º | 0.34% | 0.79% | - |
| XYZ | 40.92 | 32.82 | 46.3 | - |
| YUV | 159.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 178 | 0 | 0.34 | 0.12 | 0.21 | 321.18 | 0.39 | 0.66 |
| Hex | CA | 86 | B2 | 0 | 22 | C | 15 | 141 | 27 | 42 |
| Octal | 312 | 206 | 262 | 0 | 42 | 14 | 25 | 501 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10110010 | 0 | 100010 | 1100 | 10101 | 101000001 | 100111 | 1000010 |
Color Harmonies of #CA86B2
Complementary color
Monochromatic Colors of #CA86B2
Black with #CA86B2
Text Example
Text Example
White with #CA86B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86B2; }
p { color: rgb(202,134,178); }
H1.HeaderClassName
{
color: #CA86B2;
}
.AnyTagClassName
{
color: #CA86B2;
}
</style>
background-color css
<style>
a { background-color: #CA86B2; }
a { background-color: rgb(202,134,178); }
div.DivClassName
{
background-color: #CA86B2;
}
.BgClassName
{
background-color: #CA86B2;
}
</style>
border-color css
<style>
span { border-color: #CA86B2; }
span { border-color: rgb(202,134,178); }
td.TdClassName
{
border-color: #CA86B2;
}
.TagClassName
{
border-color: #CA86B2;
}
</style>