Shades of Lily #CA76B3
Tints of Lily #CA76B3
RGB
CMYK
RGB Variations
Color information
#CA76B3 (or 0xCA76B3) is known color: Lily. HEX triplet: CA, 76 and B3. RGB value is (202,118,179). Sum of RGB (Red+Green+Blue) = 202+118+179=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76B3 is #35894C. Grayscale: #959595. Windows color (decimal): -3508557 or 11761354. OLE color: 11761354.
HSL color Cylindrical-coordinate representation of color #CA76B3: hue angle of 316.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76B3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 179 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.21 |
| HSL | 316.43º | 0.44% | 0.63% | - |
| HSV(B) | 316.43º | 0.42% | 0.79% | - |
| XYZ | 38.97 | 28.77 | 46.15 | - |
| YUV | 150.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 179 | 0 | 0.42 | 0.11 | 0.21 | 316.43 | 0.44 | 0.63 |
| Hex | CA | 76 | B3 | 0 | 2A | B | 15 | 13C | 2C | 3F |
| Octal | 312 | 166 | 263 | 0 | 52 | 13 | 25 | 474 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10110011 | 0 | 101010 | 1011 | 10101 | 100111100 | 101100 | 111111 |
Color Harmonies of #CA76B3
Complementary color
Monochromatic Colors of #CA76B3
Black with #CA76B3
Text Example
Text Example
White with #CA76B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76B3; }
p { color: rgb(202,118,179); }
H1.HeaderClassName
{
color: #CA76B3;
}
.AnyTagClassName
{
color: #CA76B3;
}
</style>
background-color css
<style>
a { background-color: #CA76B3; }
a { background-color: rgb(202,118,179); }
div.DivClassName
{
background-color: #CA76B3;
}
.BgClassName
{
background-color: #CA76B3;
}
</style>
border-color css
<style>
span { border-color: #CA76B3; }
span { border-color: rgb(202,118,179); }
td.TdClassName
{
border-color: #CA76B3;
}
.TagClassName
{
border-color: #CA76B3;
}
</style>