Shades of Wisteria #C9A2D5
Tints of Wisteria #C9A2D5
RGB
CMYK
RGB Variations
Color information
#C9A2D5 (or 0xC9A2D5) is known color: Wisteria. HEX triplet: C9, A2 and D5. RGB value is (201,162,213). Sum of RGB (Red+Green+Blue) = 201+162+213=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9A2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2D5 is #365D2A. Grayscale: #B3B3B3. Windows color (decimal): -3562795 or 14000841. OLE color: 14000841.
HSL color Cylindrical-coordinate representation of color #C9A2D5: hue angle of 285.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A2D5 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 162 | 213 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.16 |
| HSL | 285.88º | 0.38% | 0.74% | - |
| HSV(B) | 285.88º | 0.24% | 0.84% | - |
| XYZ | 49.02 | 43.06 | 68.68 | - |
| YUV | 179.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 213 | 0.06 | 0.24 | 0 | 0.16 | 285.88 | 0.38 | 0.74 |
| Hex | C9 | A2 | D5 | 6 | 18 | 0 | 10 | 11E | 26 | 4A |
| Octal | 311 | 242 | 325 | 6 | 30 | 0 | 20 | 436 | 46 | 112 |
| Binary | 11001001 | 10100010 | 11010101 | 110 | 11000 | 0 | 10000 | 100011110 | 100110 | 1001010 |
Color Harmonies of #C9A2D5
Complementary color
Monochromatic Colors of #C9A2D5
Black with #C9A2D5
Text Example
Text Example
White with #C9A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A2D5; }
p { color: rgb(201,162,213); }
H1.HeaderClassName
{
color: #C9A2D5;
}
.AnyTagClassName
{
color: #C9A2D5;
}
</style>
background-color css
<style>
a { background-color: #C9A2D5; }
a { background-color: rgb(201,162,213); }
div.DivClassName
{
background-color: #C9A2D5;
}
.BgClassName
{
background-color: #C9A2D5;
}
</style>
border-color css
<style>
span { border-color: #C9A2D5; }
span { border-color: rgb(201,162,213); }
td.TdClassName
{
border-color: #C9A2D5;
}
.TagClassName
{
border-color: #C9A2D5;
}
</style>