Shades of Wisteria #C7A2DC
Tints of Wisteria #C7A2DC
RGB
CMYK
RGB Variations
Color information
#C7A2DC (or 0xC7A2DC) is known color: Wisteria. HEX triplet: C7, A2 and DC. RGB value is (199,162,220). Sum of RGB (Red+Green+Blue) = 199+162+220=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2DC is #385D23. Grayscale: #B3B3B3. Windows color (decimal): -3693860 or 14459591. OLE color: 14459591.
HSL color Cylindrical-coordinate representation of color #C7A2DC: hue angle of 278.28º 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 #C7A2DC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 162 | 220 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.14 |
| HSL | 278.28º | 0.45% | 0.75% | - |
| HSV(B) | 278.28º | 0.26% | 0.86% | - |
| XYZ | 49.39 | 43.15 | 73.44 | - |
| YUV | 179.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 220 | 0.10 | 0.26 | 0 | 0.14 | 278.28 | 0.45 | 0.75 |
| Hex | C7 | A2 | DC | A | 1A | 0 | E | 116 | 2D | 4B |
| Octal | 307 | 242 | 334 | 12 | 32 | 0 | 16 | 426 | 55 | 113 |
| Binary | 11000111 | 10100010 | 11011100 | 1010 | 11010 | 0 | 1110 | 100010110 | 101101 | 1001011 |
Color Harmonies of #C7A2DC
Complementary color
Monochromatic Colors of #C7A2DC
Black with #C7A2DC
Text Example
Text Example
White with #C7A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A2DC; }
p { color: rgb(199,162,220); }
H1.HeaderClassName
{
color: #C7A2DC;
}
.AnyTagClassName
{
color: #C7A2DC;
}
</style>
background-color css
<style>
a { background-color: #C7A2DC; }
a { background-color: rgb(199,162,220); }
div.DivClassName
{
background-color: #C7A2DC;
}
.BgClassName
{
background-color: #C7A2DC;
}
</style>
border-color css
<style>
span { border-color: #C7A2DC; }
span { border-color: rgb(199,162,220); }
td.TdClassName
{
border-color: #C7A2DC;
}
.TagClassName
{
border-color: #C7A2DC;
}
</style>