Shades of Wisteria #C4A0D1
Tints of Wisteria #C4A0D1
RGB
CMYK
RGB Variations
Color information
#C4A0D1 (or 0xC4A0D1) is known color: Wisteria. HEX triplet: C4, A0 and D1. RGB value is (196,160,209). Sum of RGB (Red+Green+Blue) = 196+160+209=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0D1 is #3B5F2E. Grayscale: #B0B0B0. Windows color (decimal): -3890991 or 13738180. OLE color: 13738180.
HSL color Cylindrical-coordinate representation of color #C4A0D1: hue angle of 284.08º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4A0D1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 160 | 209 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.18 |
| HSL | 284.08º | 0.35% | 0.72% | - |
| HSV(B) | 284.08º | 0.23% | 0.82% | - |
| XYZ | 46.84 | 41.48 | 65.86 | - |
| YUV | 176.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 209 | 0.06 | 0.23 | 0 | 0.18 | 284.08 | 0.35 | 0.72 |
| Hex | C4 | A0 | D1 | 6 | 17 | 0 | 12 | 11C | 23 | 48 |
| Octal | 304 | 240 | 321 | 6 | 27 | 0 | 22 | 434 | 43 | 110 |
| Binary | 11000100 | 10100000 | 11010001 | 110 | 10111 | 0 | 10010 | 100011100 | 100011 | 1001000 |
Color Harmonies of #C4A0D1
Complementary color
Monochromatic Colors of #C4A0D1
Black with #C4A0D1
Text Example
Text Example
White with #C4A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0D1; }
p { color: rgb(196,160,209); }
H1.HeaderClassName
{
color: #C4A0D1;
}
.AnyTagClassName
{
color: #C4A0D1;
}
</style>
background-color css
<style>
a { background-color: #C4A0D1; }
a { background-color: rgb(196,160,209); }
div.DivClassName
{
background-color: #C4A0D1;
}
.BgClassName
{
background-color: #C4A0D1;
}
</style>
border-color css
<style>
span { border-color: #C4A0D1; }
span { border-color: rgb(196,160,209); }
td.TdClassName
{
border-color: #C4A0D1;
}
.TagClassName
{
border-color: #C4A0D1;
}
</style>