Shades of Lily #CA85B7
Tints of Lily #CA85B7
RGB
CMYK
RGB Variations
Color information
#CA85B7 (or 0xCA85B7) is known color: Lily. HEX triplet: CA, 85 and B7. RGB value is (202,133,183). Sum of RGB (Red+Green+Blue) = 202+133+183=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85B7 is #357A48. Grayscale: #9F9F9F. Windows color (decimal): -3504713 or 12027338. OLE color: 12027338.
HSL color Cylindrical-coordinate representation of color #CA85B7: hue angle of 316.52º 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 #CA85B7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 183 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.21 |
| HSL | 316.52º | 0.39% | 0.66% | - |
| HSV(B) | 316.52º | 0.34% | 0.79% | - |
| XYZ | 41.29 | 32.75 | 48.94 | - |
| YUV | 159.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 183 | 0 | 0.34 | 0.09 | 0.21 | 316.52 | 0.39 | 0.66 |
| Hex | CA | 85 | B7 | 0 | 22 | 9 | 15 | 13D | 27 | 42 |
| Octal | 312 | 205 | 267 | 0 | 42 | 11 | 25 | 475 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10110111 | 0 | 100010 | 1001 | 10101 | 100111101 | 100111 | 1000010 |
Color Harmonies of #CA85B7
Complementary color
Monochromatic Colors of #CA85B7
Black with #CA85B7
Text Example
Text Example
White with #CA85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85B7; }
p { color: rgb(202,133,183); }
H1.HeaderClassName
{
color: #CA85B7;
}
.AnyTagClassName
{
color: #CA85B7;
}
</style>
background-color css
<style>
a { background-color: #CA85B7; }
a { background-color: rgb(202,133,183); }
div.DivClassName
{
background-color: #CA85B7;
}
.BgClassName
{
background-color: #CA85B7;
}
</style>
border-color css
<style>
span { border-color: #CA85B7; }
span { border-color: rgb(202,133,183); }
td.TdClassName
{
border-color: #CA85B7;
}
.TagClassName
{
border-color: #CA85B7;
}
</style>