Shades of Wisteria #C89AED
Tints of Wisteria #C89AED
RGB
CMYK
RGB Variations
Color information
#C89AED (or 0xC89AED) is known color: Wisteria. HEX triplet: C8, 9A and ED. RGB value is (200,154,237). Sum of RGB (Red+Green+Blue) = 200+154+237=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #C89AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AED is #376512. Grayscale: #B0B0B0. Windows color (decimal): -3630355 or 15571656. OLE color: 15571656.
HSL color Cylindrical-coordinate representation of color #C89AED: hue angle of 273.25º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89AED is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 154 | 237 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.07 |
| HSL | 273.25º | 0.7% | 0.77% | - |
| HSV(B) | 273.25º | 0.35% | 0.93% | - |
| XYZ | 50.66 | 41.5 | 85.46 | - |
| YUV | 177.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 237 | 0.16 | 0.35 | 0 | 0.07 | 273.25 | 0.7 | 0.77 |
| Hex | C8 | 9A | ED | 10 | 23 | 0 | 7 | 111 | 46 | 4D |
| Octal | 310 | 232 | 355 | 20 | 43 | 0 | 7 | 421 | 106 | 115 |
| Binary | 11001000 | 10011010 | 11101101 | 10000 | 100011 | 0 | 111 | 100010001 | 1000110 | 1001101 |
Color Harmonies of #C89AED
Complementary color
Monochromatic Colors of #C89AED
Black with #C89AED
Text Example
Text Example
White with #C89AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AED; }
p { color: rgb(200,154,237); }
H1.HeaderClassName
{
color: #C89AED;
}
.AnyTagClassName
{
color: #C89AED;
}
</style>
background-color css
<style>
a { background-color: #C89AED; }
a { background-color: rgb(200,154,237); }
div.DivClassName
{
background-color: #C89AED;
}
.BgClassName
{
background-color: #C89AED;
}
</style>
border-color css
<style>
span { border-color: #C89AED; }
span { border-color: rgb(200,154,237); }
td.TdClassName
{
border-color: #C89AED;
}
.TagClassName
{
border-color: #C89AED;
}
</style>