Shades of Lily #CA7CAE
Tints of Lily #CA7CAE
RGB
CMYK
RGB Variations
Color information
#CA7CAE (or 0xCA7CAE) is known color: Lily. HEX triplet: CA, 7C and AE. RGB value is (202,124,174). Sum of RGB (Red+Green+Blue) = 202+124+174=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7CAE is #358351. Grayscale: #989898. Windows color (decimal): -3507026 or 11435210. OLE color: 11435210.
HSL color Cylindrical-coordinate representation of color #CA7CAE: hue angle of 321.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CAE is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 174 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.21 |
| HSL | 321.54º | 0.42% | 0.64% | - |
| HSV(B) | 321.54º | 0.39% | 0.79% | - |
| XYZ | 39.2 | 30.03 | 43.77 | - |
| YUV | 153.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 174 | 0 | 0.39 | 0.14 | 0.21 | 321.54 | 0.42 | 0.64 |
| Hex | CA | 7C | AE | 0 | 27 | E | 15 | 142 | 2A | 40 |
| Octal | 312 | 174 | 256 | 0 | 47 | 16 | 25 | 502 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10101110 | 0 | 100111 | 1110 | 10101 | 101000010 | 101010 | 1000000 |
Color Harmonies of #CA7CAE
Complementary color
Monochromatic Colors of #CA7CAE
Black with #CA7CAE
Text Example
Text Example
White with #CA7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CAE; }
p { color: rgb(202,124,174); }
H1.HeaderClassName
{
color: #CA7CAE;
}
.AnyTagClassName
{
color: #CA7CAE;
}
</style>
background-color css
<style>
a { background-color: #CA7CAE; }
a { background-color: rgb(202,124,174); }
div.DivClassName
{
background-color: #CA7CAE;
}
.BgClassName
{
background-color: #CA7CAE;
}
</style>
border-color css
<style>
span { border-color: #CA7CAE; }
span { border-color: rgb(202,124,174); }
td.TdClassName
{
border-color: #CA7CAE;
}
.TagClassName
{
border-color: #CA7CAE;
}
</style>