Shades of Lily #C483AA
Tints of Lily #C483AA
RGB
CMYK
RGB Variations
Color information
#C483AA (or 0xC483AA) is known color: Lily. HEX triplet: C4, 83 and AA. RGB value is (196,131,170). Sum of RGB (Red+Green+Blue) = 196+131+170=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C483AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483AA is #3B7C55. Grayscale: #9A9A9A. Windows color (decimal): -3898454 or 11174852. OLE color: 11174852.
HSL color Cylindrical-coordinate representation of color #C483AA: hue angle of 324º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483AA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 170 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.23 |
| HSL | 324º | 0.36% | 0.64% | - |
| HSV(B) | 324º | 0.33% | 0.77% | - |
| XYZ | 38.14 | 30.87 | 41.98 | - |
| YUV | 154.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 170 | 0 | 0.33 | 0.13 | 0.23 | 324 | 0.36 | 0.64 |
| Hex | C4 | 83 | AA | 0 | 21 | D | 17 | 144 | 24 | 40 |
| Octal | 304 | 203 | 252 | 0 | 41 | 15 | 27 | 504 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10101010 | 0 | 100001 | 1101 | 10111 | 101000100 | 100100 | 1000000 |
Color Harmonies of #C483AA
Complementary color
Monochromatic Colors of #C483AA
Black with #C483AA
Text Example
Text Example
White with #C483AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483AA; }
p { color: rgb(196,131,170); }
H1.HeaderClassName
{
color: #C483AA;
}
.AnyTagClassName
{
color: #C483AA;
}
</style>
background-color css
<style>
a { background-color: #C483AA; }
a { background-color: rgb(196,131,170); }
div.DivClassName
{
background-color: #C483AA;
}
.BgClassName
{
background-color: #C483AA;
}
</style>
border-color css
<style>
span { border-color: #C483AA; }
span { border-color: rgb(196,131,170); }
td.TdClassName
{
border-color: #C483AA;
}
.TagClassName
{
border-color: #C483AA;
}
</style>