Shades of Wisteria #C89BD8
Tints of Wisteria #C89BD8
RGB
CMYK
RGB Variations
Color information
#C89BD8 (or 0xC89BD8) is known color: Wisteria. HEX triplet: C8, 9B and D8. RGB value is (200,155,216). Sum of RGB (Red+Green+Blue) = 200+155+216=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #C89BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BD8 is #376427. Grayscale: #AFAFAF. Windows color (decimal): -3630120 or 14195656. OLE color: 14195656.
HSL color Cylindrical-coordinate representation of color #C89BD8: hue angle of 284.26º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89BD8 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 155 | 216 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.15 |
| HSL | 284.26º | 0.44% | 0.73% | - |
| HSV(B) | 284.26º | 0.28% | 0.85% | - |
| XYZ | 47.94 | 40.68 | 70.29 | - |
| YUV | 175.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 216 | 0.07 | 0.28 | 0 | 0.15 | 284.26 | 0.44 | 0.73 |
| Hex | C8 | 9B | D8 | 7 | 1C | 0 | F | 11C | 2C | 49 |
| Octal | 310 | 233 | 330 | 7 | 34 | 0 | 17 | 434 | 54 | 111 |
| Binary | 11001000 | 10011011 | 11011000 | 111 | 11100 | 0 | 1111 | 100011100 | 101100 | 1001001 |
Color Harmonies of #C89BD8
Complementary color
Monochromatic Colors of #C89BD8
Black with #C89BD8
Text Example
Text Example
White with #C89BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BD8; }
p { color: rgb(200,155,216); }
H1.HeaderClassName
{
color: #C89BD8;
}
.AnyTagClassName
{
color: #C89BD8;
}
</style>
background-color css
<style>
a { background-color: #C89BD8; }
a { background-color: rgb(200,155,216); }
div.DivClassName
{
background-color: #C89BD8;
}
.BgClassName
{
background-color: #C89BD8;
}
</style>
border-color css
<style>
span { border-color: #C89BD8; }
span { border-color: rgb(200,155,216); }
td.TdClassName
{
border-color: #C89BD8;
}
.TagClassName
{
border-color: #C89BD8;
}
</style>