Shades of Wisteria #C89EDE
Tints of Wisteria #C89EDE
RGB
CMYK
RGB Variations
Color information
#C89EDE (or 0xC89EDE) is known color: Wisteria. HEX triplet: C8, 9E and DE. RGB value is (200,158,222). Sum of RGB (Red+Green+Blue) = 200+158+222=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #C89EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89EDE is #376121. Grayscale: #B1B1B1. Windows color (decimal): -3629346 or 14589640. OLE color: 14589640.
HSL color Cylindrical-coordinate representation of color #C89EDE: hue angle of 279.38º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89EDE is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 158 | 222 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.13 |
| HSL | 279.38º | 0.49% | 0.75% | - |
| HSV(B) | 279.38º | 0.29% | 0.87% | - |
| XYZ | 49.23 | 42.01 | 74.62 | - |
| YUV | 177.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 222 | 0.10 | 0.29 | 0 | 0.13 | 279.38 | 0.49 | 0.75 |
| Hex | C8 | 9E | DE | A | 1D | 0 | D | 117 | 31 | 4B |
| Octal | 310 | 236 | 336 | 12 | 35 | 0 | 15 | 427 | 61 | 113 |
| Binary | 11001000 | 10011110 | 11011110 | 1010 | 11101 | 0 | 1101 | 100010111 | 110001 | 1001011 |
Color Harmonies of #C89EDE
Complementary color
Monochromatic Colors of #C89EDE
Black with #C89EDE
Text Example
Text Example
White with #C89EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EDE; }
p { color: rgb(200,158,222); }
H1.HeaderClassName
{
color: #C89EDE;
}
.AnyTagClassName
{
color: #C89EDE;
}
</style>
background-color css
<style>
a { background-color: #C89EDE; }
a { background-color: rgb(200,158,222); }
div.DivClassName
{
background-color: #C89EDE;
}
.BgClassName
{
background-color: #C89EDE;
}
</style>
border-color css
<style>
span { border-color: #C89EDE; }
span { border-color: rgb(200,158,222); }
td.TdClassName
{
border-color: #C89EDE;
}
.TagClassName
{
border-color: #C89EDE;
}
</style>