Shades of Wisteria #CB89EC
Tints of Wisteria #CB89EC
RGB
CMYK
RGB Variations
Color information
#CB89EC (or 0xCB89EC) is known color: Wisteria. HEX triplet: CB, 89 and EC. RGB value is (203,137,236). Sum of RGB (Red+Green+Blue) = 203+137+236=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89EC is #347613. Grayscale: #A7A7A7. Windows color (decimal): -3438100 or 15501771. OLE color: 15501771.
HSL color Cylindrical-coordinate representation of color #CB89EC: hue angle of 280º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB89EC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 137 | 236 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.07 |
| HSL | 280º | 0.72% | 0.73% | - |
| HSV(B) | 280º | 0.42% | 0.93% | - |
| XYZ | 48.71 | 36.64 | 83.86 | - |
| YUV | 168.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 236 | 0.14 | 0.42 | 0 | 0.07 | 280 | 0.72 | 0.73 |
| Hex | CB | 89 | EC | E | 2A | 0 | 7 | 118 | 48 | 49 |
| Octal | 313 | 211 | 354 | 16 | 52 | 0 | 7 | 430 | 110 | 111 |
| Binary | 11001011 | 10001001 | 11101100 | 1110 | 101010 | 0 | 111 | 100011000 | 1001000 | 1001001 |
Color Harmonies of #CB89EC
Complementary color
Monochromatic Colors of #CB89EC
Black with #CB89EC
Text Example
Text Example
White with #CB89EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89EC; }
p { color: rgb(203,137,236); }
H1.HeaderClassName
{
color: #CB89EC;
}
.AnyTagClassName
{
color: #CB89EC;
}
</style>
background-color css
<style>
a { background-color: #CB89EC; }
a { background-color: rgb(203,137,236); }
div.DivClassName
{
background-color: #CB89EC;
}
.BgClassName
{
background-color: #CB89EC;
}
</style>
border-color css
<style>
span { border-color: #CB89EC; }
span { border-color: rgb(203,137,236); }
td.TdClassName
{
border-color: #CB89EC;
}
.TagClassName
{
border-color: #CB89EC;
}
</style>