Shades of Wisteria #C89EDF
Tints of Wisteria #C89EDF
RGB
CMYK
RGB Variations
Color information
#C89EDF (or 0xC89EDF) is known color: Wisteria. HEX triplet: C8, 9E and DF. RGB value is (200,158,223). Sum of RGB (Red+Green+Blue) = 200+158+223=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #C89EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89EDF is #376120. Grayscale: #B1B1B1. Windows color (decimal): -3629345 or 14655176. OLE color: 14655176.
HSL color Cylindrical-coordinate representation of color #C89EDF: hue angle of 278.77º degrees, saturation: 0.5, 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 #C89EDF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 158 | 223 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.13 |
| HSL | 278.77º | 0.5% | 0.75% | - |
| HSV(B) | 278.77º | 0.29% | 0.87% | - |
| XYZ | 49.37 | 42.06 | 75.33 | - |
| YUV | 177.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 223 | 0.10 | 0.29 | 0 | 0.13 | 278.77 | 0.5 | 0.75 |
| Hex | C8 | 9E | DF | A | 1D | 0 | D | 117 | 32 | 4B |
| Octal | 310 | 236 | 337 | 12 | 35 | 0 | 15 | 427 | 62 | 113 |
| Binary | 11001000 | 10011110 | 11011111 | 1010 | 11101 | 0 | 1101 | 100010111 | 110010 | 1001011 |
Color Harmonies of #C89EDF
Complementary color
Monochromatic Colors of #C89EDF
Black with #C89EDF
Text Example
Text Example
White with #C89EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EDF; }
p { color: rgb(200,158,223); }
H1.HeaderClassName
{
color: #C89EDF;
}
.AnyTagClassName
{
color: #C89EDF;
}
</style>
background-color css
<style>
a { background-color: #C89EDF; }
a { background-color: rgb(200,158,223); }
div.DivClassName
{
background-color: #C89EDF;
}
.BgClassName
{
background-color: #C89EDF;
}
</style>
border-color css
<style>
span { border-color: #C89EDF; }
span { border-color: rgb(200,158,223); }
td.TdClassName
{
border-color: #C89EDF;
}
.TagClassName
{
border-color: #C89EDF;
}
</style>