Shades of Wisteria #C89ED8
Tints of Wisteria #C89ED8
RGB
CMYK
RGB Variations
Color information
#C89ED8 (or 0xC89ED8) is known color: Wisteria. HEX triplet: C8, 9E and D8. RGB value is (200,158,216). Sum of RGB (Red+Green+Blue) = 200+158+216=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #C89ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ED8 is #376127. Grayscale: #B0B0B0. Windows color (decimal): -3629352 or 14196424. OLE color: 14196424.
HSL color Cylindrical-coordinate representation of color #C89ED8: hue angle of 283.45º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89ED8 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 158 | 216 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.15 |
| HSL | 283.45º | 0.43% | 0.73% | - |
| HSV(B) | 283.45º | 0.27% | 0.85% | - |
| XYZ | 48.44 | 41.69 | 70.46 | - |
| YUV | 177.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 216 | 0.07 | 0.27 | 0 | 0.15 | 283.45 | 0.43 | 0.73 |
| Hex | C8 | 9E | D8 | 7 | 1B | 0 | F | 11B | 2B | 49 |
| Octal | 310 | 236 | 330 | 7 | 33 | 0 | 17 | 433 | 53 | 111 |
| Binary | 11001000 | 10011110 | 11011000 | 111 | 11011 | 0 | 1111 | 100011011 | 101011 | 1001001 |
Color Harmonies of #C89ED8
Complementary color
Monochromatic Colors of #C89ED8
Black with #C89ED8
Text Example
Text Example
White with #C89ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89ED8; }
p { color: rgb(200,158,216); }
H1.HeaderClassName
{
color: #C89ED8;
}
.AnyTagClassName
{
color: #C89ED8;
}
</style>
background-color css
<style>
a { background-color: #C89ED8; }
a { background-color: rgb(200,158,216); }
div.DivClassName
{
background-color: #C89ED8;
}
.BgClassName
{
background-color: #C89ED8;
}
</style>
border-color css
<style>
span { border-color: #C89ED8; }
span { border-color: rgb(200,158,216); }
td.TdClassName
{
border-color: #C89ED8;
}
.TagClassName
{
border-color: #C89ED8;
}
</style>