Shades of Lily #CA7FB4
Tints of Lily #CA7FB4
RGB
CMYK
RGB Variations
Color information
#CA7FB4 (or 0xCA7FB4) is known color: Lily. HEX triplet: CA, 7F and B4. RGB value is (202,127,180). Sum of RGB (Red+Green+Blue) = 202+127+180=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FB4 is #35804B. Grayscale: #9B9B9B. Windows color (decimal): -3506252 or 11829194. OLE color: 11829194.
HSL color Cylindrical-coordinate representation of color #CA7FB4: hue angle of 317.6º 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 #CA7FB4 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 180 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.21 |
| HSL | 317.6º | 0.41% | 0.65% | - |
| HSV(B) | 317.6º | 0.37% | 0.79% | - |
| XYZ | 40.18 | 31.03 | 47.05 | - |
| YUV | 155.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 180 | 0 | 0.37 | 0.11 | 0.21 | 317.6 | 0.41 | 0.65 |
| Hex | CA | 7F | B4 | 0 | 25 | B | 15 | 13E | 29 | 41 |
| Octal | 312 | 177 | 264 | 0 | 45 | 13 | 25 | 476 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10110100 | 0 | 100101 | 1011 | 10101 | 100111110 | 101001 | 1000001 |
Color Harmonies of #CA7FB4
Complementary color
Monochromatic Colors of #CA7FB4
Black with #CA7FB4
Text Example
Text Example
White with #CA7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FB4; }
p { color: rgb(202,127,180); }
H1.HeaderClassName
{
color: #CA7FB4;
}
.AnyTagClassName
{
color: #CA7FB4;
}
</style>
background-color css
<style>
a { background-color: #CA7FB4; }
a { background-color: rgb(202,127,180); }
div.DivClassName
{
background-color: #CA7FB4;
}
.BgClassName
{
background-color: #CA7FB4;
}
</style>
border-color css
<style>
span { border-color: #CA7FB4; }
span { border-color: rgb(202,127,180); }
td.TdClassName
{
border-color: #CA7FB4;
}
.TagClassName
{
border-color: #CA7FB4;
}
</style>