Shades of Lily #CA84B4
Tints of Lily #CA84B4
RGB
CMYK
RGB Variations
Color information
#CA84B4 (or 0xCA84B4) is known color: Lily. HEX triplet: CA, 84 and B4. RGB value is (202,132,180). Sum of RGB (Red+Green+Blue) = 202+132+180=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84B4 is #357B4B. Grayscale: #9E9E9E. Windows color (decimal): -3504972 or 11830474. OLE color: 11830474.
HSL color Cylindrical-coordinate representation of color #CA84B4: hue angle of 318.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 #CA84B4 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 180 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.21 |
| HSL | 318.86º | 0.4% | 0.65% | - |
| HSV(B) | 318.86º | 0.35% | 0.79% | - |
| XYZ | 40.85 | 32.35 | 47.27 | - |
| YUV | 158.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 180 | 0 | 0.35 | 0.11 | 0.21 | 318.86 | 0.4 | 0.65 |
| Hex | CA | 84 | B4 | 0 | 23 | B | 15 | 13F | 28 | 41 |
| Octal | 312 | 204 | 264 | 0 | 43 | 13 | 25 | 477 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10110100 | 0 | 100011 | 1011 | 10101 | 100111111 | 101000 | 1000001 |
Color Harmonies of #CA84B4
Complementary color
Monochromatic Colors of #CA84B4
Black with #CA84B4
Text Example
Text Example
White with #CA84B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84B4; }
p { color: rgb(202,132,180); }
H1.HeaderClassName
{
color: #CA84B4;
}
.AnyTagClassName
{
color: #CA84B4;
}
</style>
background-color css
<style>
a { background-color: #CA84B4; }
a { background-color: rgb(202,132,180); }
div.DivClassName
{
background-color: #CA84B4;
}
.BgClassName
{
background-color: #CA84B4;
}
</style>
border-color css
<style>
span { border-color: #CA84B4; }
span { border-color: rgb(202,132,180); }
td.TdClassName
{
border-color: #CA84B4;
}
.TagClassName
{
border-color: #CA84B4;
}
</style>