Shades of Wisteria #C9A7DB
Tints of Wisteria #C9A7DB
RGB
CMYK
RGB Variations
Color information
#C9A7DB (or 0xC9A7DB) is known color: Wisteria. HEX triplet: C9, A7 and DB. RGB value is (201,167,219). Sum of RGB (Red+Green+Blue) = 201+167+219=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A7DB is #365824. Grayscale: #B6B6B6. Windows color (decimal): -3561509 or 14395337. OLE color: 14395337.
HSL color Cylindrical-coordinate representation of color #C9A7DB: hue angle of 279.23º 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 #C9A7DB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 167 | 219 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.14 |
| HSL | 279.23º | 0.42% | 0.76% | - |
| HSV(B) | 279.23º | 0.24% | 0.86% | - |
| XYZ | 50.69 | 45.17 | 73.06 | - |
| YUV | 183.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 219 | 0.08 | 0.24 | 0 | 0.14 | 279.23 | 0.42 | 0.76 |
| Hex | C9 | A7 | DB | 8 | 18 | 0 | E | 117 | 2A | 4C |
| Octal | 311 | 247 | 333 | 10 | 30 | 0 | 16 | 427 | 52 | 114 |
| Binary | 11001001 | 10100111 | 11011011 | 1000 | 11000 | 0 | 1110 | 100010111 | 101010 | 1001100 |
Color Harmonies of #C9A7DB
Complementary color
Monochromatic Colors of #C9A7DB
Black with #C9A7DB
Text Example
Text Example
White with #C9A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A7DB; }
p { color: rgb(201,167,219); }
H1.HeaderClassName
{
color: #C9A7DB;
}
.AnyTagClassName
{
color: #C9A7DB;
}
</style>
background-color css
<style>
a { background-color: #C9A7DB; }
a { background-color: rgb(201,167,219); }
div.DivClassName
{
background-color: #C9A7DB;
}
.BgClassName
{
background-color: #C9A7DB;
}
</style>
border-color css
<style>
span { border-color: #C9A7DB; }
span { border-color: rgb(201,167,219); }
td.TdClassName
{
border-color: #C9A7DB;
}
.TagClassName
{
border-color: #C9A7DB;
}
</style>