Shades of Wisteria #C7A5D9
Tints of Wisteria #C7A5D9
RGB
CMYK
RGB Variations
Color information
#C7A5D9 (or 0xC7A5D9) is known color: Wisteria. HEX triplet: C7, A5 and D9. RGB value is (199,165,217). Sum of RGB (Red+Green+Blue) = 199+165+217=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7A5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5D9 is #385A26. Grayscale: #B4B4B4. Windows color (decimal): -3693095 or 14263751. OLE color: 14263751.
HSL color Cylindrical-coordinate representation of color #C7A5D9: hue angle of 279.23º degrees, saturation: 0.41, 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 #C7A5D9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 165 | 217 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.15 |
| HSL | 279.23º | 0.41% | 0.75% | - |
| HSV(B) | 279.23º | 0.24% | 0.85% | - |
| XYZ | 49.53 | 44.06 | 71.54 | - |
| YUV | 181.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 217 | 0.08 | 0.24 | 0 | 0.15 | 279.23 | 0.41 | 0.75 |
| Hex | C7 | A5 | D9 | 8 | 18 | 0 | F | 117 | 29 | 4B |
| Octal | 307 | 245 | 331 | 10 | 30 | 0 | 17 | 427 | 51 | 113 |
| Binary | 11000111 | 10100101 | 11011001 | 1000 | 11000 | 0 | 1111 | 100010111 | 101001 | 1001011 |
Color Harmonies of #C7A5D9
Complementary color
Monochromatic Colors of #C7A5D9
Black with #C7A5D9
Text Example
Text Example
White with #C7A5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5D9; }
p { color: rgb(199,165,217); }
H1.HeaderClassName
{
color: #C7A5D9;
}
.AnyTagClassName
{
color: #C7A5D9;
}
</style>
background-color css
<style>
a { background-color: #C7A5D9; }
a { background-color: rgb(199,165,217); }
div.DivClassName
{
background-color: #C7A5D9;
}
.BgClassName
{
background-color: #C7A5D9;
}
</style>
border-color css
<style>
span { border-color: #C7A5D9; }
span { border-color: rgb(199,165,217); }
td.TdClassName
{
border-color: #C7A5D9;
}
.TagClassName
{
border-color: #C7A5D9;
}
</style>