Shades of Wisteria #C4A0DE
Tints of Wisteria #C4A0DE
RGB
CMYK
RGB Variations
Color information
#C4A0DE (or 0xC4A0DE) is known color: Wisteria. HEX triplet: C4, A0 and DE. RGB value is (196,160,222). Sum of RGB (Red+Green+Blue) = 196+160+222=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0DE is #3B5F21. Grayscale: #B1B1B1. Windows color (decimal): -3890978 or 14590148. OLE color: 14590148.
HSL color Cylindrical-coordinate representation of color #C4A0DE: hue angle of 274.84º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A0DE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 160 | 222 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.13 |
| HSL | 274.84º | 0.48% | 0.75% | - |
| HSV(B) | 274.84º | 0.28% | 0.87% | - |
| XYZ | 48.52 | 42.15 | 74.69 | - |
| YUV | 177.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 222 | 0.12 | 0.28 | 0 | 0.13 | 274.84 | 0.48 | 0.75 |
| Hex | C4 | A0 | DE | C | 1C | 0 | D | 113 | 30 | 4B |
| Octal | 304 | 240 | 336 | 14 | 34 | 0 | 15 | 423 | 60 | 113 |
| Binary | 11000100 | 10100000 | 11011110 | 1100 | 11100 | 0 | 1101 | 100010011 | 110000 | 1001011 |
Color Harmonies of #C4A0DE
Complementary color
Monochromatic Colors of #C4A0DE
Black with #C4A0DE
Text Example
Text Example
White with #C4A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0DE; }
p { color: rgb(196,160,222); }
H1.HeaderClassName
{
color: #C4A0DE;
}
.AnyTagClassName
{
color: #C4A0DE;
}
</style>
background-color css
<style>
a { background-color: #C4A0DE; }
a { background-color: rgb(196,160,222); }
div.DivClassName
{
background-color: #C4A0DE;
}
.BgClassName
{
background-color: #C4A0DE;
}
</style>
border-color css
<style>
span { border-color: #C4A0DE; }
span { border-color: rgb(196,160,222); }
td.TdClassName
{
border-color: #C4A0DE;
}
.TagClassName
{
border-color: #C4A0DE;
}
</style>