Shades of Wisteria #C89AD5
Tints of Wisteria #C89AD5
RGB
CMYK
RGB Variations
Color information
#C89AD5 (or 0xC89AD5) is known color: Wisteria. HEX triplet: C8, 9A and D5. RGB value is (200,154,213). Sum of RGB (Red+Green+Blue) = 200+154+213=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #C89AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89AD5 is #37652A. Grayscale: #AEAEAE. Windows color (decimal): -3630379 or 13998792. OLE color: 13998792.
HSL color Cylindrical-coordinate representation of color #C89AD5: hue angle of 286.78º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89AD5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 154 | 213 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.16 |
| HSL | 286.78º | 0.41% | 0.72% | - |
| HSV(B) | 286.78º | 0.28% | 0.84% | - |
| XYZ | 47.39 | 40.19 | 68.21 | - |
| YUV | 174.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 213 | 0.06 | 0.28 | 0 | 0.16 | 286.78 | 0.41 | 0.72 |
| Hex | C8 | 9A | D5 | 6 | 1C | 0 | 10 | 11F | 29 | 48 |
| Octal | 310 | 232 | 325 | 6 | 34 | 0 | 20 | 437 | 51 | 110 |
| Binary | 11001000 | 10011010 | 11010101 | 110 | 11100 | 0 | 10000 | 100011111 | 101001 | 1001000 |
Color Harmonies of #C89AD5
Complementary color
Monochromatic Colors of #C89AD5
Black with #C89AD5
Text Example
Text Example
White with #C89AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AD5; }
p { color: rgb(200,154,213); }
H1.HeaderClassName
{
color: #C89AD5;
}
.AnyTagClassName
{
color: #C89AD5;
}
</style>
background-color css
<style>
a { background-color: #C89AD5; }
a { background-color: rgb(200,154,213); }
div.DivClassName
{
background-color: #C89AD5;
}
.BgClassName
{
background-color: #C89AD5;
}
</style>
border-color css
<style>
span { border-color: #C89AD5; }
span { border-color: rgb(200,154,213); }
td.TdClassName
{
border-color: #C89AD5;
}
.TagClassName
{
border-color: #C89AD5;
}
</style>