Shades of Wisteria #C9A4E5
Tints of Wisteria #C9A4E5
RGB
CMYK
RGB Variations
Color information
#C9A4E5 (or 0xC9A4E5) is known color: Wisteria. HEX triplet: C9, A4 and E5. RGB value is (201,164,229). Sum of RGB (Red+Green+Blue) = 201+164+229=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #C9A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4E5 is #365B1A. Grayscale: #B6B6B6. Windows color (decimal): -3562267 or 15049929. OLE color: 15049929.
HSL color Cylindrical-coordinate representation of color #C9A4E5: hue angle of 274.15º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9A4E5 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 164 | 229 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.10 |
| HSL | 274.15º | 0.56% | 0.77% | - |
| HSV(B) | 274.15º | 0.28% | 0.9% | - |
| XYZ | 51.51 | 44.63 | 80.03 | - |
| YUV | 182.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 229 | 0.12 | 0.28 | 0 | 0.10 | 274.15 | 0.56 | 0.77 |
| Hex | C9 | A4 | E5 | C | 1C | 0 | A | 112 | 38 | 4D |
| Octal | 311 | 244 | 345 | 14 | 34 | 0 | 12 | 422 | 70 | 115 |
| Binary | 11001001 | 10100100 | 11100101 | 1100 | 11100 | 0 | 1010 | 100010010 | 111000 | 1001101 |
Color Harmonies of #C9A4E5
Complementary color
Monochromatic Colors of #C9A4E5
Black with #C9A4E5
Text Example
Text Example
White with #C9A4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4E5; }
p { color: rgb(201,164,229); }
H1.HeaderClassName
{
color: #C9A4E5;
}
.AnyTagClassName
{
color: #C9A4E5;
}
</style>
background-color css
<style>
a { background-color: #C9A4E5; }
a { background-color: rgb(201,164,229); }
div.DivClassName
{
background-color: #C9A4E5;
}
.BgClassName
{
background-color: #C9A4E5;
}
</style>
border-color css
<style>
span { border-color: #C9A4E5; }
span { border-color: rgb(201,164,229); }
td.TdClassName
{
border-color: #C9A4E5;
}
.TagClassName
{
border-color: #C9A4E5;
}
</style>