Shades of Lily #CA85B5
Tints of Lily #CA85B5
RGB
CMYK
RGB Variations
Color information
#CA85B5 (or 0xCA85B5) is known color: Lily. HEX triplet: CA, 85 and B5. RGB value is (202,133,181). Sum of RGB (Red+Green+Blue) = 202+133+181=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85B5 is #357A4A. Grayscale: #9E9E9E. Windows color (decimal): -3504715 or 11896266. OLE color: 11896266.
HSL color Cylindrical-coordinate representation of color #CA85B5: hue angle of 318.26º 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 #CA85B5 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 181 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.21 |
| HSL | 318.26º | 0.39% | 0.66% | - |
| HSV(B) | 318.26º | 0.34% | 0.79% | - |
| XYZ | 41.09 | 32.67 | 47.86 | - |
| YUV | 159.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 181 | 0 | 0.34 | 0.10 | 0.21 | 318.26 | 0.39 | 0.66 |
| Hex | CA | 85 | B5 | 0 | 22 | A | 15 | 13E | 27 | 42 |
| Octal | 312 | 205 | 265 | 0 | 42 | 12 | 25 | 476 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10110101 | 0 | 100010 | 1010 | 10101 | 100111110 | 100111 | 1000010 |
Color Harmonies of #CA85B5
Complementary color
Monochromatic Colors of #CA85B5
Black with #CA85B5
Text Example
Text Example
White with #CA85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85B5; }
p { color: rgb(202,133,181); }
H1.HeaderClassName
{
color: #CA85B5;
}
.AnyTagClassName
{
color: #CA85B5;
}
</style>
background-color css
<style>
a { background-color: #CA85B5; }
a { background-color: rgb(202,133,181); }
div.DivClassName
{
background-color: #CA85B5;
}
.BgClassName
{
background-color: #CA85B5;
}
</style>
border-color css
<style>
span { border-color: #CA85B5; }
span { border-color: rgb(202,133,181); }
td.TdClassName
{
border-color: #CA85B5;
}
.TagClassName
{
border-color: #CA85B5;
}
</style>