Shades of Lily #CA85BB
Tints of Lily #CA85BB
RGB
CMYK
RGB Variations
Color information
#CA85BB (or 0xCA85BB) is known color: Lily. HEX triplet: CA, 85 and BB. RGB value is (202,133,187). Sum of RGB (Red+Green+Blue) = 202+133+187=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85BB is #357A44. Grayscale: #9F9F9F. Windows color (decimal): -3504709 or 12289482. OLE color: 12289482.
HSL color Cylindrical-coordinate representation of color #CA85BB: hue angle of 313.04º 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 #CA85BB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 187 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.21 |
| HSL | 313.04º | 0.39% | 0.66% | - |
| HSV(B) | 313.04º | 0.34% | 0.79% | - |
| XYZ | 41.71 | 32.92 | 51.17 | - |
| YUV | 159.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 187 | 0 | 0.34 | 0.07 | 0.21 | 313.04 | 0.39 | 0.66 |
| Hex | CA | 85 | BB | 0 | 22 | 7 | 15 | 139 | 27 | 42 |
| Octal | 312 | 205 | 273 | 0 | 42 | 7 | 25 | 471 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10111011 | 0 | 100010 | 111 | 10101 | 100111001 | 100111 | 1000010 |
Color Harmonies of #CA85BB
Complementary color
Monochromatic Colors of #CA85BB
Black with #CA85BB
Text Example
Text Example
White with #CA85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85BB; }
p { color: rgb(202,133,187); }
H1.HeaderClassName
{
color: #CA85BB;
}
.AnyTagClassName
{
color: #CA85BB;
}
</style>
background-color css
<style>
a { background-color: #CA85BB; }
a { background-color: rgb(202,133,187); }
div.DivClassName
{
background-color: #CA85BB;
}
.BgClassName
{
background-color: #CA85BB;
}
</style>
border-color css
<style>
span { border-color: #CA85BB; }
span { border-color: rgb(202,133,187); }
td.TdClassName
{
border-color: #CA85BB;
}
.TagClassName
{
border-color: #CA85BB;
}
</style>