Shades of Wisteria #C7A4DC
Tints of Wisteria #C7A4DC
RGB
CMYK
RGB Variations
Color information
#C7A4DC (or 0xC7A4DC) is known color: Wisteria. HEX triplet: C7, A4 and DC. RGB value is (199,164,220). Sum of RGB (Red+Green+Blue) = 199+164+220=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A4DC is #385B23. Grayscale: #B4B4B4. Windows color (decimal): -3693348 or 14460103. OLE color: 14460103.
HSL color Cylindrical-coordinate representation of color #C7A4DC: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7A4DC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 164 | 220 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.14 |
| HSL | 277.5º | 0.44% | 0.75% | - |
| HSV(B) | 277.5º | 0.25% | 0.86% | - |
| XYZ | 49.75 | 43.86 | 73.55 | - |
| YUV | 180.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 220 | 0.10 | 0.25 | 0 | 0.14 | 277.5 | 0.44 | 0.75 |
| Hex | C7 | A4 | DC | A | 19 | 0 | E | 116 | 2C | 4B |
| Octal | 307 | 244 | 334 | 12 | 31 | 0 | 16 | 426 | 54 | 113 |
| Binary | 11000111 | 10100100 | 11011100 | 1010 | 11001 | 0 | 1110 | 100010110 | 101100 | 1001011 |
Color Harmonies of #C7A4DC
Complementary color
Monochromatic Colors of #C7A4DC
Black with #C7A4DC
Text Example
Text Example
White with #C7A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4DC; }
p { color: rgb(199,164,220); }
H1.HeaderClassName
{
color: #C7A4DC;
}
.AnyTagClassName
{
color: #C7A4DC;
}
</style>
background-color css
<style>
a { background-color: #C7A4DC; }
a { background-color: rgb(199,164,220); }
div.DivClassName
{
background-color: #C7A4DC;
}
.BgClassName
{
background-color: #C7A4DC;
}
</style>
border-color css
<style>
span { border-color: #C7A4DC; }
span { border-color: rgb(199,164,220); }
td.TdClassName
{
border-color: #C7A4DC;
}
.TagClassName
{
border-color: #C7A4DC;
}
</style>