Shades of Lily #CA93AD
Tints of Lily #CA93AD
RGB
CMYK
RGB Variations
Color information
#CA93AD (or 0xCA93AD) is known color: Lily. HEX triplet: CA, 93 and AD. RGB value is (202,147,173). Sum of RGB (Red+Green+Blue) = 202+147+173=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93AD is #356C52. Grayscale: #A6A6A6. Windows color (decimal): -3501139 or 11375562. OLE color: 11375562.
HSL color Cylindrical-coordinate representation of color #CA93AD: hue angle of 331.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93AD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 173 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.21 |
| HSL | 331.64º | 0.34% | 0.68% | - |
| HSV(B) | 331.64º | 0.27% | 0.79% | - |
| XYZ | 42.33 | 36.44 | 44.34 | - |
| YUV | 166.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 173 | 0 | 0.27 | 0.14 | 0.21 | 331.64 | 0.34 | 0.68 |
| Hex | CA | 93 | AD | 0 | 1B | E | 15 | 14C | 22 | 44 |
| Octal | 312 | 223 | 255 | 0 | 33 | 16 | 25 | 514 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10101101 | 0 | 11011 | 1110 | 10101 | 101001100 | 100010 | 1000100 |
Color Harmonies of #CA93AD
Complementary color
Monochromatic Colors of #CA93AD
Black with #CA93AD
Text Example
Text Example
White with #CA93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93AD; }
p { color: rgb(202,147,173); }
H1.HeaderClassName
{
color: #CA93AD;
}
.AnyTagClassName
{
color: #CA93AD;
}
</style>
background-color css
<style>
a { background-color: #CA93AD; }
a { background-color: rgb(202,147,173); }
div.DivClassName
{
background-color: #CA93AD;
}
.BgClassName
{
background-color: #CA93AD;
}
</style>
border-color css
<style>
span { border-color: #CA93AD; }
span { border-color: rgb(202,147,173); }
td.TdClassName
{
border-color: #CA93AD;
}
.TagClassName
{
border-color: #CA93AD;
}
</style>