Shades of Wisteria #C89BEA
Tints of Wisteria #C89BEA
RGB
CMYK
RGB Variations
Color information
#C89BEA (or 0xC89BEA) is known color: Wisteria. HEX triplet: C8, 9B and EA. RGB value is (200,155,234). Sum of RGB (Red+Green+Blue) = 200+155+234=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C89BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BEA is #376415. Grayscale: #B1B1B1. Windows color (decimal): -3630102 or 15375304. OLE color: 15375304.
HSL color Cylindrical-coordinate representation of color #C89BEA: hue angle of 274.18º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89BEA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 155 | 234 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.08 |
| HSL | 274.18º | 0.65% | 0.76% | - |
| HSV(B) | 274.18º | 0.34% | 0.92% | - |
| XYZ | 50.39 | 41.66 | 83.23 | - |
| YUV | 177.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 234 | 0.15 | 0.34 | 0 | 0.08 | 274.18 | 0.65 | 0.76 |
| Hex | C8 | 9B | EA | F | 22 | 0 | 8 | 112 | 41 | 4C |
| Octal | 310 | 233 | 352 | 17 | 42 | 0 | 10 | 422 | 101 | 114 |
| Binary | 11001000 | 10011011 | 11101010 | 1111 | 100010 | 0 | 1000 | 100010010 | 1000001 | 1001100 |
Color Harmonies of #C89BEA
Complementary color
Monochromatic Colors of #C89BEA
Black with #C89BEA
Text Example
Text Example
White with #C89BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BEA; }
p { color: rgb(200,155,234); }
H1.HeaderClassName
{
color: #C89BEA;
}
.AnyTagClassName
{
color: #C89BEA;
}
</style>
background-color css
<style>
a { background-color: #C89BEA; }
a { background-color: rgb(200,155,234); }
div.DivClassName
{
background-color: #C89BEA;
}
.BgClassName
{
background-color: #C89BEA;
}
</style>
border-color css
<style>
span { border-color: #C89BEA; }
span { border-color: rgb(200,155,234); }
td.TdClassName
{
border-color: #C89BEA;
}
.TagClassName
{
border-color: #C89BEA;
}
</style>