Shades of Lily #CA80B5
Tints of Lily #CA80B5
RGB
CMYK
RGB Variations
Color information
#CA80B5 (or 0xCA80B5) is known color: Lily. HEX triplet: CA, 80 and B5. RGB value is (202,128,181). Sum of RGB (Red+Green+Blue) = 202+128+181=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80B5 is #357F4A. Grayscale: #9C9C9C. Windows color (decimal): -3505995 or 11894986. OLE color: 11894986.
HSL color Cylindrical-coordinate representation of color #CA80B5: hue angle of 317.03º 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 #CA80B5 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 181 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.21 |
| HSL | 317.03º | 0.41% | 0.65% | - |
| HSV(B) | 317.03º | 0.37% | 0.79% | - |
| XYZ | 40.42 | 31.33 | 47.63 | - |
| YUV | 156.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 181 | 0 | 0.37 | 0.10 | 0.21 | 317.03 | 0.41 | 0.65 |
| Hex | CA | 80 | B5 | 0 | 25 | A | 15 | 13D | 29 | 41 |
| Octal | 312 | 200 | 265 | 0 | 45 | 12 | 25 | 475 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10110101 | 0 | 100101 | 1010 | 10101 | 100111101 | 101001 | 1000001 |
Color Harmonies of #CA80B5
Complementary color
Monochromatic Colors of #CA80B5
Black with #CA80B5
Text Example
Text Example
White with #CA80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80B5; }
p { color: rgb(202,128,181); }
H1.HeaderClassName
{
color: #CA80B5;
}
.AnyTagClassName
{
color: #CA80B5;
}
</style>
background-color css
<style>
a { background-color: #CA80B5; }
a { background-color: rgb(202,128,181); }
div.DivClassName
{
background-color: #CA80B5;
}
.BgClassName
{
background-color: #CA80B5;
}
</style>
border-color css
<style>
span { border-color: #CA80B5; }
span { border-color: rgb(202,128,181); }
td.TdClassName
{
border-color: #CA80B5;
}
.TagClassName
{
border-color: #CA80B5;
}
</style>