Shades of Wisteria #C89ED3
Tints of Wisteria #C89ED3
RGB
CMYK
RGB Variations
Color information
#C89ED3 (or 0xC89ED3) is known color: Wisteria. HEX triplet: C8, 9E and D3. RGB value is (200,158,211). Sum of RGB (Red+Green+Blue) = 200+158+211=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #C89ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ED3 is #37612C. Grayscale: #B0B0B0. Windows color (decimal): -3629357 or 13868744. OLE color: 13868744.
HSL color Cylindrical-coordinate representation of color #C89ED3: hue angle of 287.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89ED3 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 158 | 211 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.17 |
| HSL | 287.55º | 0.38% | 0.72% | - |
| HSV(B) | 287.55º | 0.25% | 0.83% | - |
| XYZ | 47.8 | 41.44 | 67.11 | - |
| YUV | 176.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 211 | 0.05 | 0.25 | 0 | 0.17 | 287.55 | 0.38 | 0.72 |
| Hex | C8 | 9E | D3 | 5 | 19 | 0 | 11 | 120 | 26 | 48 |
| Octal | 310 | 236 | 323 | 5 | 31 | 0 | 21 | 440 | 46 | 110 |
| Binary | 11001000 | 10011110 | 11010011 | 101 | 11001 | 0 | 10001 | 100100000 | 100110 | 1001000 |
Color Harmonies of #C89ED3
Complementary color
Monochromatic Colors of #C89ED3
Black with #C89ED3
Text Example
Text Example
White with #C89ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89ED3; }
p { color: rgb(200,158,211); }
H1.HeaderClassName
{
color: #C89ED3;
}
.AnyTagClassName
{
color: #C89ED3;
}
</style>
background-color css
<style>
a { background-color: #C89ED3; }
a { background-color: rgb(200,158,211); }
div.DivClassName
{
background-color: #C89ED3;
}
.BgClassName
{
background-color: #C89ED3;
}
</style>
border-color css
<style>
span { border-color: #C89ED3; }
span { border-color: rgb(200,158,211); }
td.TdClassName
{
border-color: #C89ED3;
}
.TagClassName
{
border-color: #C89ED3;
}
</style>