Shades of Wisteria #C89DE6
Tints of Wisteria #C89DE6
RGB
CMYK
RGB Variations
Color information
#C89DE6 (or 0xC89DE6) is known color: Wisteria. HEX triplet: C8, 9D and E6. RGB value is (200,157,230). Sum of RGB (Red+Green+Blue) = 200+157+230=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #C89DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89DE6 is #376219. Grayscale: #B1B1B1. Windows color (decimal): -3629594 or 15113672. OLE color: 15113672.
HSL color Cylindrical-coordinate representation of color #C89DE6: hue angle of 275.34º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89DE6 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 157 | 230 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.10 |
| HSL | 275.34º | 0.59% | 0.76% | - |
| HSV(B) | 275.34º | 0.32% | 0.9% | - |
| XYZ | 50.16 | 42.11 | 80.35 | - |
| YUV | 178.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 230 | 0.13 | 0.32 | 0 | 0.10 | 275.34 | 0.59 | 0.76 |
| Hex | C8 | 9D | E6 | D | 20 | 0 | A | 113 | 3B | 4C |
| Octal | 310 | 235 | 346 | 15 | 40 | 0 | 12 | 423 | 73 | 114 |
| Binary | 11001000 | 10011101 | 11100110 | 1101 | 100000 | 0 | 1010 | 100010011 | 111011 | 1001100 |
Color Harmonies of #C89DE6
Complementary color
Monochromatic Colors of #C89DE6
Black with #C89DE6
Text Example
Text Example
White with #C89DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DE6; }
p { color: rgb(200,157,230); }
H1.HeaderClassName
{
color: #C89DE6;
}
.AnyTagClassName
{
color: #C89DE6;
}
</style>
background-color css
<style>
a { background-color: #C89DE6; }
a { background-color: rgb(200,157,230); }
div.DivClassName
{
background-color: #C89DE6;
}
.BgClassName
{
background-color: #C89DE6;
}
</style>
border-color css
<style>
span { border-color: #C89DE6; }
span { border-color: rgb(200,157,230); }
td.TdClassName
{
border-color: #C89DE6;
}
.TagClassName
{
border-color: #C89DE6;
}
</style>