Shades of Wisteria #C99AE9
Tints of Wisteria #C99AE9
RGB
CMYK
RGB Variations
Color information
#C99AE9 (or 0xC99AE9) is known color: Wisteria. HEX triplet: C9, 9A and E9. RGB value is (201,154,233). Sum of RGB (Red+Green+Blue) = 201+154+233=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #C99AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AE9 is #366516. Grayscale: #B0B0B0. Windows color (decimal): -3564823 or 15309513. OLE color: 15309513.
HSL color Cylindrical-coordinate representation of color #C99AE9: hue angle of 275.7º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99AE9 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 154 | 233 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.09 |
| HSL | 275.7º | 0.64% | 0.76% | - |
| HSV(B) | 275.7º | 0.34% | 0.91% | - |
| XYZ | 50.35 | 41.41 | 82.43 | - |
| YUV | 177.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 233 | 0.14 | 0.34 | 0 | 0.09 | 275.7 | 0.64 | 0.76 |
| Hex | C9 | 9A | E9 | E | 22 | 0 | 9 | 114 | 40 | 4C |
| Octal | 311 | 232 | 351 | 16 | 42 | 0 | 11 | 424 | 100 | 114 |
| Binary | 11001001 | 10011010 | 11101001 | 1110 | 100010 | 0 | 1001 | 100010100 | 1000000 | 1001100 |
Color Harmonies of #C99AE9
Complementary color
Monochromatic Colors of #C99AE9
Black with #C99AE9
Text Example
Text Example
White with #C99AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AE9; }
p { color: rgb(201,154,233); }
H1.HeaderClassName
{
color: #C99AE9;
}
.AnyTagClassName
{
color: #C99AE9;
}
</style>
background-color css
<style>
a { background-color: #C99AE9; }
a { background-color: rgb(201,154,233); }
div.DivClassName
{
background-color: #C99AE9;
}
.BgClassName
{
background-color: #C99AE9;
}
</style>
border-color css
<style>
span { border-color: #C99AE9; }
span { border-color: rgb(201,154,233); }
td.TdClassName
{
border-color: #C99AE9;
}
.TagClassName
{
border-color: #C99AE9;
}
</style>