Shades of Wisteria #C9A3D9
Tints of Wisteria #C9A3D9
RGB
CMYK
RGB Variations
Color information
#C9A3D9 (or 0xC9A3D9) is known color: Wisteria. HEX triplet: C9, A3 and D9. RGB value is (201,163,217). Sum of RGB (Red+Green+Blue) = 201+163+217=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3D9 is #365C26. Grayscale: #B4B4B4. Windows color (decimal): -3562535 or 14263241. OLE color: 14263241.
HSL color Cylindrical-coordinate representation of color #C9A3D9: hue angle of 282.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9A3D9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 163 | 217 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.15 |
| HSL | 282.22º | 0.42% | 0.75% | - |
| HSV(B) | 282.22º | 0.25% | 0.85% | - |
| XYZ | 49.71 | 43.62 | 71.45 | - |
| YUV | 180.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 217 | 0.07 | 0.25 | 0 | 0.15 | 282.22 | 0.42 | 0.75 |
| Hex | C9 | A3 | D9 | 7 | 19 | 0 | F | 11A | 2A | 4B |
| Octal | 311 | 243 | 331 | 7 | 31 | 0 | 17 | 432 | 52 | 113 |
| Binary | 11001001 | 10100011 | 11011001 | 111 | 11001 | 0 | 1111 | 100011010 | 101010 | 1001011 |
Color Harmonies of #C9A3D9
Complementary color
Monochromatic Colors of #C9A3D9
Black with #C9A3D9
Text Example
Text Example
White with #C9A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3D9; }
p { color: rgb(201,163,217); }
H1.HeaderClassName
{
color: #C9A3D9;
}
.AnyTagClassName
{
color: #C9A3D9;
}
</style>
background-color css
<style>
a { background-color: #C9A3D9; }
a { background-color: rgb(201,163,217); }
div.DivClassName
{
background-color: #C9A3D9;
}
.BgClassName
{
background-color: #C9A3D9;
}
</style>
border-color css
<style>
span { border-color: #C9A3D9; }
span { border-color: rgb(201,163,217); }
td.TdClassName
{
border-color: #C9A3D9;
}
.TagClassName
{
border-color: #C9A3D9;
}
</style>