Shades of Lily #CA87B7
Tints of Lily #CA87B7
RGB
CMYK
RGB Variations
Color information
#CA87B7 (or 0xCA87B7) is known color: Lily. HEX triplet: CA, 87 and B7. RGB value is (202,135,183). Sum of RGB (Red+Green+Blue) = 202+135+183=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87B7 is #357848. Grayscale: #A0A0A0. Windows color (decimal): -3504201 or 12027850. OLE color: 12027850.
HSL color Cylindrical-coordinate representation of color #CA87B7: hue angle of 317.01º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87B7 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 183 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.21 |
| HSL | 317.01º | 0.39% | 0.66% | - |
| HSV(B) | 317.01º | 0.33% | 0.79% | - |
| XYZ | 41.57 | 33.3 | 49.04 | - |
| YUV | 160.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 183 | 0 | 0.33 | 0.09 | 0.21 | 317.01 | 0.39 | 0.66 |
| Hex | CA | 87 | B7 | 0 | 21 | 9 | 15 | 13D | 27 | 42 |
| Octal | 312 | 207 | 267 | 0 | 41 | 11 | 25 | 475 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10110111 | 0 | 100001 | 1001 | 10101 | 100111101 | 100111 | 1000010 |
Color Harmonies of #CA87B7
Complementary color
Monochromatic Colors of #CA87B7
Black with #CA87B7
Text Example
Text Example
White with #CA87B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87B7; }
p { color: rgb(202,135,183); }
H1.HeaderClassName
{
color: #CA87B7;
}
.AnyTagClassName
{
color: #CA87B7;
}
</style>
background-color css
<style>
a { background-color: #CA87B7; }
a { background-color: rgb(202,135,183); }
div.DivClassName
{
background-color: #CA87B7;
}
.BgClassName
{
background-color: #CA87B7;
}
</style>
border-color css
<style>
span { border-color: #CA87B7; }
span { border-color: rgb(202,135,183); }
td.TdClassName
{
border-color: #CA87B7;
}
.TagClassName
{
border-color: #CA87B7;
}
</style>