Shades of Wisteria #C889DC
Tints of Wisteria #C889DC
RGB
CMYK
RGB Variations
Color information
#C889DC (or 0xC889DC) is known color: Wisteria. HEX triplet: C8, 89 and DC. RGB value is (200,137,220). Sum of RGB (Red+Green+Blue) = 200+137+220=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C889DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C889DC is #377623. Grayscale: #A5A5A5. Windows color (decimal): -3634724 or 14453192. OLE color: 14453192.
HSL color Cylindrical-coordinate representation of color #C889DC: hue angle of 285.54º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C889DC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 137 | 220 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.14 |
| HSL | 285.54º | 0.54% | 0.7% | - |
| HSV(B) | 285.54º | 0.38% | 0.86% | - |
| XYZ | 45.68 | 35.34 | 72.12 | - |
| YUV | 165.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 220 | 0.09 | 0.38 | 0 | 0.14 | 285.54 | 0.54 | 0.7 |
| Hex | C8 | 89 | DC | 9 | 26 | 0 | E | 11E | 36 | 46 |
| Octal | 310 | 211 | 334 | 11 | 46 | 0 | 16 | 436 | 66 | 106 |
| Binary | 11001000 | 10001001 | 11011100 | 1001 | 100110 | 0 | 1110 | 100011110 | 110110 | 1000110 |
Color Harmonies of #C889DC
Complementary color
Monochromatic Colors of #C889DC
Black with #C889DC
Text Example
Text Example
White with #C889DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889DC; }
p { color: rgb(200,137,220); }
H1.HeaderClassName
{
color: #C889DC;
}
.AnyTagClassName
{
color: #C889DC;
}
</style>
background-color css
<style>
a { background-color: #C889DC; }
a { background-color: rgb(200,137,220); }
div.DivClassName
{
background-color: #C889DC;
}
.BgClassName
{
background-color: #C889DC;
}
</style>
border-color css
<style>
span { border-color: #C889DC; }
span { border-color: rgb(200,137,220); }
td.TdClassName
{
border-color: #C889DC;
}
.TagClassName
{
border-color: #C889DC;
}
</style>