Shades of Lily #CA84B5
Tints of Lily #CA84B5
RGB
CMYK
RGB Variations
Color information
#CA84B5 (or 0xCA84B5) is known color: Lily. HEX triplet: CA, 84 and B5. RGB value is (202,132,181). Sum of RGB (Red+Green+Blue) = 202+132+181=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84B5 is #357B4A. Grayscale: #9E9E9E. Windows color (decimal): -3504971 or 11896010. OLE color: 11896010.
HSL color Cylindrical-coordinate representation of color #CA84B5: hue angle of 318º 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 #CA84B5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 181 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.21 |
| HSL | 318º | 0.4% | 0.65% | - |
| HSV(B) | 318º | 0.35% | 0.79% | - |
| XYZ | 40.95 | 32.4 | 47.81 | - |
| YUV | 158.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 181 | 0 | 0.35 | 0.10 | 0.21 | 318 | 0.4 | 0.65 |
| Hex | CA | 84 | B5 | 0 | 23 | A | 15 | 13E | 28 | 41 |
| Octal | 312 | 204 | 265 | 0 | 43 | 12 | 25 | 476 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10110101 | 0 | 100011 | 1010 | 10101 | 100111110 | 101000 | 1000001 |
Color Harmonies of #CA84B5
Complementary color
Monochromatic Colors of #CA84B5
Black with #CA84B5
Text Example
Text Example
White with #CA84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84B5; }
p { color: rgb(202,132,181); }
H1.HeaderClassName
{
color: #CA84B5;
}
.AnyTagClassName
{
color: #CA84B5;
}
</style>
background-color css
<style>
a { background-color: #CA84B5; }
a { background-color: rgb(202,132,181); }
div.DivClassName
{
background-color: #CA84B5;
}
.BgClassName
{
background-color: #CA84B5;
}
</style>
border-color css
<style>
span { border-color: #CA84B5; }
span { border-color: rgb(202,132,181); }
td.TdClassName
{
border-color: #CA84B5;
}
.TagClassName
{
border-color: #CA84B5;
}
</style>