Shades of Lily #CA93B8
Tints of Lily #CA93B8
RGB
CMYK
RGB Variations
Color information
#CA93B8 (or 0xCA93B8) is known color: Lily. HEX triplet: CA, 93 and B8. RGB value is (202,147,184). Sum of RGB (Red+Green+Blue) = 202+147+184=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93B8 is #356C47. Grayscale: #A7A7A7. Windows color (decimal): -3501128 or 12096458. OLE color: 12096458.
HSL color Cylindrical-coordinate representation of color #CA93B8: hue angle of 319.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 #CA93B8 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 184 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.21 |
| HSL | 319.64º | 0.34% | 0.68% | - |
| HSV(B) | 319.64º | 0.27% | 0.79% | - |
| XYZ | 43.44 | 36.88 | 50.18 | - |
| YUV | 167.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 184 | 0 | 0.27 | 0.09 | 0.21 | 319.64 | 0.34 | 0.68 |
| Hex | CA | 93 | B8 | 0 | 1B | 9 | 15 | 140 | 22 | 44 |
| Octal | 312 | 223 | 270 | 0 | 33 | 11 | 25 | 500 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10111000 | 0 | 11011 | 1001 | 10101 | 101000000 | 100010 | 1000100 |
Color Harmonies of #CA93B8
Complementary color
Monochromatic Colors of #CA93B8
Black with #CA93B8
Text Example
Text Example
White with #CA93B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93B8; }
p { color: rgb(202,147,184); }
H1.HeaderClassName
{
color: #CA93B8;
}
.AnyTagClassName
{
color: #CA93B8;
}
</style>
background-color css
<style>
a { background-color: #CA93B8; }
a { background-color: rgb(202,147,184); }
div.DivClassName
{
background-color: #CA93B8;
}
.BgClassName
{
background-color: #CA93B8;
}
</style>
border-color css
<style>
span { border-color: #CA93B8; }
span { border-color: rgb(202,147,184); }
td.TdClassName
{
border-color: #CA93B8;
}
.TagClassName
{
border-color: #CA93B8;
}
</style>