Shades of Wisteria #C7A7DB
Tints of Wisteria #C7A7DB
RGB
CMYK
RGB Variations
Color information
#C7A7DB (or 0xC7A7DB) is known color: Wisteria. HEX triplet: C7, A7 and DB. RGB value is (199,167,219). Sum of RGB (Red+Green+Blue) = 199+167+219=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7DB is #385824. Grayscale: #B6B6B6. Windows color (decimal): -3692581 or 14395335. OLE color: 14395335.
HSL color Cylindrical-coordinate representation of color #C7A7DB: hue angle of 276.92º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7A7DB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 167 | 219 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.14 |
| HSL | 276.92º | 0.42% | 0.76% | - |
| HSV(B) | 276.92º | 0.24% | 0.86% | - |
| XYZ | 50.16 | 44.89 | 73.04 | - |
| YUV | 182.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 219 | 0.09 | 0.24 | 0 | 0.14 | 276.92 | 0.42 | 0.76 |
| Hex | C7 | A7 | DB | 9 | 18 | 0 | E | 115 | 2A | 4C |
| Octal | 307 | 247 | 333 | 11 | 30 | 0 | 16 | 425 | 52 | 114 |
| Binary | 11000111 | 10100111 | 11011011 | 1001 | 11000 | 0 | 1110 | 100010101 | 101010 | 1001100 |
Color Harmonies of #C7A7DB
Complementary color
Monochromatic Colors of #C7A7DB
Black with #C7A7DB
Text Example
Text Example
White with #C7A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A7DB; }
p { color: rgb(199,167,219); }
H1.HeaderClassName
{
color: #C7A7DB;
}
.AnyTagClassName
{
color: #C7A7DB;
}
</style>
background-color css
<style>
a { background-color: #C7A7DB; }
a { background-color: rgb(199,167,219); }
div.DivClassName
{
background-color: #C7A7DB;
}
.BgClassName
{
background-color: #C7A7DB;
}
</style>
border-color css
<style>
span { border-color: #C7A7DB; }
span { border-color: rgb(199,167,219); }
td.TdClassName
{
border-color: #C7A7DB;
}
.TagClassName
{
border-color: #C7A7DB;
}
</style>