Shades of Wisteria #C889ED
Tints of Wisteria #C889ED
RGB
CMYK
RGB Variations
Color information
#C889ED (or 0xC889ED) is known color: Wisteria. HEX triplet: C8, 89 and ED. RGB value is (200,137,237). Sum of RGB (Red+Green+Blue) = 200+137+237=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #C889ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C889ED is #377612. Grayscale: #A6A6A6. Windows color (decimal): -3634707 or 15567304. OLE color: 15567304.
HSL color Cylindrical-coordinate representation of color #C889ED: hue angle of 277.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C889ED is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 137 | 237 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.07 |
| HSL | 277.8º | 0.74% | 0.73% | - |
| HSV(B) | 277.8º | 0.42% | 0.93% | - |
| XYZ | 48.05 | 36.29 | 84.59 | - |
| YUV | 167.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 237 | 0.16 | 0.42 | 0 | 0.07 | 277.8 | 0.74 | 0.73 |
| Hex | C8 | 89 | ED | 10 | 2A | 0 | 7 | 116 | 4A | 49 |
| Octal | 310 | 211 | 355 | 20 | 52 | 0 | 7 | 426 | 112 | 111 |
| Binary | 11001000 | 10001001 | 11101101 | 10000 | 101010 | 0 | 111 | 100010110 | 1001010 | 1001001 |
Color Harmonies of #C889ED
Complementary color
Monochromatic Colors of #C889ED
Black with #C889ED
Text Example
Text Example
White with #C889ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889ED; }
p { color: rgb(200,137,237); }
H1.HeaderClassName
{
color: #C889ED;
}
.AnyTagClassName
{
color: #C889ED;
}
</style>
background-color css
<style>
a { background-color: #C889ED; }
a { background-color: rgb(200,137,237); }
div.DivClassName
{
background-color: #C889ED;
}
.BgClassName
{
background-color: #C889ED;
}
</style>
border-color css
<style>
span { border-color: #C889ED; }
span { border-color: rgb(200,137,237); }
td.TdClassName
{
border-color: #C889ED;
}
.TagClassName
{
border-color: #C889ED;
}
</style>