Shades of Wisteria #C99AE5
Tints of Wisteria #C99AE5
RGB
CMYK
RGB Variations
Color information
#C99AE5 (or 0xC99AE5) is known color: Wisteria. HEX triplet: C9, 9A and E5. RGB value is (201,154,229). Sum of RGB (Red+Green+Blue) = 201+154+229=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #C99AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AE5 is #36651A. Grayscale: #B0B0B0. Windows color (decimal): -3564827 or 15047369. OLE color: 15047369.
HSL color Cylindrical-coordinate representation of color #C99AE5: hue angle of 277.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99AE5 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 154 | 229 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.10 |
| HSL | 277.6º | 0.59% | 0.75% | - |
| HSV(B) | 277.6º | 0.33% | 0.9% | - |
| XYZ | 49.79 | 41.19 | 79.45 | - |
| YUV | 176.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 229 | 0.12 | 0.33 | 0 | 0.10 | 277.6 | 0.59 | 0.75 |
| Hex | C9 | 9A | E5 | C | 21 | 0 | A | 116 | 3B | 4B |
| Octal | 311 | 232 | 345 | 14 | 41 | 0 | 12 | 426 | 73 | 113 |
| Binary | 11001001 | 10011010 | 11100101 | 1100 | 100001 | 0 | 1010 | 100010110 | 111011 | 1001011 |
Color Harmonies of #C99AE5
Complementary color
Monochromatic Colors of #C99AE5
Black with #C99AE5
Text Example
Text Example
White with #C99AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AE5; }
p { color: rgb(201,154,229); }
H1.HeaderClassName
{
color: #C99AE5;
}
.AnyTagClassName
{
color: #C99AE5;
}
</style>
background-color css
<style>
a { background-color: #C99AE5; }
a { background-color: rgb(201,154,229); }
div.DivClassName
{
background-color: #C99AE5;
}
.BgClassName
{
background-color: #C99AE5;
}
</style>
border-color css
<style>
span { border-color: #C99AE5; }
span { border-color: rgb(201,154,229); }
td.TdClassName
{
border-color: #C99AE5;
}
.TagClassName
{
border-color: #C99AE5;
}
</style>