Shades of Lily #CA94B5
Tints of Lily #CA94B5
RGB
CMYK
RGB Variations
Color information
#CA94B5 (or 0xCA94B5) is known color: Lily. HEX triplet: CA, 94 and B5. RGB value is (202,148,181). Sum of RGB (Red+Green+Blue) = 202+148+181=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94B5 is #356B4A. Grayscale: #A7A7A7. Windows color (decimal): -3500875 or 11900106. OLE color: 11900106.
HSL color Cylindrical-coordinate representation of color #CA94B5: hue angle of 323.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94B5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 181 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.21 |
| HSL | 323.33º | 0.34% | 0.69% | - |
| HSV(B) | 323.33º | 0.27% | 0.79% | - |
| XYZ | 43.29 | 37.07 | 48.59 | - |
| YUV | 167.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 181 | 0 | 0.27 | 0.10 | 0.21 | 323.33 | 0.34 | 0.69 |
| Hex | CA | 94 | B5 | 0 | 1B | A | 15 | 143 | 22 | 45 |
| Octal | 312 | 224 | 265 | 0 | 33 | 12 | 25 | 503 | 42 | 105 |
| Binary | 11001010 | 10010100 | 10110101 | 0 | 11011 | 1010 | 10101 | 101000011 | 100010 | 1000101 |
Color Harmonies of #CA94B5
Complementary color
Monochromatic Colors of #CA94B5
Black with #CA94B5
Text Example
Text Example
White with #CA94B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94B5; }
p { color: rgb(202,148,181); }
H1.HeaderClassName
{
color: #CA94B5;
}
.AnyTagClassName
{
color: #CA94B5;
}
</style>
background-color css
<style>
a { background-color: #CA94B5; }
a { background-color: rgb(202,148,181); }
div.DivClassName
{
background-color: #CA94B5;
}
.BgClassName
{
background-color: #CA94B5;
}
</style>
border-color css
<style>
span { border-color: #CA94B5; }
span { border-color: rgb(202,148,181); }
td.TdClassName
{
border-color: #CA94B5;
}
.TagClassName
{
border-color: #CA94B5;
}
</style>