Shades of Wisteria #C4A0DF
Tints of Wisteria #C4A0DF
RGB
CMYK
RGB Variations
Color information
#C4A0DF (or 0xC4A0DF) is known color: Wisteria. HEX triplet: C4, A0 and DF. RGB value is (196,160,223). Sum of RGB (Red+Green+Blue) = 196+160+223=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0DF is #3B5F20. Grayscale: #B1B1B1. Windows color (decimal): -3890977 or 14655684. OLE color: 14655684.
HSL color Cylindrical-coordinate representation of color #C4A0DF: hue angle of 274.29º degrees, saturation: 0.5, 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 #C4A0DF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 160 | 223 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.13 |
| HSL | 274.29º | 0.5% | 0.75% | - |
| HSV(B) | 274.29º | 0.28% | 0.87% | - |
| XYZ | 48.66 | 42.21 | 75.39 | - |
| YUV | 177.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 223 | 0.12 | 0.28 | 0 | 0.13 | 274.29 | 0.5 | 0.75 |
| Hex | C4 | A0 | DF | C | 1C | 0 | D | 112 | 32 | 4B |
| Octal | 304 | 240 | 337 | 14 | 34 | 0 | 15 | 422 | 62 | 113 |
| Binary | 11000100 | 10100000 | 11011111 | 1100 | 11100 | 0 | 1101 | 100010010 | 110010 | 1001011 |
Color Harmonies of #C4A0DF
Complementary color
Monochromatic Colors of #C4A0DF
Black with #C4A0DF
Text Example
Text Example
White with #C4A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0DF; }
p { color: rgb(196,160,223); }
H1.HeaderClassName
{
color: #C4A0DF;
}
.AnyTagClassName
{
color: #C4A0DF;
}
</style>
background-color css
<style>
a { background-color: #C4A0DF; }
a { background-color: rgb(196,160,223); }
div.DivClassName
{
background-color: #C4A0DF;
}
.BgClassName
{
background-color: #C4A0DF;
}
</style>
border-color css
<style>
span { border-color: #C4A0DF; }
span { border-color: rgb(196,160,223); }
td.TdClassName
{
border-color: #C4A0DF;
}
.TagClassName
{
border-color: #C4A0DF;
}
</style>