Shades of Lily #CA85B0
Tints of Lily #CA85B0
RGB
CMYK
RGB Variations
Color information
#CA85B0 (or 0xCA85B0) is known color: Lily. HEX triplet: CA, 85 and B0. RGB value is (202,133,176). Sum of RGB (Red+Green+Blue) = 202+133+176=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85B0 is #357A4F. Grayscale: #9E9E9E. Windows color (decimal): -3504720 or 11568586. OLE color: 11568586.
HSL color Cylindrical-coordinate representation of color #CA85B0: hue angle of 322.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85B0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 176 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.21 |
| HSL | 322.61º | 0.39% | 0.66% | - |
| HSV(B) | 322.61º | 0.34% | 0.79% | - |
| XYZ | 40.58 | 32.47 | 45.2 | - |
| YUV | 158.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 176 | 0 | 0.34 | 0.13 | 0.21 | 322.61 | 0.39 | 0.66 |
| Hex | CA | 85 | B0 | 0 | 22 | D | 15 | 143 | 27 | 42 |
| Octal | 312 | 205 | 260 | 0 | 42 | 15 | 25 | 503 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10110000 | 0 | 100010 | 1101 | 10101 | 101000011 | 100111 | 1000010 |
Color Harmonies of #CA85B0
Complementary color
Monochromatic Colors of #CA85B0
Black with #CA85B0
Text Example
Text Example
White with #CA85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85B0; }
p { color: rgb(202,133,176); }
H1.HeaderClassName
{
color: #CA85B0;
}
.AnyTagClassName
{
color: #CA85B0;
}
</style>
background-color css
<style>
a { background-color: #CA85B0; }
a { background-color: rgb(202,133,176); }
div.DivClassName
{
background-color: #CA85B0;
}
.BgClassName
{
background-color: #CA85B0;
}
</style>
border-color css
<style>
span { border-color: #CA85B0; }
span { border-color: rgb(202,133,176); }
td.TdClassName
{
border-color: #CA85B0;
}
.TagClassName
{
border-color: #CA85B0;
}
</style>