Shades of Lily #CA85AF
Tints of Lily #CA85AF
RGB
CMYK
RGB Variations
Color information
#CA85AF (or 0xCA85AF) is known color: Lily. HEX triplet: CA, 85 and AF. RGB value is (202,133,175). Sum of RGB (Red+Green+Blue) = 202+133+175=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AF is #357A50. Grayscale: #9E9E9E. Windows color (decimal): -3504721 or 11503050. OLE color: 11503050.
HSL color Cylindrical-coordinate representation of color #CA85AF: hue angle of 323.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85AF is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 175 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.21 |
| HSL | 323.48º | 0.39% | 0.66% | - |
| HSV(B) | 323.48º | 0.34% | 0.79% | - |
| XYZ | 40.48 | 32.43 | 44.68 | - |
| YUV | 158.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 175 | 0 | 0.34 | 0.13 | 0.21 | 323.48 | 0.39 | 0.66 |
| Hex | CA | 85 | AF | 0 | 22 | D | 15 | 143 | 27 | 42 |
| Octal | 312 | 205 | 257 | 0 | 42 | 15 | 25 | 503 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10101111 | 0 | 100010 | 1101 | 10101 | 101000011 | 100111 | 1000010 |
Color Harmonies of #CA85AF
Complementary color
Monochromatic Colors of #CA85AF
Black with #CA85AF
Text Example
Text Example
White with #CA85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85AF; }
p { color: rgb(202,133,175); }
H1.HeaderClassName
{
color: #CA85AF;
}
.AnyTagClassName
{
color: #CA85AF;
}
</style>
background-color css
<style>
a { background-color: #CA85AF; }
a { background-color: rgb(202,133,175); }
div.DivClassName
{
background-color: #CA85AF;
}
.BgClassName
{
background-color: #CA85AF;
}
</style>
border-color css
<style>
span { border-color: #CA85AF; }
span { border-color: rgb(202,133,175); }
td.TdClassName
{
border-color: #CA85AF;
}
.TagClassName
{
border-color: #CA85AF;
}
</style>