Shades of Wisteria #C89AE6
Tints of Wisteria #C89AE6
RGB
CMYK
RGB Variations
Color information
#C89AE6 (or 0xC89AE6) is known color: Wisteria. HEX triplet: C8, 9A and E6. RGB value is (200,154,230). Sum of RGB (Red+Green+Blue) = 200+154+230=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #C89AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AE6 is #376519. Grayscale: #B0B0B0. Windows color (decimal): -3630362 or 15112904. OLE color: 15112904.
HSL color Cylindrical-coordinate representation of color #C89AE6: hue angle of 276.32º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89AE6 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 154 | 230 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.10 |
| HSL | 276.32º | 0.6% | 0.75% | - |
| HSV(B) | 276.32º | 0.33% | 0.9% | - |
| XYZ | 49.66 | 41.1 | 80.18 | - |
| YUV | 176.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 230 | 0.13 | 0.33 | 0 | 0.10 | 276.32 | 0.6 | 0.75 |
| Hex | C8 | 9A | E6 | D | 21 | 0 | A | 114 | 3C | 4B |
| Octal | 310 | 232 | 346 | 15 | 41 | 0 | 12 | 424 | 74 | 113 |
| Binary | 11001000 | 10011010 | 11100110 | 1101 | 100001 | 0 | 1010 | 100010100 | 111100 | 1001011 |
Color Harmonies of #C89AE6
Complementary color
Monochromatic Colors of #C89AE6
Black with #C89AE6
Text Example
Text Example
White with #C89AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AE6; }
p { color: rgb(200,154,230); }
H1.HeaderClassName
{
color: #C89AE6;
}
.AnyTagClassName
{
color: #C89AE6;
}
</style>
background-color css
<style>
a { background-color: #C89AE6; }
a { background-color: rgb(200,154,230); }
div.DivClassName
{
background-color: #C89AE6;
}
.BgClassName
{
background-color: #C89AE6;
}
</style>
border-color css
<style>
span { border-color: #C89AE6; }
span { border-color: rgb(200,154,230); }
td.TdClassName
{
border-color: #C89AE6;
}
.TagClassName
{
border-color: #C89AE6;
}
</style>