Shades of Lily #CA7FAC
Tints of Lily #CA7FAC
RGB
CMYK
RGB Variations
Color information
#CA7FAC (or 0xCA7FAC) is known color: Lily. HEX triplet: CA, 7F and AC. RGB value is (202,127,172). Sum of RGB (Red+Green+Blue) = 202+127+172=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAC is #358053. Grayscale: #9A9A9A. Windows color (decimal): -3506260 or 11304906. OLE color: 11304906.
HSL color Cylindrical-coordinate representation of color #CA7FAC: hue angle of 324º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FAC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 172 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.21 |
| HSL | 324º | 0.41% | 0.65% | - |
| HSV(B) | 324º | 0.37% | 0.79% | - |
| XYZ | 39.39 | 30.71 | 42.88 | - |
| YUV | 154.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 172 | 0 | 0.37 | 0.15 | 0.21 | 324 | 0.41 | 0.65 |
| Hex | CA | 7F | AC | 0 | 25 | F | 15 | 144 | 29 | 41 |
| Octal | 312 | 177 | 254 | 0 | 45 | 17 | 25 | 504 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10101100 | 0 | 100101 | 1111 | 10101 | 101000100 | 101001 | 1000001 |
Color Harmonies of #CA7FAC
Complementary color
Monochromatic Colors of #CA7FAC
Black with #CA7FAC
Text Example
Text Example
White with #CA7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FAC; }
p { color: rgb(202,127,172); }
H1.HeaderClassName
{
color: #CA7FAC;
}
.AnyTagClassName
{
color: #CA7FAC;
}
</style>
background-color css
<style>
a { background-color: #CA7FAC; }
a { background-color: rgb(202,127,172); }
div.DivClassName
{
background-color: #CA7FAC;
}
.BgClassName
{
background-color: #CA7FAC;
}
</style>
border-color css
<style>
span { border-color: #CA7FAC; }
span { border-color: rgb(202,127,172); }
td.TdClassName
{
border-color: #CA7FAC;
}
.TagClassName
{
border-color: #CA7FAC;
}
</style>