Shades of Wisteria #C89AE5
Tints of Wisteria #C89AE5
RGB
CMYK
RGB Variations
Color information
#C89AE5 (or 0xC89AE5) is known color: Wisteria. HEX triplet: C8, 9A and E5. RGB value is (200,154,229). Sum of RGB (Red+Green+Blue) = 200+154+229=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #C89AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89AE5 is #37651A. Grayscale: #B0B0B0. Windows color (decimal): -3630363 or 15047368. OLE color: 15047368.
HSL color Cylindrical-coordinate representation of color #C89AE5: hue angle of 276.8º 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 #C89AE5 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 154 | 229 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.10 |
| HSL | 276.8º | 0.59% | 0.75% | - |
| HSV(B) | 276.8º | 0.33% | 0.9% | - |
| XYZ | 49.52 | 41.05 | 79.44 | - |
| YUV | 176.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 229 | 0.13 | 0.33 | 0 | 0.10 | 276.8 | 0.59 | 0.75 |
| Hex | C8 | 9A | E5 | D | 21 | 0 | A | 115 | 3B | 4B |
| Octal | 310 | 232 | 345 | 15 | 41 | 0 | 12 | 425 | 73 | 113 |
| Binary | 11001000 | 10011010 | 11100101 | 1101 | 100001 | 0 | 1010 | 100010101 | 111011 | 1001011 |
Color Harmonies of #C89AE5
Complementary color
Monochromatic Colors of #C89AE5
Black with #C89AE5
Text Example
Text Example
White with #C89AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AE5; }
p { color: rgb(200,154,229); }
H1.HeaderClassName
{
color: #C89AE5;
}
.AnyTagClassName
{
color: #C89AE5;
}
</style>
background-color css
<style>
a { background-color: #C89AE5; }
a { background-color: rgb(200,154,229); }
div.DivClassName
{
background-color: #C89AE5;
}
.BgClassName
{
background-color: #C89AE5;
}
</style>
border-color css
<style>
span { border-color: #C89AE5; }
span { border-color: rgb(200,154,229); }
td.TdClassName
{
border-color: #C89AE5;
}
.TagClassName
{
border-color: #C89AE5;
}
</style>