Shades of Lily #CA83B5
Tints of Lily #CA83B5
RGB
CMYK
RGB Variations
Color information
#CA83B5 (or 0xCA83B5) is known color: Lily. HEX triplet: CA, 83 and B5. RGB value is (202,131,181). Sum of RGB (Red+Green+Blue) = 202+131+181=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83B5 is #357C4A. Grayscale: #9D9D9D. Windows color (decimal): -3505227 or 11895754. OLE color: 11895754.
HSL color Cylindrical-coordinate representation of color #CA83B5: hue angle of 317.75º 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 #CA83B5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 181 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.21 |
| HSL | 317.75º | 0.4% | 0.65% | - |
| HSV(B) | 317.75º | 0.35% | 0.79% | - |
| XYZ | 40.81 | 32.13 | 47.77 | - |
| YUV | 157.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 181 | 0 | 0.35 | 0.10 | 0.21 | 317.75 | 0.4 | 0.65 |
| Hex | CA | 83 | B5 | 0 | 23 | A | 15 | 13E | 28 | 41 |
| Octal | 312 | 203 | 265 | 0 | 43 | 12 | 25 | 476 | 50 | 101 |
| Binary | 11001010 | 10000011 | 10110101 | 0 | 100011 | 1010 | 10101 | 100111110 | 101000 | 1000001 |
Color Harmonies of #CA83B5
Complementary color
Monochromatic Colors of #CA83B5
Black with #CA83B5
Text Example
Text Example
White with #CA83B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83B5; }
p { color: rgb(202,131,181); }
H1.HeaderClassName
{
color: #CA83B5;
}
.AnyTagClassName
{
color: #CA83B5;
}
</style>
background-color css
<style>
a { background-color: #CA83B5; }
a { background-color: rgb(202,131,181); }
div.DivClassName
{
background-color: #CA83B5;
}
.BgClassName
{
background-color: #CA83B5;
}
</style>
border-color css
<style>
span { border-color: #CA83B5; }
span { border-color: rgb(202,131,181); }
td.TdClassName
{
border-color: #CA83B5;
}
.TagClassName
{
border-color: #CA83B5;
}
</style>