Shades of Lily #CA8FAF
Tints of Lily #CA8FAF
RGB
CMYK
RGB Variations
Color information
#CA8FAF (or 0xCA8FAF) is known color: Lily. HEX triplet: CA, 8F and AF. RGB value is (202,143,175). Sum of RGB (Red+Green+Blue) = 202+143+175=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FAF is #357050. Grayscale: #A4A4A4. Windows color (decimal): -3502161 or 11505610. OLE color: 11505610.
HSL color Cylindrical-coordinate representation of color #CA8FAF: hue angle of 327.46º 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 #CA8FAF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 175 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.21 |
| HSL | 327.46º | 0.36% | 0.68% | - |
| HSV(B) | 327.46º | 0.29% | 0.79% | - |
| XYZ | 41.92 | 35.3 | 45.16 | - |
| YUV | 164.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 175 | 0 | 0.29 | 0.13 | 0.21 | 327.46 | 0.36 | 0.68 |
| Hex | CA | 8F | AF | 0 | 1D | D | 15 | 147 | 24 | 44 |
| Octal | 312 | 217 | 257 | 0 | 35 | 15 | 25 | 507 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10101111 | 0 | 11101 | 1101 | 10101 | 101000111 | 100100 | 1000100 |
Color Harmonies of #CA8FAF
Complementary color
Monochromatic Colors of #CA8FAF
Black with #CA8FAF
Text Example
Text Example
White with #CA8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FAF; }
p { color: rgb(202,143,175); }
H1.HeaderClassName
{
color: #CA8FAF;
}
.AnyTagClassName
{
color: #CA8FAF;
}
</style>
background-color css
<style>
a { background-color: #CA8FAF; }
a { background-color: rgb(202,143,175); }
div.DivClassName
{
background-color: #CA8FAF;
}
.BgClassName
{
background-color: #CA8FAF;
}
</style>
border-color css
<style>
span { border-color: #CA8FAF; }
span { border-color: rgb(202,143,175); }
td.TdClassName
{
border-color: #CA8FAF;
}
.TagClassName
{
border-color: #CA8FAF;
}
</style>