Shades of Lily #CA84BB
Tints of Lily #CA84BB
RGB
CMYK
RGB Variations
Color information
#CA84BB (or 0xCA84BB) is known color: Lily. HEX triplet: CA, 84 and BB. RGB value is (202,132,187). Sum of RGB (Red+Green+Blue) = 202+132+187=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BB is #357B44. Grayscale: #9F9F9F. Windows color (decimal): -3504965 or 12289226. OLE color: 12289226.
HSL color Cylindrical-coordinate representation of color #CA84BB: hue angle of 312.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84BB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 187 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.21 |
| HSL | 312.86º | 0.4% | 0.65% | - |
| HSV(B) | 312.86º | 0.35% | 0.79% | - |
| XYZ | 41.58 | 32.65 | 51.12 | - |
| YUV | 159.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 187 | 0 | 0.35 | 0.07 | 0.21 | 312.86 | 0.4 | 0.65 |
| Hex | CA | 84 | BB | 0 | 23 | 7 | 15 | 139 | 28 | 41 |
| Octal | 312 | 204 | 273 | 0 | 43 | 7 | 25 | 471 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10111011 | 0 | 100011 | 111 | 10101 | 100111001 | 101000 | 1000001 |
Color Harmonies of #CA84BB
Complementary color
Monochromatic Colors of #CA84BB
Black with #CA84BB
Text Example
Text Example
White with #CA84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84BB; }
p { color: rgb(202,132,187); }
H1.HeaderClassName
{
color: #CA84BB;
}
.AnyTagClassName
{
color: #CA84BB;
}
</style>
background-color css
<style>
a { background-color: #CA84BB; }
a { background-color: rgb(202,132,187); }
div.DivClassName
{
background-color: #CA84BB;
}
.BgClassName
{
background-color: #CA84BB;
}
</style>
border-color css
<style>
span { border-color: #CA84BB; }
span { border-color: rgb(202,132,187); }
td.TdClassName
{
border-color: #CA84BB;
}
.TagClassName
{
border-color: #CA84BB;
}
</style>