Shades of Wisteria #C7A2DB
Tints of Wisteria #C7A2DB
RGB
CMYK
RGB Variations
Color information
#C7A2DB (or 0xC7A2DB) is known color: Wisteria. HEX triplet: C7, A2 and DB. RGB value is (199,162,219). Sum of RGB (Red+Green+Blue) = 199+162+219=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2DB is #385D24. Grayscale: #B3B3B3. Windows color (decimal): -3693861 or 14394055. OLE color: 14394055.
HSL color Cylindrical-coordinate representation of color #C7A2DB: hue angle of 278.95º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7A2DB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 162 | 219 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.14 |
| HSL | 278.95º | 0.44% | 0.75% | - |
| HSV(B) | 278.95º | 0.26% | 0.86% | - |
| XYZ | 49.26 | 43.1 | 72.74 | - |
| YUV | 179.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 219 | 0.09 | 0.26 | 0 | 0.14 | 278.95 | 0.44 | 0.75 |
| Hex | C7 | A2 | DB | 9 | 1A | 0 | E | 117 | 2C | 4B |
| Octal | 307 | 242 | 333 | 11 | 32 | 0 | 16 | 427 | 54 | 113 |
| Binary | 11000111 | 10100010 | 11011011 | 1001 | 11010 | 0 | 1110 | 100010111 | 101100 | 1001011 |
Color Harmonies of #C7A2DB
Complementary color
Monochromatic Colors of #C7A2DB
Black with #C7A2DB
Text Example
Text Example
White with #C7A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A2DB; }
p { color: rgb(199,162,219); }
H1.HeaderClassName
{
color: #C7A2DB;
}
.AnyTagClassName
{
color: #C7A2DB;
}
</style>
background-color css
<style>
a { background-color: #C7A2DB; }
a { background-color: rgb(199,162,219); }
div.DivClassName
{
background-color: #C7A2DB;
}
.BgClassName
{
background-color: #C7A2DB;
}
</style>
border-color css
<style>
span { border-color: #C7A2DB; }
span { border-color: rgb(199,162,219); }
td.TdClassName
{
border-color: #C7A2DB;
}
.TagClassName
{
border-color: #C7A2DB;
}
</style>