Shades of Wisteria #C99AE2
Tints of Wisteria #C99AE2
RGB
CMYK
RGB Variations
Color information
#C99AE2 (or 0xC99AE2) is known color: Wisteria. HEX triplet: C9, 9A and E2. RGB value is (201,154,226). Sum of RGB (Red+Green+Blue) = 201+154+226=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #C99AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AE2 is #36651D. Grayscale: #B0B0B0. Windows color (decimal): -3564830 or 14850761. OLE color: 14850761.
HSL color Cylindrical-coordinate representation of color #C99AE2: hue angle of 279.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99AE2 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 154 | 226 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.11 |
| HSL | 279.17º | 0.55% | 0.75% | - |
| HSV(B) | 279.17º | 0.32% | 0.89% | - |
| XYZ | 49.37 | 41.02 | 77.27 | - |
| YUV | 176.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 226 | 0.11 | 0.32 | 0 | 0.11 | 279.17 | 0.55 | 0.75 |
| Hex | C9 | 9A | E2 | B | 20 | 0 | B | 117 | 37 | 4B |
| Octal | 311 | 232 | 342 | 13 | 40 | 0 | 13 | 427 | 67 | 113 |
| Binary | 11001001 | 10011010 | 11100010 | 1011 | 100000 | 0 | 1011 | 100010111 | 110111 | 1001011 |
Color Harmonies of #C99AE2
Complementary color
Monochromatic Colors of #C99AE2
Black with #C99AE2
Text Example
Text Example
White with #C99AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AE2; }
p { color: rgb(201,154,226); }
H1.HeaderClassName
{
color: #C99AE2;
}
.AnyTagClassName
{
color: #C99AE2;
}
</style>
background-color css
<style>
a { background-color: #C99AE2; }
a { background-color: rgb(201,154,226); }
div.DivClassName
{
background-color: #C99AE2;
}
.BgClassName
{
background-color: #C99AE2;
}
</style>
border-color css
<style>
span { border-color: #C99AE2; }
span { border-color: rgb(201,154,226); }
td.TdClassName
{
border-color: #C99AE2;
}
.TagClassName
{
border-color: #C99AE2;
}
</style>