Shades of Lily #CA7FB0
Tints of Lily #CA7FB0
RGB
CMYK
RGB Variations
Color information
#CA7FB0 (or 0xCA7FB0) is known color: Lily. HEX triplet: CA, 7F and B0. RGB value is (202,127,176). Sum of RGB (Red+Green+Blue) = 202+127+176=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FB0 is #35804F. Grayscale: #9A9A9A. Windows color (decimal): -3506256 or 11567050. OLE color: 11567050.
HSL color Cylindrical-coordinate representation of color #CA7FB0: hue angle of 320.8º 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 #CA7FB0 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 176 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.21 |
| HSL | 320.8º | 0.41% | 0.65% | - |
| HSV(B) | 320.8º | 0.37% | 0.79% | - |
| XYZ | 39.78 | 30.87 | 44.94 | - |
| YUV | 155.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 176 | 0 | 0.37 | 0.13 | 0.21 | 320.8 | 0.41 | 0.65 |
| Hex | CA | 7F | B0 | 0 | 25 | D | 15 | 141 | 29 | 41 |
| Octal | 312 | 177 | 260 | 0 | 45 | 15 | 25 | 501 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10110000 | 0 | 100101 | 1101 | 10101 | 101000001 | 101001 | 1000001 |
Color Harmonies of #CA7FB0
Complementary color
Monochromatic Colors of #CA7FB0
Black with #CA7FB0
Text Example
Text Example
White with #CA7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FB0; }
p { color: rgb(202,127,176); }
H1.HeaderClassName
{
color: #CA7FB0;
}
.AnyTagClassName
{
color: #CA7FB0;
}
</style>
background-color css
<style>
a { background-color: #CA7FB0; }
a { background-color: rgb(202,127,176); }
div.DivClassName
{
background-color: #CA7FB0;
}
.BgClassName
{
background-color: #CA7FB0;
}
</style>
border-color css
<style>
span { border-color: #CA7FB0; }
span { border-color: rgb(202,127,176); }
td.TdClassName
{
border-color: #CA7FB0;
}
.TagClassName
{
border-color: #CA7FB0;
}
</style>