Shades of Wisteria #C988D8
Tints of Wisteria #C988D8
RGB
CMYK
RGB Variations
Color information
#C988D8 (or 0xC988D8) is known color: Wisteria. HEX triplet: C9, 88 and D8. RGB value is (201,136,216). Sum of RGB (Red+Green+Blue) = 201+136+216=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #C988D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988D8 is #367727. Grayscale: #A4A4A4. Windows color (decimal): -3569448 or 14190793. OLE color: 14190793.
HSL color Cylindrical-coordinate representation of color #C988D8: hue angle of 288.75º 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 #C988D8 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 136 | 216 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.15 |
| HSL | 288.75º | 0.51% | 0.69% | - |
| HSV(B) | 288.75º | 0.37% | 0.85% | - |
| XYZ | 45.29 | 34.98 | 69.33 | - |
| YUV | 164.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 216 | 0.07 | 0.37 | 0 | 0.15 | 288.75 | 0.51 | 0.69 |
| Hex | C9 | 88 | D8 | 7 | 25 | 0 | F | 121 | 33 | 45 |
| Octal | 311 | 210 | 330 | 7 | 45 | 0 | 17 | 441 | 63 | 105 |
| Binary | 11001001 | 10001000 | 11011000 | 111 | 100101 | 0 | 1111 | 100100001 | 110011 | 1000101 |
Color Harmonies of #C988D8
Complementary color
Monochromatic Colors of #C988D8
Black with #C988D8
Text Example
Text Example
White with #C988D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988D8; }
p { color: rgb(201,136,216); }
H1.HeaderClassName
{
color: #C988D8;
}
.AnyTagClassName
{
color: #C988D8;
}
</style>
background-color css
<style>
a { background-color: #C988D8; }
a { background-color: rgb(201,136,216); }
div.DivClassName
{
background-color: #C988D8;
}
.BgClassName
{
background-color: #C988D8;
}
</style>
border-color css
<style>
span { border-color: #C988D8; }
span { border-color: rgb(201,136,216); }
td.TdClassName
{
border-color: #C988D8;
}
.TagClassName
{
border-color: #C988D8;
}
</style>