Shades of Wisteria #C6A2DB
Tints of Wisteria #C6A2DB
RGB
CMYK
RGB Variations
Color information
#C6A2DB (or 0xC6A2DB) is known color: Wisteria. HEX triplet: C6, A2 and DB. RGB value is (198,162,219). Sum of RGB (Red+Green+Blue) = 198+162+219=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2DB is #395D24. Grayscale: #B3B3B3. Windows color (decimal): -3759397 or 14394054. OLE color: 14394054.
HSL color Cylindrical-coordinate representation of color #C6A2DB: hue angle of 277.89º 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 #C6A2DB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 162 | 219 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.14 |
| HSL | 277.89º | 0.44% | 0.75% | - |
| HSV(B) | 277.89º | 0.26% | 0.86% | - |
| XYZ | 49 | 42.96 | 72.73 | - |
| YUV | 179.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 219 | 0.10 | 0.26 | 0 | 0.14 | 277.89 | 0.44 | 0.75 |
| Hex | C6 | A2 | DB | A | 1A | 0 | E | 116 | 2C | 4B |
| Octal | 306 | 242 | 333 | 12 | 32 | 0 | 16 | 426 | 54 | 113 |
| Binary | 11000110 | 10100010 | 11011011 | 1010 | 11010 | 0 | 1110 | 100010110 | 101100 | 1001011 |
Color Harmonies of #C6A2DB
Complementary color
Monochromatic Colors of #C6A2DB
Black with #C6A2DB
Text Example
Text Example
White with #C6A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A2DB; }
p { color: rgb(198,162,219); }
H1.HeaderClassName
{
color: #C6A2DB;
}
.AnyTagClassName
{
color: #C6A2DB;
}
</style>
background-color css
<style>
a { background-color: #C6A2DB; }
a { background-color: rgb(198,162,219); }
div.DivClassName
{
background-color: #C6A2DB;
}
.BgClassName
{
background-color: #C6A2DB;
}
</style>
border-color css
<style>
span { border-color: #C6A2DB; }
span { border-color: rgb(198,162,219); }
td.TdClassName
{
border-color: #C6A2DB;
}
.TagClassName
{
border-color: #C6A2DB;
}
</style>