Shades of Wisteria #C889DD
Tints of Wisteria #C889DD
RGB
CMYK
RGB Variations
Color information
#C889DD (or 0xC889DD) is known color: Wisteria. HEX triplet: C8, 89 and DD. RGB value is (200,137,221). Sum of RGB (Red+Green+Blue) = 200+137+221=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C889DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C889DD is #377622. Grayscale: #A5A5A5. Windows color (decimal): -3634723 or 14518728. OLE color: 14518728.
HSL color Cylindrical-coordinate representation of color #C889DD: hue angle of 285º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C889DD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 137 | 221 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.13 |
| HSL | 285º | 0.55% | 0.7% | - |
| HSV(B) | 285º | 0.38% | 0.87% | - |
| XYZ | 45.82 | 35.39 | 72.82 | - |
| YUV | 165.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 221 | 0.10 | 0.38 | 0 | 0.13 | 285 | 0.55 | 0.7 |
| Hex | C8 | 89 | DD | A | 26 | 0 | D | 11D | 37 | 46 |
| Octal | 310 | 211 | 335 | 12 | 46 | 0 | 15 | 435 | 67 | 106 |
| Binary | 11001000 | 10001001 | 11011101 | 1010 | 100110 | 0 | 1101 | 100011101 | 110111 | 1000110 |
Color Harmonies of #C889DD
Complementary color
Monochromatic Colors of #C889DD
Black with #C889DD
Text Example
Text Example
White with #C889DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889DD; }
p { color: rgb(200,137,221); }
H1.HeaderClassName
{
color: #C889DD;
}
.AnyTagClassName
{
color: #C889DD;
}
</style>
background-color css
<style>
a { background-color: #C889DD; }
a { background-color: rgb(200,137,221); }
div.DivClassName
{
background-color: #C889DD;
}
.BgClassName
{
background-color: #C889DD;
}
</style>
border-color css
<style>
span { border-color: #C889DD; }
span { border-color: rgb(200,137,221); }
td.TdClassName
{
border-color: #C889DD;
}
.TagClassName
{
border-color: #C889DD;
}
</style>