Shades of Wisteria #C9A5DB
Tints of Wisteria #C9A5DB
RGB
CMYK
RGB Variations
Color information
#C9A5DB (or 0xC9A5DB) is known color: Wisteria. HEX triplet: C9, A5 and DB. RGB value is (201,165,219). Sum of RGB (Red+Green+Blue) = 201+165+219=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 165 (64.84% from 255 or 28.21% 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 #C9A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5DB is #365A24. Grayscale: #B5B5B5. Windows color (decimal): -3562021 or 14394825. OLE color: 14394825.
HSL color Cylindrical-coordinate representation of color #C9A5DB: hue angle of 280º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9A5DB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 165 | 219 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.14 |
| HSL | 280º | 0.43% | 0.75% | - |
| HSV(B) | 280º | 0.25% | 0.86% | - |
| XYZ | 50.33 | 44.44 | 72.94 | - |
| YUV | 181.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 219 | 0.08 | 0.25 | 0 | 0.14 | 280 | 0.43 | 0.75 |
| Hex | C9 | A5 | DB | 8 | 19 | 0 | E | 118 | 2B | 4B |
| Octal | 311 | 245 | 333 | 10 | 31 | 0 | 16 | 430 | 53 | 113 |
| Binary | 11001001 | 10100101 | 11011011 | 1000 | 11001 | 0 | 1110 | 100011000 | 101011 | 1001011 |
Color Harmonies of #C9A5DB
Complementary color
Monochromatic Colors of #C9A5DB
Black with #C9A5DB
Text Example
Text Example
White with #C9A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5DB; }
p { color: rgb(201,165,219); }
H1.HeaderClassName
{
color: #C9A5DB;
}
.AnyTagClassName
{
color: #C9A5DB;
}
</style>
background-color css
<style>
a { background-color: #C9A5DB; }
a { background-color: rgb(201,165,219); }
div.DivClassName
{
background-color: #C9A5DB;
}
.BgClassName
{
background-color: #C9A5DB;
}
</style>
border-color css
<style>
span { border-color: #C9A5DB; }
span { border-color: rgb(201,165,219); }
td.TdClassName
{
border-color: #C9A5DB;
}
.TagClassName
{
border-color: #C9A5DB;
}
</style>