Shades of Wisteria #C99AEA
Tints of Wisteria #C99AEA
RGB
CMYK
RGB Variations
Color information
#C99AEA (or 0xC99AEA) is known color: Wisteria. HEX triplet: C9, 9A and EA. RGB value is (201,154,234). Sum of RGB (Red+Green+Blue) = 201+154+234=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C99AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AEA is #366515. Grayscale: #B0B0B0. Windows color (decimal): -3564822 or 15375049. OLE color: 15375049.
HSL color Cylindrical-coordinate representation of color #C99AEA: hue angle of 275.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99AEA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 154 | 234 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.08 |
| HSL | 275.25º | 0.66% | 0.76% | - |
| HSV(B) | 275.25º | 0.34% | 0.92% | - |
| XYZ | 50.49 | 41.47 | 83.18 | - |
| YUV | 177.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 234 | 0.14 | 0.34 | 0 | 0.08 | 275.25 | 0.66 | 0.76 |
| Hex | C9 | 9A | EA | E | 22 | 0 | 8 | 113 | 42 | 4C |
| Octal | 311 | 232 | 352 | 16 | 42 | 0 | 10 | 423 | 102 | 114 |
| Binary | 11001001 | 10011010 | 11101010 | 1110 | 100010 | 0 | 1000 | 100010011 | 1000010 | 1001100 |
Color Harmonies of #C99AEA
Complementary color
Monochromatic Colors of #C99AEA
Black with #C99AEA
Text Example
Text Example
White with #C99AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AEA; }
p { color: rgb(201,154,234); }
H1.HeaderClassName
{
color: #C99AEA;
}
.AnyTagClassName
{
color: #C99AEA;
}
</style>
background-color css
<style>
a { background-color: #C99AEA; }
a { background-color: rgb(201,154,234); }
div.DivClassName
{
background-color: #C99AEA;
}
.BgClassName
{
background-color: #C99AEA;
}
</style>
border-color css
<style>
span { border-color: #C99AEA; }
span { border-color: rgb(201,154,234); }
td.TdClassName
{
border-color: #C99AEA;
}
.TagClassName
{
border-color: #C99AEA;
}
</style>