Shades of Lily #CA87BC
Tints of Lily #CA87BC
RGB
CMYK
RGB Variations
Color information
#CA87BC (or 0xCA87BC) is known color: Lily. HEX triplet: CA, 87 and BC. RGB value is (202,135,188). Sum of RGB (Red+Green+Blue) = 202+135+188=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87BC is #357843. Grayscale: #A0A0A0. Windows color (decimal): -3504196 or 12355530. OLE color: 12355530.
HSL color Cylindrical-coordinate representation of color #CA87BC: hue angle of 312.54º 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 #CA87BC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 188 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.21 |
| HSL | 312.54º | 0.39% | 0.66% | - |
| HSV(B) | 312.54º | 0.33% | 0.79% | - |
| XYZ | 42.1 | 33.52 | 51.83 | - |
| YUV | 161.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 188 | 0 | 0.33 | 0.07 | 0.21 | 312.54 | 0.39 | 0.66 |
| Hex | CA | 87 | BC | 0 | 21 | 7 | 15 | 139 | 27 | 42 |
| Octal | 312 | 207 | 274 | 0 | 41 | 7 | 25 | 471 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10111100 | 0 | 100001 | 111 | 10101 | 100111001 | 100111 | 1000010 |
Color Harmonies of #CA87BC
Complementary color
Monochromatic Colors of #CA87BC
Black with #CA87BC
Text Example
Text Example
White with #CA87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87BC; }
p { color: rgb(202,135,188); }
H1.HeaderClassName
{
color: #CA87BC;
}
.AnyTagClassName
{
color: #CA87BC;
}
</style>
background-color css
<style>
a { background-color: #CA87BC; }
a { background-color: rgb(202,135,188); }
div.DivClassName
{
background-color: #CA87BC;
}
.BgClassName
{
background-color: #CA87BC;
}
</style>
border-color css
<style>
span { border-color: #CA87BC; }
span { border-color: rgb(202,135,188); }
td.TdClassName
{
border-color: #CA87BC;
}
.TagClassName
{
border-color: #CA87BC;
}
</style>