Shades of Lily #CA78B2
Tints of Lily #CA78B2
RGB
CMYK
RGB Variations
Color information
#CA78B2 (or 0xCA78B2) is known color: Lily. HEX triplet: CA, 78 and B2. RGB value is (202,120,178). Sum of RGB (Red+Green+Blue) = 202+120+178=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA78B2 is #35874D. Grayscale: #969696. Windows color (decimal): -3508046 or 11696330. OLE color: 11696330.
HSL color Cylindrical-coordinate representation of color #CA78B2: hue angle of 317.56º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78B2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 178 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.21 |
| HSL | 317.56º | 0.44% | 0.63% | - |
| HSV(B) | 317.56º | 0.41% | 0.79% | - |
| XYZ | 39.11 | 29.2 | 45.7 | - |
| YUV | 151.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 178 | 0 | 0.41 | 0.12 | 0.21 | 317.56 | 0.44 | 0.63 |
| Hex | CA | 78 | B2 | 0 | 29 | C | 15 | 13E | 2C | 3F |
| Octal | 312 | 170 | 262 | 0 | 51 | 14 | 25 | 476 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10110010 | 0 | 101001 | 1100 | 10101 | 100111110 | 101100 | 111111 |
Color Harmonies of #CA78B2
Complementary color
Monochromatic Colors of #CA78B2
Black with #CA78B2
Text Example
Text Example
White with #CA78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA78B2; }
p { color: rgb(202,120,178); }
H1.HeaderClassName
{
color: #CA78B2;
}
.AnyTagClassName
{
color: #CA78B2;
}
</style>
background-color css
<style>
a { background-color: #CA78B2; }
a { background-color: rgb(202,120,178); }
div.DivClassName
{
background-color: #CA78B2;
}
.BgClassName
{
background-color: #CA78B2;
}
</style>
border-color css
<style>
span { border-color: #CA78B2; }
span { border-color: rgb(202,120,178); }
td.TdClassName
{
border-color: #CA78B2;
}
.TagClassName
{
border-color: #CA78B2;
}
</style>