Shades of Wisteria #C9A2E5
Tints of Wisteria #C9A2E5
RGB
CMYK
RGB Variations
Color information
#C9A2E5 (or 0xC9A2E5) is known color: Wisteria. HEX triplet: C9, A2 and E5. RGB value is (201,162,229). Sum of RGB (Red+Green+Blue) = 201+162+229=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #C9A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2E5 is #365D1A. Grayscale: #B5B5B5. Windows color (decimal): -3562779 or 15049417. OLE color: 15049417.
HSL color Cylindrical-coordinate representation of color #C9A2E5: hue angle of 274.93º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9A2E5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 162 | 229 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.10 |
| HSL | 274.93º | 0.56% | 0.77% | - |
| HSV(B) | 274.93º | 0.29% | 0.9% | - |
| XYZ | 51.15 | 43.92 | 79.91 | - |
| YUV | 181.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 229 | 0.12 | 0.29 | 0 | 0.10 | 274.93 | 0.56 | 0.77 |
| Hex | C9 | A2 | E5 | C | 1D | 0 | A | 113 | 38 | 4D |
| Octal | 311 | 242 | 345 | 14 | 35 | 0 | 12 | 423 | 70 | 115 |
| Binary | 11001001 | 10100010 | 11100101 | 1100 | 11101 | 0 | 1010 | 100010011 | 111000 | 1001101 |
Color Harmonies of #C9A2E5
Complementary color
Monochromatic Colors of #C9A2E5
Black with #C9A2E5
Text Example
Text Example
White with #C9A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A2E5; }
p { color: rgb(201,162,229); }
H1.HeaderClassName
{
color: #C9A2E5;
}
.AnyTagClassName
{
color: #C9A2E5;
}
</style>
background-color css
<style>
a { background-color: #C9A2E5; }
a { background-color: rgb(201,162,229); }
div.DivClassName
{
background-color: #C9A2E5;
}
.BgClassName
{
background-color: #C9A2E5;
}
</style>
border-color css
<style>
span { border-color: #C9A2E5; }
span { border-color: rgb(201,162,229); }
td.TdClassName
{
border-color: #C9A2E5;
}
.TagClassName
{
border-color: #C9A2E5;
}
</style>