Shades of Lily #CA7DB0
Tints of Lily #CA7DB0
RGB
CMYK
RGB Variations
Color information
#CA7DB0 (or 0xCA7DB0) is known color: Lily. HEX triplet: CA, 7D and B0. RGB value is (202,125,176). Sum of RGB (Red+Green+Blue) = 202+125+176=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7DB0 is #35824F. Grayscale: #999999. Windows color (decimal): -3506768 or 11566538. OLE color: 11566538.
HSL color Cylindrical-coordinate representation of color #CA7DB0: hue angle of 320.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 176 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.21 |
| HSL | 320.26º | 0.42% | 0.64% | - |
| HSV(B) | 320.26º | 0.38% | 0.79% | - |
| XYZ | 39.53 | 30.36 | 44.85 | - |
| YUV | 153.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 176 | 0 | 0.38 | 0.13 | 0.21 | 320.26 | 0.42 | 0.64 |
| Hex | CA | 7D | B0 | 0 | 26 | D | 15 | 140 | 2A | 40 |
| Octal | 312 | 175 | 260 | 0 | 46 | 15 | 25 | 500 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10110000 | 0 | 100110 | 1101 | 10101 | 101000000 | 101010 | 1000000 |
Color Harmonies of #CA7DB0
Complementary color
Monochromatic Colors of #CA7DB0
Black with #CA7DB0
Text Example
Text Example
White with #CA7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DB0; }
p { color: rgb(202,125,176); }
H1.HeaderClassName
{
color: #CA7DB0;
}
.AnyTagClassName
{
color: #CA7DB0;
}
</style>
background-color css
<style>
a { background-color: #CA7DB0; }
a { background-color: rgb(202,125,176); }
div.DivClassName
{
background-color: #CA7DB0;
}
.BgClassName
{
background-color: #CA7DB0;
}
</style>
border-color css
<style>
span { border-color: #CA7DB0; }
span { border-color: rgb(202,125,176); }
td.TdClassName
{
border-color: #CA7DB0;
}
.TagClassName
{
border-color: #CA7DB0;
}
</style>