Shades of Wisteria #C89BD2
Tints of Wisteria #C89BD2
RGB
CMYK
RGB Variations
Color information
#C89BD2 (or 0xC89BD2) is known color: Wisteria. HEX triplet: C8, 9B and D2. RGB value is (200,155,210). Sum of RGB (Red+Green+Blue) = 200+155+210=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #C89BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BD2 is #37642D. Grayscale: #AEAEAE. Windows color (decimal): -3630126 or 13802440. OLE color: 13802440.
HSL color Cylindrical-coordinate representation of color #C89BD2: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89BD2 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 155 | 210 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.18 |
| HSL | 289.09º | 0.38% | 0.72% | - |
| HSV(B) | 289.09º | 0.26% | 0.82% | - |
| XYZ | 47.17 | 40.38 | 66.28 | - |
| YUV | 174.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 210 | 0.05 | 0.26 | 0 | 0.18 | 289.09 | 0.38 | 0.72 |
| Hex | C8 | 9B | D2 | 5 | 1A | 0 | 12 | 121 | 26 | 48 |
| Octal | 310 | 233 | 322 | 5 | 32 | 0 | 22 | 441 | 46 | 110 |
| Binary | 11001000 | 10011011 | 11010010 | 101 | 11010 | 0 | 10010 | 100100001 | 100110 | 1001000 |
Color Harmonies of #C89BD2
Complementary color
Monochromatic Colors of #C89BD2
Black with #C89BD2
Text Example
Text Example
White with #C89BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BD2; }
p { color: rgb(200,155,210); }
H1.HeaderClassName
{
color: #C89BD2;
}
.AnyTagClassName
{
color: #C89BD2;
}
</style>
background-color css
<style>
a { background-color: #C89BD2; }
a { background-color: rgb(200,155,210); }
div.DivClassName
{
background-color: #C89BD2;
}
.BgClassName
{
background-color: #C89BD2;
}
</style>
border-color css
<style>
span { border-color: #C89BD2; }
span { border-color: rgb(200,155,210); }
td.TdClassName
{
border-color: #C89BD2;
}
.TagClassName
{
border-color: #C89BD2;
}
</style>