Shades of Wisteria #C89BEC
Tints of Wisteria #C89BEC
RGB
CMYK
RGB Variations
Color information
#C89BEC (or 0xC89BEC) is known color: Wisteria. HEX triplet: C8, 9B and EC. RGB value is (200,155,236). Sum of RGB (Red+Green+Blue) = 200+155+236=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #C89BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BEC is #376413. Grayscale: #B1B1B1. Windows color (decimal): -3630100 or 15506376. OLE color: 15506376.
HSL color Cylindrical-coordinate representation of color #C89BEC: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89BEC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 155 | 236 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.07 |
| HSL | 273.33º | 0.68% | 0.77% | - |
| HSV(B) | 273.33º | 0.34% | 0.93% | - |
| XYZ | 50.68 | 41.78 | 84.75 | - |
| YUV | 177.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 236 | 0.15 | 0.34 | 0 | 0.07 | 273.33 | 0.68 | 0.77 |
| Hex | C8 | 9B | EC | F | 22 | 0 | 7 | 111 | 44 | 4D |
| Octal | 310 | 233 | 354 | 17 | 42 | 0 | 7 | 421 | 104 | 115 |
| Binary | 11001000 | 10011011 | 11101100 | 1111 | 100010 | 0 | 111 | 100010001 | 1000100 | 1001101 |
Color Harmonies of #C89BEC
Complementary color
Monochromatic Colors of #C89BEC
Black with #C89BEC
Text Example
Text Example
White with #C89BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BEC; }
p { color: rgb(200,155,236); }
H1.HeaderClassName
{
color: #C89BEC;
}
.AnyTagClassName
{
color: #C89BEC;
}
</style>
background-color css
<style>
a { background-color: #C89BEC; }
a { background-color: rgb(200,155,236); }
div.DivClassName
{
background-color: #C89BEC;
}
.BgClassName
{
background-color: #C89BEC;
}
</style>
border-color css
<style>
span { border-color: #C89BEC; }
span { border-color: rgb(200,155,236); }
td.TdClassName
{
border-color: #C89BEC;
}
.TagClassName
{
border-color: #C89BEC;
}
</style>