Shades of Wisteria #C99AE0
Tints of Wisteria #C99AE0
RGB
CMYK
RGB Variations
Color information
#C99AE0 (or 0xC99AE0) is known color: Wisteria. HEX triplet: C9, 9A and E0. RGB value is (201,154,224). Sum of RGB (Red+Green+Blue) = 201+154+224=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #C99AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AE0 is #36651F. Grayscale: #AFAFAF. Windows color (decimal): -3564832 or 14719689. OLE color: 14719689.
HSL color Cylindrical-coordinate representation of color #C99AE0: hue angle of 280.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99AE0 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 154 | 224 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.12 |
| HSL | 280.29º | 0.53% | 0.74% | - |
| HSV(B) | 280.29º | 0.31% | 0.88% | - |
| XYZ | 49.1 | 40.91 | 75.83 | - |
| YUV | 176.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 224 | 0.10 | 0.31 | 0 | 0.12 | 280.29 | 0.53 | 0.74 |
| Hex | C9 | 9A | E0 | A | 1F | 0 | C | 118 | 35 | 4A |
| Octal | 311 | 232 | 340 | 12 | 37 | 0 | 14 | 430 | 65 | 112 |
| Binary | 11001001 | 10011010 | 11100000 | 1010 | 11111 | 0 | 1100 | 100011000 | 110101 | 1001010 |
Color Harmonies of #C99AE0
Complementary color
Monochromatic Colors of #C99AE0
Black with #C99AE0
Text Example
Text Example
White with #C99AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AE0; }
p { color: rgb(201,154,224); }
H1.HeaderClassName
{
color: #C99AE0;
}
.AnyTagClassName
{
color: #C99AE0;
}
</style>
background-color css
<style>
a { background-color: #C99AE0; }
a { background-color: rgb(201,154,224); }
div.DivClassName
{
background-color: #C99AE0;
}
.BgClassName
{
background-color: #C99AE0;
}
</style>
border-color css
<style>
span { border-color: #C99AE0; }
span { border-color: rgb(201,154,224); }
td.TdClassName
{
border-color: #C99AE0;
}
.TagClassName
{
border-color: #C99AE0;
}
</style>