Shades of Lily #CA93B7
Tints of Lily #CA93B7
RGB
CMYK
RGB Variations
Color information
#CA93B7 (or 0xCA93B7) is known color: Lily. HEX triplet: CA, 93 and B7. RGB value is (202,147,183). Sum of RGB (Red+Green+Blue) = 202+147+183=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93B7 is #356C48. Grayscale: #A7A7A7. Windows color (decimal): -3501129 or 12030922. OLE color: 12030922.
HSL color Cylindrical-coordinate representation of color #CA93B7: hue angle of 320.73º 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 #CA93B7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 183 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.21 |
| HSL | 320.73º | 0.34% | 0.68% | - |
| HSV(B) | 320.73º | 0.27% | 0.79% | - |
| XYZ | 43.34 | 36.84 | 49.63 | - |
| YUV | 167.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 183 | 0 | 0.27 | 0.09 | 0.21 | 320.73 | 0.34 | 0.68 |
| Hex | CA | 93 | B7 | 0 | 1B | 9 | 15 | 141 | 22 | 44 |
| Octal | 312 | 223 | 267 | 0 | 33 | 11 | 25 | 501 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10110111 | 0 | 11011 | 1001 | 10101 | 101000001 | 100010 | 1000100 |
Color Harmonies of #CA93B7
Complementary color
Monochromatic Colors of #CA93B7
Black with #CA93B7
Text Example
Text Example
White with #CA93B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93B7; }
p { color: rgb(202,147,183); }
H1.HeaderClassName
{
color: #CA93B7;
}
.AnyTagClassName
{
color: #CA93B7;
}
</style>
background-color css
<style>
a { background-color: #CA93B7; }
a { background-color: rgb(202,147,183); }
div.DivClassName
{
background-color: #CA93B7;
}
.BgClassName
{
background-color: #CA93B7;
}
</style>
border-color css
<style>
span { border-color: #CA93B7; }
span { border-color: rgb(202,147,183); }
td.TdClassName
{
border-color: #CA93B7;
}
.TagClassName
{
border-color: #CA93B7;
}
</style>