Shades of Wisteria #C89EDC
Tints of Wisteria #C89EDC
RGB
CMYK
RGB Variations
Color information
#C89EDC (or 0xC89EDC) is known color: Wisteria. HEX triplet: C8, 9E and DC. RGB value is (200,158,220). Sum of RGB (Red+Green+Blue) = 200+158+220=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C89EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89EDC is #376123. Grayscale: #B1B1B1. Windows color (decimal): -3629348 or 14458568. OLE color: 14458568.
HSL color Cylindrical-coordinate representation of color #C89EDC: hue angle of 280.65º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89EDC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 158 | 220 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.14 |
| HSL | 280.65º | 0.47% | 0.74% | - |
| HSV(B) | 280.65º | 0.28% | 0.86% | - |
| XYZ | 48.96 | 41.9 | 73.22 | - |
| YUV | 177.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 220 | 0.09 | 0.28 | 0 | 0.14 | 280.65 | 0.47 | 0.74 |
| Hex | C8 | 9E | DC | 9 | 1C | 0 | E | 119 | 2F | 4A |
| Octal | 310 | 236 | 334 | 11 | 34 | 0 | 16 | 431 | 57 | 112 |
| Binary | 11001000 | 10011110 | 11011100 | 1001 | 11100 | 0 | 1110 | 100011001 | 101111 | 1001010 |
Color Harmonies of #C89EDC
Complementary color
Monochromatic Colors of #C89EDC
Black with #C89EDC
Text Example
Text Example
White with #C89EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89EDC; }
p { color: rgb(200,158,220); }
H1.HeaderClassName
{
color: #C89EDC;
}
.AnyTagClassName
{
color: #C89EDC;
}
</style>
background-color css
<style>
a { background-color: #C89EDC; }
a { background-color: rgb(200,158,220); }
div.DivClassName
{
background-color: #C89EDC;
}
.BgClassName
{
background-color: #C89EDC;
}
</style>
border-color css
<style>
span { border-color: #C89EDC; }
span { border-color: rgb(200,158,220); }
td.TdClassName
{
border-color: #C89EDC;
}
.TagClassName
{
border-color: #C89EDC;
}
</style>