Shades of Wisteria #C7A4D8
Tints of Wisteria #C7A4D8
RGB
CMYK
RGB Variations
Color information
#C7A4D8 (or 0xC7A4D8) is known color: Wisteria. HEX triplet: C7, A4 and D8. RGB value is (199,164,216). Sum of RGB (Red+Green+Blue) = 199+164+216=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7A4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A4D8 is #385B27. Grayscale: #B4B4B4. Windows color (decimal): -3693352 or 14197959. OLE color: 14197959.
HSL color Cylindrical-coordinate representation of color #C7A4D8: hue angle of 280.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7A4D8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 164 | 216 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.15 |
| HSL | 280.38º | 0.4% | 0.75% | - |
| HSV(B) | 280.38º | 0.24% | 0.85% | - |
| XYZ | 49.22 | 43.65 | 70.8 | - |
| YUV | 180.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 216 | 0.08 | 0.24 | 0 | 0.15 | 280.38 | 0.4 | 0.75 |
| Hex | C7 | A4 | D8 | 8 | 18 | 0 | F | 118 | 28 | 4B |
| Octal | 307 | 244 | 330 | 10 | 30 | 0 | 17 | 430 | 50 | 113 |
| Binary | 11000111 | 10100100 | 11011000 | 1000 | 11000 | 0 | 1111 | 100011000 | 101000 | 1001011 |
Color Harmonies of #C7A4D8
Complementary color
Monochromatic Colors of #C7A4D8
Black with #C7A4D8
Text Example
Text Example
White with #C7A4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4D8; }
p { color: rgb(199,164,216); }
H1.HeaderClassName
{
color: #C7A4D8;
}
.AnyTagClassName
{
color: #C7A4D8;
}
</style>
background-color css
<style>
a { background-color: #C7A4D8; }
a { background-color: rgb(199,164,216); }
div.DivClassName
{
background-color: #C7A4D8;
}
.BgClassName
{
background-color: #C7A4D8;
}
</style>
border-color css
<style>
span { border-color: #C7A4D8; }
span { border-color: rgb(199,164,216); }
td.TdClassName
{
border-color: #C7A4D8;
}
.TagClassName
{
border-color: #C7A4D8;
}
</style>