Shades of Wisteria #C4A2DC
Tints of Wisteria #C4A2DC
RGB
CMYK
RGB Variations
Color information
#C4A2DC (or 0xC4A2DC) is known color: Wisteria. HEX triplet: C4, A2 and DC. RGB value is (196,162,220). Sum of RGB (Red+Green+Blue) = 196+162+220=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A2DC is #3B5D23. Grayscale: #B2B2B2. Windows color (decimal): -3890468 or 14459588. OLE color: 14459588.
HSL color Cylindrical-coordinate representation of color #C4A2DC: hue angle of 275.17º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A2DC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 162 | 220 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.14 |
| HSL | 275.17º | 0.45% | 0.75% | - |
| HSV(B) | 275.17º | 0.26% | 0.86% | - |
| XYZ | 48.6 | 42.74 | 73.4 | - |
| YUV | 178.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 220 | 0.11 | 0.26 | 0 | 0.14 | 275.17 | 0.45 | 0.75 |
| Hex | C4 | A2 | DC | B | 1A | 0 | E | 113 | 2D | 4B |
| Octal | 304 | 242 | 334 | 13 | 32 | 0 | 16 | 423 | 55 | 113 |
| Binary | 11000100 | 10100010 | 11011100 | 1011 | 11010 | 0 | 1110 | 100010011 | 101101 | 1001011 |
Color Harmonies of #C4A2DC
Complementary color
Monochromatic Colors of #C4A2DC
Black with #C4A2DC
Text Example
Text Example
White with #C4A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A2DC; }
p { color: rgb(196,162,220); }
H1.HeaderClassName
{
color: #C4A2DC;
}
.AnyTagClassName
{
color: #C4A2DC;
}
</style>
background-color css
<style>
a { background-color: #C4A2DC; }
a { background-color: rgb(196,162,220); }
div.DivClassName
{
background-color: #C4A2DC;
}
.BgClassName
{
background-color: #C4A2DC;
}
</style>
border-color css
<style>
span { border-color: #C4A2DC; }
span { border-color: rgb(196,162,220); }
td.TdClassName
{
border-color: #C4A2DC;
}
.TagClassName
{
border-color: #C4A2DC;
}
</style>