Shades of Wisteria #C989D9
Tints of Wisteria #C989D9
RGB
CMYK
RGB Variations
Color information
#C989D9 (or 0xC989D9) is known color: Wisteria. HEX triplet: C9, 89 and D9. RGB value is (201,137,217). Sum of RGB (Red+Green+Blue) = 201+137+217=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #C989D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989D9 is #367626. Grayscale: #A5A5A5. Windows color (decimal): -3569191 or 14256585. OLE color: 14256585.
HSL color Cylindrical-coordinate representation of color #C989D9: hue angle of 288º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C989D9 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 137 | 217 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.15 |
| HSL | 288º | 0.51% | 0.69% | - |
| HSV(B) | 288º | 0.37% | 0.85% | - |
| XYZ | 45.56 | 35.32 | 70.06 | - |
| YUV | 165.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 217 | 0.07 | 0.37 | 0 | 0.15 | 288 | 0.51 | 0.69 |
| Hex | C9 | 89 | D9 | 7 | 25 | 0 | F | 120 | 33 | 45 |
| Octal | 311 | 211 | 331 | 7 | 45 | 0 | 17 | 440 | 63 | 105 |
| Binary | 11001001 | 10001001 | 11011001 | 111 | 100101 | 0 | 1111 | 100100000 | 110011 | 1000101 |
Color Harmonies of #C989D9
Complementary color
Monochromatic Colors of #C989D9
Black with #C989D9
Text Example
Text Example
White with #C989D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989D9; }
p { color: rgb(201,137,217); }
H1.HeaderClassName
{
color: #C989D9;
}
.AnyTagClassName
{
color: #C989D9;
}
</style>
background-color css
<style>
a { background-color: #C989D9; }
a { background-color: rgb(201,137,217); }
div.DivClassName
{
background-color: #C989D9;
}
.BgClassName
{
background-color: #C989D9;
}
</style>
border-color css
<style>
span { border-color: #C989D9; }
span { border-color: rgb(201,137,217); }
td.TdClassName
{
border-color: #C989D9;
}
.TagClassName
{
border-color: #C989D9;
}
</style>