Shades of Lily #CA7FAE
Tints of Lily #CA7FAE
RGB
CMYK
RGB Variations
Color information
#CA7FAE (or 0xCA7FAE) is known color: Lily. HEX triplet: CA, 7F and AE. RGB value is (202,127,174). Sum of RGB (Red+Green+Blue) = 202+127+174=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAE is #358051. Grayscale: #9A9A9A. Windows color (decimal): -3506258 or 11435978. OLE color: 11435978.
HSL color Cylindrical-coordinate representation of color #CA7FAE: hue angle of 322.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FAE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 174 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.21 |
| HSL | 322.4º | 0.41% | 0.65% | - |
| HSV(B) | 322.4º | 0.37% | 0.79% | - |
| XYZ | 39.59 | 30.79 | 43.9 | - |
| YUV | 154.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 174 | 0 | 0.37 | 0.14 | 0.21 | 322.4 | 0.41 | 0.65 |
| Hex | CA | 7F | AE | 0 | 25 | E | 15 | 142 | 29 | 41 |
| Octal | 312 | 177 | 256 | 0 | 45 | 16 | 25 | 502 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10101110 | 0 | 100101 | 1110 | 10101 | 101000010 | 101001 | 1000001 |
Color Harmonies of #CA7FAE
Complementary color
Monochromatic Colors of #CA7FAE
Black with #CA7FAE
Text Example
Text Example
White with #CA7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FAE; }
p { color: rgb(202,127,174); }
H1.HeaderClassName
{
color: #CA7FAE;
}
.AnyTagClassName
{
color: #CA7FAE;
}
</style>
background-color css
<style>
a { background-color: #CA7FAE; }
a { background-color: rgb(202,127,174); }
div.DivClassName
{
background-color: #CA7FAE;
}
.BgClassName
{
background-color: #CA7FAE;
}
</style>
border-color css
<style>
span { border-color: #CA7FAE; }
span { border-color: rgb(202,127,174); }
td.TdClassName
{
border-color: #CA7FAE;
}
.TagClassName
{
border-color: #CA7FAE;
}
</style>