Shades of Wisteria #C89AD4
Tints of Wisteria #C89AD4
RGB
CMYK
RGB Variations
Color information
#C89AD4 (or 0xC89AD4) is known color: Wisteria. HEX triplet: C8, 9A and D4. RGB value is (200,154,212). Sum of RGB (Red+Green+Blue) = 200+154+212=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #C89AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89AD4 is #37652B. Grayscale: #AEAEAE. Windows color (decimal): -3630380 or 13933256. OLE color: 13933256.
HSL color Cylindrical-coordinate representation of color #C89AD4: hue angle of 287.59º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89AD4 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 154 | 212 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.17 |
| HSL | 287.59º | 0.4% | 0.72% | - |
| HSV(B) | 287.59º | 0.27% | 0.83% | - |
| XYZ | 47.26 | 40.14 | 67.55 | - |
| YUV | 174.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 212 | 0.06 | 0.27 | 0 | 0.17 | 287.59 | 0.4 | 0.72 |
| Hex | C8 | 9A | D4 | 6 | 1B | 0 | 11 | 120 | 28 | 48 |
| Octal | 310 | 232 | 324 | 6 | 33 | 0 | 21 | 440 | 50 | 110 |
| Binary | 11001000 | 10011010 | 11010100 | 110 | 11011 | 0 | 10001 | 100100000 | 101000 | 1001000 |
Color Harmonies of #C89AD4
Complementary color
Monochromatic Colors of #C89AD4
Black with #C89AD4
Text Example
Text Example
White with #C89AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AD4; }
p { color: rgb(200,154,212); }
H1.HeaderClassName
{
color: #C89AD4;
}
.AnyTagClassName
{
color: #C89AD4;
}
</style>
background-color css
<style>
a { background-color: #C89AD4; }
a { background-color: rgb(200,154,212); }
div.DivClassName
{
background-color: #C89AD4;
}
.BgClassName
{
background-color: #C89AD4;
}
</style>
border-color css
<style>
span { border-color: #C89AD4; }
span { border-color: rgb(200,154,212); }
td.TdClassName
{
border-color: #C89AD4;
}
.TagClassName
{
border-color: #C89AD4;
}
</style>