Shades of Wisteria #C89BEE
Tints of Wisteria #C89BEE
RGB
CMYK
RGB Variations
Color information
#C89BEE (or 0xC89BEE) is known color: Wisteria. HEX triplet: C8, 9B and EE. RGB value is (200,155,238). Sum of RGB (Red+Green+Blue) = 200+155+238=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #C89BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BEE is #376411. Grayscale: #B1B1B1. Windows color (decimal): -3630098 or 15637448. OLE color: 15637448.
HSL color Cylindrical-coordinate representation of color #C89BEE: hue angle of 272.53º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89BEE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 155 | 238 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.07 |
| HSL | 272.53º | 0.71% | 0.77% | - |
| HSV(B) | 272.53º | 0.35% | 0.93% | - |
| XYZ | 50.97 | 41.9 | 86.29 | - |
| YUV | 177.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 238 | 0.16 | 0.35 | 0 | 0.07 | 272.53 | 0.71 | 0.77 |
| Hex | C8 | 9B | EE | 10 | 23 | 0 | 7 | 111 | 47 | 4D |
| Octal | 310 | 233 | 356 | 20 | 43 | 0 | 7 | 421 | 107 | 115 |
| Binary | 11001000 | 10011011 | 11101110 | 10000 | 100011 | 0 | 111 | 100010001 | 1000111 | 1001101 |
Color Harmonies of #C89BEE
Complementary color
Monochromatic Colors of #C89BEE
Black with #C89BEE
Text Example
Text Example
White with #C89BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BEE; }
p { color: rgb(200,155,238); }
H1.HeaderClassName
{
color: #C89BEE;
}
.AnyTagClassName
{
color: #C89BEE;
}
</style>
background-color css
<style>
a { background-color: #C89BEE; }
a { background-color: rgb(200,155,238); }
div.DivClassName
{
background-color: #C89BEE;
}
.BgClassName
{
background-color: #C89BEE;
}
</style>
border-color css
<style>
span { border-color: #C89BEE; }
span { border-color: rgb(200,155,238); }
td.TdClassName
{
border-color: #C89BEE;
}
.TagClassName
{
border-color: #C89BEE;
}
</style>