Shades of Wisteria #C89BE0
Tints of Wisteria #C89BE0
RGB
CMYK
RGB Variations
Color information
#C89BE0 (or 0xC89BE0) is known color: Wisteria. HEX triplet: C8, 9B and E0. RGB value is (200,155,224). Sum of RGB (Red+Green+Blue) = 200+155+224=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #C89BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BE0 is #37641F. Grayscale: #B0B0B0. Windows color (decimal): -3630112 or 14719944. OLE color: 14719944.
HSL color Cylindrical-coordinate representation of color #C89BE0: hue angle of 279.13º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89BE0 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 155 | 224 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.12 |
| HSL | 279.13º | 0.53% | 0.74% | - |
| HSV(B) | 279.13º | 0.31% | 0.88% | - |
| XYZ | 49 | 41.1 | 75.87 | - |
| YUV | 176.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 224 | 0.11 | 0.31 | 0 | 0.12 | 279.13 | 0.53 | 0.74 |
| Hex | C8 | 9B | E0 | B | 1F | 0 | C | 117 | 35 | 4A |
| Octal | 310 | 233 | 340 | 13 | 37 | 0 | 14 | 427 | 65 | 112 |
| Binary | 11001000 | 10011011 | 11100000 | 1011 | 11111 | 0 | 1100 | 100010111 | 110101 | 1001010 |
Color Harmonies of #C89BE0
Complementary color
Monochromatic Colors of #C89BE0
Black with #C89BE0
Text Example
Text Example
White with #C89BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BE0; }
p { color: rgb(200,155,224); }
H1.HeaderClassName
{
color: #C89BE0;
}
.AnyTagClassName
{
color: #C89BE0;
}
</style>
background-color css
<style>
a { background-color: #C89BE0; }
a { background-color: rgb(200,155,224); }
div.DivClassName
{
background-color: #C89BE0;
}
.BgClassName
{
background-color: #C89BE0;
}
</style>
border-color css
<style>
span { border-color: #C89BE0; }
span { border-color: rgb(200,155,224); }
td.TdClassName
{
border-color: #C89BE0;
}
.TagClassName
{
border-color: #C89BE0;
}
</style>