Shades of Wisteria #C89AE1
Tints of Wisteria #C89AE1
RGB
CMYK
RGB Variations
Color information
#C89AE1 (or 0xC89AE1) is known color: Wisteria. HEX triplet: C8, 9A and E1. RGB value is (200,154,225). Sum of RGB (Red+Green+Blue) = 200+154+225=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #C89AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89AE1 is #37651E. Grayscale: #AFAFAF. Windows color (decimal): -3630367 or 14785224. OLE color: 14785224.
HSL color Cylindrical-coordinate representation of color #C89AE1: hue angle of 278.87º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89AE1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 154 | 225 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.12 |
| HSL | 278.87º | 0.54% | 0.74% | - |
| HSV(B) | 278.87º | 0.32% | 0.88% | - |
| XYZ | 48.97 | 40.83 | 76.53 | - |
| YUV | 175.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 225 | 0.11 | 0.32 | 0 | 0.12 | 278.87 | 0.54 | 0.74 |
| Hex | C8 | 9A | E1 | B | 20 | 0 | C | 117 | 36 | 4A |
| Octal | 310 | 232 | 341 | 13 | 40 | 0 | 14 | 427 | 66 | 112 |
| Binary | 11001000 | 10011010 | 11100001 | 1011 | 100000 | 0 | 1100 | 100010111 | 110110 | 1001010 |
Color Harmonies of #C89AE1
Complementary color
Monochromatic Colors of #C89AE1
Black with #C89AE1
Text Example
Text Example
White with #C89AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AE1; }
p { color: rgb(200,154,225); }
H1.HeaderClassName
{
color: #C89AE1;
}
.AnyTagClassName
{
color: #C89AE1;
}
</style>
background-color css
<style>
a { background-color: #C89AE1; }
a { background-color: rgb(200,154,225); }
div.DivClassName
{
background-color: #C89AE1;
}
.BgClassName
{
background-color: #C89AE1;
}
</style>
border-color css
<style>
span { border-color: #C89AE1; }
span { border-color: rgb(200,154,225); }
td.TdClassName
{
border-color: #C89AE1;
}
.TagClassName
{
border-color: #C89AE1;
}
</style>