Shades of Wisteria #C89DD5
Tints of Wisteria #C89DD5
RGB
CMYK
RGB Variations
Color information
#C89DD5 (or 0xC89DD5) is known color: Wisteria. HEX triplet: C8, 9D and D5. RGB value is (200,157,213). Sum of RGB (Red+Green+Blue) = 200+157+213=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #C89DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89DD5 is #37622A. Grayscale: #B0B0B0. Windows color (decimal): -3629611 or 13999560. OLE color: 13999560.
HSL color Cylindrical-coordinate representation of color #C89DD5: hue angle of 286.07º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89DD5 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 157 | 213 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.16 |
| HSL | 286.07º | 0.4% | 0.73% | - |
| HSV(B) | 286.07º | 0.26% | 0.84% | - |
| XYZ | 47.89 | 41.2 | 68.38 | - |
| YUV | 176.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 213 | 0.06 | 0.26 | 0 | 0.16 | 286.07 | 0.4 | 0.73 |
| Hex | C8 | 9D | D5 | 6 | 1A | 0 | 10 | 11E | 28 | 49 |
| Octal | 310 | 235 | 325 | 6 | 32 | 0 | 20 | 436 | 50 | 111 |
| Binary | 11001000 | 10011101 | 11010101 | 110 | 11010 | 0 | 10000 | 100011110 | 101000 | 1001001 |
Color Harmonies of #C89DD5
Complementary color
Monochromatic Colors of #C89DD5
Black with #C89DD5
Text Example
Text Example
White with #C89DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DD5; }
p { color: rgb(200,157,213); }
H1.HeaderClassName
{
color: #C89DD5;
}
.AnyTagClassName
{
color: #C89DD5;
}
</style>
background-color css
<style>
a { background-color: #C89DD5; }
a { background-color: rgb(200,157,213); }
div.DivClassName
{
background-color: #C89DD5;
}
.BgClassName
{
background-color: #C89DD5;
}
</style>
border-color css
<style>
span { border-color: #C89DD5; }
span { border-color: rgb(200,157,213); }
td.TdClassName
{
border-color: #C89DD5;
}
.TagClassName
{
border-color: #C89DD5;
}
</style>