Shades of Wisteria #C89DE0
Tints of Wisteria #C89DE0
RGB
CMYK
RGB Variations
Color information
#C89DE0 (or 0xC89DE0) is known color: Wisteria. HEX triplet: C8, 9D and E0. RGB value is (200,157,224). Sum of RGB (Red+Green+Blue) = 200+157+224=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #C89DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89DE0 is #37621F. Grayscale: #B1B1B1. Windows color (decimal): -3629600 or 14720456. OLE color: 14720456.
HSL color Cylindrical-coordinate representation of color #C89DE0: hue angle of 278.51º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C89DE0 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 157 | 224 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.12 |
| HSL | 278.51º | 0.52% | 0.75% | - |
| HSV(B) | 278.51º | 0.3% | 0.88% | - |
| XYZ | 49.33 | 41.78 | 75.98 | - |
| YUV | 177.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 224 | 0.11 | 0.30 | 0 | 0.12 | 278.51 | 0.52 | 0.75 |
| Hex | C8 | 9D | E0 | B | 1E | 0 | C | 117 | 34 | 4B |
| Octal | 310 | 235 | 340 | 13 | 36 | 0 | 14 | 427 | 64 | 113 |
| Binary | 11001000 | 10011101 | 11100000 | 1011 | 11110 | 0 | 1100 | 100010111 | 110100 | 1001011 |
Color Harmonies of #C89DE0
Complementary color
Monochromatic Colors of #C89DE0
Black with #C89DE0
Text Example
Text Example
White with #C89DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DE0; }
p { color: rgb(200,157,224); }
H1.HeaderClassName
{
color: #C89DE0;
}
.AnyTagClassName
{
color: #C89DE0;
}
</style>
background-color css
<style>
a { background-color: #C89DE0; }
a { background-color: rgb(200,157,224); }
div.DivClassName
{
background-color: #C89DE0;
}
.BgClassName
{
background-color: #C89DE0;
}
</style>
border-color css
<style>
span { border-color: #C89DE0; }
span { border-color: rgb(200,157,224); }
td.TdClassName
{
border-color: #C89DE0;
}
.TagClassName
{
border-color: #C89DE0;
}
</style>