Shades of Wisteria #C89BEB
Tints of Wisteria #C89BEB
RGB
CMYK
RGB Variations
Color information
#C89BEB (or 0xC89BEB) is known color: Wisteria. HEX triplet: C8, 9B and EB. RGB value is (200,155,235). Sum of RGB (Red+Green+Blue) = 200+155+235=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #C89BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BEB is #376414. Grayscale: #B1B1B1. Windows color (decimal): -3630101 or 15440840. OLE color: 15440840.
HSL color Cylindrical-coordinate representation of color #C89BEB: hue angle of 273.75º degrees, saturation: 0.67, 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 #C89BEB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 155 | 235 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.08 |
| HSL | 273.75º | 0.67% | 0.76% | - |
| HSV(B) | 273.75º | 0.34% | 0.92% | - |
| XYZ | 50.54 | 41.72 | 83.99 | - |
| YUV | 177.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 235 | 0.15 | 0.34 | 0 | 0.08 | 273.75 | 0.67 | 0.76 |
| Hex | C8 | 9B | EB | F | 22 | 0 | 8 | 112 | 43 | 4C |
| Octal | 310 | 233 | 353 | 17 | 42 | 0 | 10 | 422 | 103 | 114 |
| Binary | 11001000 | 10011011 | 11101011 | 1111 | 100010 | 0 | 1000 | 100010010 | 1000011 | 1001100 |
Color Harmonies of #C89BEB
Complementary color
Monochromatic Colors of #C89BEB
Black with #C89BEB
Text Example
Text Example
White with #C89BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BEB; }
p { color: rgb(200,155,235); }
H1.HeaderClassName
{
color: #C89BEB;
}
.AnyTagClassName
{
color: #C89BEB;
}
</style>
background-color css
<style>
a { background-color: #C89BEB; }
a { background-color: rgb(200,155,235); }
div.DivClassName
{
background-color: #C89BEB;
}
.BgClassName
{
background-color: #C89BEB;
}
</style>
border-color css
<style>
span { border-color: #C89BEB; }
span { border-color: rgb(200,155,235); }
td.TdClassName
{
border-color: #C89BEB;
}
.TagClassName
{
border-color: #C89BEB;
}
</style>