Shades of Lily #C483A8
Tints of Lily #C483A8
RGB
CMYK
RGB Variations
Color information
#C483A8 (or 0xC483A8) is known color: Lily. HEX triplet: C4, 83 and A8. RGB value is (196,131,168). Sum of RGB (Red+Green+Blue) = 196+131+168=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C483A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483A8 is #3B7C57. Grayscale: #9A9A9A. Windows color (decimal): -3898456 or 11043780. OLE color: 11043780.
HSL color Cylindrical-coordinate representation of color #C483A8: hue angle of 325.85º 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 #C483A8 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 168 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.23 |
| HSL | 325.85º | 0.36% | 0.64% | - |
| HSV(B) | 325.85º | 0.33% | 0.77% | - |
| XYZ | 37.95 | 30.8 | 40.99 | - |
| YUV | 154.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 168 | 0 | 0.33 | 0.14 | 0.23 | 325.85 | 0.36 | 0.64 |
| Hex | C4 | 83 | A8 | 0 | 21 | E | 17 | 146 | 24 | 40 |
| Octal | 304 | 203 | 250 | 0 | 41 | 16 | 27 | 506 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10101000 | 0 | 100001 | 1110 | 10111 | 101000110 | 100100 | 1000000 |
Color Harmonies of #C483A8
Complementary color
Monochromatic Colors of #C483A8
Black with #C483A8
Text Example
Text Example
White with #C483A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483A8; }
p { color: rgb(196,131,168); }
H1.HeaderClassName
{
color: #C483A8;
}
.AnyTagClassName
{
color: #C483A8;
}
</style>
background-color css
<style>
a { background-color: #C483A8; }
a { background-color: rgb(196,131,168); }
div.DivClassName
{
background-color: #C483A8;
}
.BgClassName
{
background-color: #C483A8;
}
</style>
border-color css
<style>
span { border-color: #C483A8; }
span { border-color: rgb(196,131,168); }
td.TdClassName
{
border-color: #C483A8;
}
.TagClassName
{
border-color: #C483A8;
}
</style>