Shades of Wisteria #C89ADD
Tints of Wisteria #C89ADD
RGB
CMYK
RGB Variations
Color information
#C89ADD (or 0xC89ADD) is known color: Wisteria. HEX triplet: C8, 9A and DD. RGB value is (200,154,221). Sum of RGB (Red+Green+Blue) = 200+154+221=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C89ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ADD is #376522. Grayscale: #AFAFAF. Windows color (decimal): -3630371 or 14523080. OLE color: 14523080.
HSL color Cylindrical-coordinate representation of color #C89ADD: hue angle of 281.19º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C89ADD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 154 | 221 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.13 |
| HSL | 281.19º | 0.5% | 0.74% | - |
| HSV(B) | 281.19º | 0.3% | 0.87% | - |
| XYZ | 48.43 | 40.61 | 73.69 | - |
| YUV | 175.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 221 | 0.10 | 0.30 | 0 | 0.13 | 281.19 | 0.5 | 0.74 |
| Hex | C8 | 9A | DD | A | 1E | 0 | D | 119 | 32 | 4A |
| Octal | 310 | 232 | 335 | 12 | 36 | 0 | 15 | 431 | 62 | 112 |
| Binary | 11001000 | 10011010 | 11011101 | 1010 | 11110 | 0 | 1101 | 100011001 | 110010 | 1001010 |
Color Harmonies of #C89ADD
Complementary color
Monochromatic Colors of #C89ADD
Black with #C89ADD
Text Example
Text Example
White with #C89ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89ADD; }
p { color: rgb(200,154,221); }
H1.HeaderClassName
{
color: #C89ADD;
}
.AnyTagClassName
{
color: #C89ADD;
}
</style>
background-color css
<style>
a { background-color: #C89ADD; }
a { background-color: rgb(200,154,221); }
div.DivClassName
{
background-color: #C89ADD;
}
.BgClassName
{
background-color: #C89ADD;
}
</style>
border-color css
<style>
span { border-color: #C89ADD; }
span { border-color: rgb(200,154,221); }
td.TdClassName
{
border-color: #C89ADD;
}
.TagClassName
{
border-color: #C89ADD;
}
</style>