Shades of Wisteria #C7A5D8
Tints of Wisteria #C7A5D8
RGB
CMYK
RGB Variations
Color information
#C7A5D8 (or 0xC7A5D8) is known color: Wisteria. HEX triplet: C7, A5 and D8. RGB value is (199,165,216). Sum of RGB (Red+Green+Blue) = 199+165+216=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7A5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5D8 is #385A27. Grayscale: #B4B4B4. Windows color (decimal): -3693096 or 14198215. OLE color: 14198215.
HSL color Cylindrical-coordinate representation of color #C7A5D8: hue angle of 280º 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 #C7A5D8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 165 | 216 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.15 |
| HSL | 280º | 0.4% | 0.75% | - |
| HSV(B) | 280º | 0.24% | 0.85% | - |
| XYZ | 49.4 | 44.01 | 70.86 | - |
| YUV | 180.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 216 | 0.08 | 0.24 | 0 | 0.15 | 280 | 0.4 | 0.75 |
| Hex | C7 | A5 | D8 | 8 | 18 | 0 | F | 118 | 28 | 4B |
| Octal | 307 | 245 | 330 | 10 | 30 | 0 | 17 | 430 | 50 | 113 |
| Binary | 11000111 | 10100101 | 11011000 | 1000 | 11000 | 0 | 1111 | 100011000 | 101000 | 1001011 |
Color Harmonies of #C7A5D8
Complementary color
Monochromatic Colors of #C7A5D8
Black with #C7A5D8
Text Example
Text Example
White with #C7A5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5D8; }
p { color: rgb(199,165,216); }
H1.HeaderClassName
{
color: #C7A5D8;
}
.AnyTagClassName
{
color: #C7A5D8;
}
</style>
background-color css
<style>
a { background-color: #C7A5D8; }
a { background-color: rgb(199,165,216); }
div.DivClassName
{
background-color: #C7A5D8;
}
.BgClassName
{
background-color: #C7A5D8;
}
</style>
border-color css
<style>
span { border-color: #C7A5D8; }
span { border-color: rgb(199,165,216); }
td.TdClassName
{
border-color: #C7A5D8;
}
.TagClassName
{
border-color: #C7A5D8;
}
</style>