Shades of Lily #CA8FAC
Tints of Lily #CA8FAC
RGB
CMYK
RGB Variations
Color information
#CA8FAC (or 0xCA8FAC) is known color: Lily. HEX triplet: CA, 8F and AC. RGB value is (202,143,172). Sum of RGB (Red+Green+Blue) = 202+143+172=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FAC is #357053. Grayscale: #A3A3A3. Windows color (decimal): -3502164 or 11309002. OLE color: 11309002.
HSL color Cylindrical-coordinate representation of color #CA8FAC: hue angle of 330.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FAC is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 172 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.21 |
| HSL | 330.51º | 0.36% | 0.68% | - |
| HSV(B) | 330.51º | 0.29% | 0.79% | - |
| XYZ | 41.63 | 35.18 | 43.63 | - |
| YUV | 163.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 172 | 0 | 0.29 | 0.15 | 0.21 | 330.51 | 0.36 | 0.68 |
| Hex | CA | 8F | AC | 0 | 1D | F | 15 | 14B | 24 | 44 |
| Octal | 312 | 217 | 254 | 0 | 35 | 17 | 25 | 513 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10101100 | 0 | 11101 | 1111 | 10101 | 101001011 | 100100 | 1000100 |
Color Harmonies of #CA8FAC
Complementary color
Monochromatic Colors of #CA8FAC
Black with #CA8FAC
Text Example
Text Example
White with #CA8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FAC; }
p { color: rgb(202,143,172); }
H1.HeaderClassName
{
color: #CA8FAC;
}
.AnyTagClassName
{
color: #CA8FAC;
}
</style>
background-color css
<style>
a { background-color: #CA8FAC; }
a { background-color: rgb(202,143,172); }
div.DivClassName
{
background-color: #CA8FAC;
}
.BgClassName
{
background-color: #CA8FAC;
}
</style>
border-color css
<style>
span { border-color: #CA8FAC; }
span { border-color: rgb(202,143,172); }
td.TdClassName
{
border-color: #CA8FAC;
}
.TagClassName
{
border-color: #CA8FAC;
}
</style>