Shades of Lily #CA87AF
Tints of Lily #CA87AF
RGB
CMYK
RGB Variations
Color information
#CA87AF (or 0xCA87AF) is known color: Lily. HEX triplet: CA, 87 and AF. RGB value is (202,135,175). Sum of RGB (Red+Green+Blue) = 202+135+175=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87AF is #357850. Grayscale: #9F9F9F. Windows color (decimal): -3504209 or 11503562. OLE color: 11503562.
HSL color Cylindrical-coordinate representation of color #CA87AF: hue angle of 324.18º 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 #CA87AF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 175 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.21 |
| HSL | 324.18º | 0.39% | 0.66% | - |
| HSV(B) | 324.18º | 0.33% | 0.79% | - |
| XYZ | 40.76 | 32.98 | 44.77 | - |
| YUV | 159.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 175 | 0 | 0.33 | 0.13 | 0.21 | 324.18 | 0.39 | 0.66 |
| Hex | CA | 87 | AF | 0 | 21 | D | 15 | 144 | 27 | 42 |
| Octal | 312 | 207 | 257 | 0 | 41 | 15 | 25 | 504 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10101111 | 0 | 100001 | 1101 | 10101 | 101000100 | 100111 | 1000010 |
Color Harmonies of #CA87AF
Complementary color
Monochromatic Colors of #CA87AF
Black with #CA87AF
Text Example
Text Example
White with #CA87AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87AF; }
p { color: rgb(202,135,175); }
H1.HeaderClassName
{
color: #CA87AF;
}
.AnyTagClassName
{
color: #CA87AF;
}
</style>
background-color css
<style>
a { background-color: #CA87AF; }
a { background-color: rgb(202,135,175); }
div.DivClassName
{
background-color: #CA87AF;
}
.BgClassName
{
background-color: #CA87AF;
}
</style>
border-color css
<style>
span { border-color: #CA87AF; }
span { border-color: rgb(202,135,175); }
td.TdClassName
{
border-color: #CA87AF;
}
.TagClassName
{
border-color: #CA87AF;
}
</style>