Shades of Wisteria #C989D8
Tints of Wisteria #C989D8
RGB
CMYK
RGB Variations
Color information
#C989D8 (or 0xC989D8) is known color: Wisteria. HEX triplet: C9, 89 and D8. RGB value is (201,137,216). Sum of RGB (Red+Green+Blue) = 201+137+216=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #C989D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989D8 is #367627. Grayscale: #A4A4A4. Windows color (decimal): -3569192 or 14191049. OLE color: 14191049.
HSL color Cylindrical-coordinate representation of color #C989D8: hue angle of 288.61º degrees, saturation: 0.5, 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 #C989D8 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 137 | 216 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.15 |
| HSL | 288.61º | 0.5% | 0.69% | - |
| HSV(B) | 288.61º | 0.37% | 0.85% | - |
| XYZ | 45.43 | 35.27 | 69.38 | - |
| YUV | 165.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 216 | 0.07 | 0.37 | 0 | 0.15 | 288.61 | 0.5 | 0.69 |
| Hex | C9 | 89 | D8 | 7 | 25 | 0 | F | 121 | 32 | 45 |
| Octal | 311 | 211 | 330 | 7 | 45 | 0 | 17 | 441 | 62 | 105 |
| Binary | 11001001 | 10001001 | 11011000 | 111 | 100101 | 0 | 1111 | 100100001 | 110010 | 1000101 |
Color Harmonies of #C989D8
Complementary color
Monochromatic Colors of #C989D8
Black with #C989D8
Text Example
Text Example
White with #C989D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989D8; }
p { color: rgb(201,137,216); }
H1.HeaderClassName
{
color: #C989D8;
}
.AnyTagClassName
{
color: #C989D8;
}
</style>
background-color css
<style>
a { background-color: #C989D8; }
a { background-color: rgb(201,137,216); }
div.DivClassName
{
background-color: #C989D8;
}
.BgClassName
{
background-color: #C989D8;
}
</style>
border-color css
<style>
span { border-color: #C989D8; }
span { border-color: rgb(201,137,216); }
td.TdClassName
{
border-color: #C989D8;
}
.TagClassName
{
border-color: #C989D8;
}
</style>