Shades of Wisteria #CB89EA
Tints of Wisteria #CB89EA
RGB
CMYK
RGB Variations
Color information
#CB89EA (or 0xCB89EA) is known color: Wisteria. HEX triplet: CB, 89 and EA. RGB value is (203,137,234). Sum of RGB (Red+Green+Blue) = 203+137+234=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89EA is #347615. Grayscale: #A7A7A7. Windows color (decimal): -3438102 or 15370699. OLE color: 15370699.
HSL color Cylindrical-coordinate representation of color #CB89EA: hue angle of 280.82º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB89EA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 137 | 234 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.08 |
| HSL | 280.82º | 0.7% | 0.73% | - |
| HSV(B) | 280.82º | 0.41% | 0.92% | - |
| XYZ | 48.43 | 36.53 | 82.34 | - |
| YUV | 167.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 234 | 0.13 | 0.41 | 0 | 0.08 | 280.82 | 0.7 | 0.73 |
| Hex | CB | 89 | EA | D | 29 | 0 | 8 | 119 | 46 | 49 |
| Octal | 313 | 211 | 352 | 15 | 51 | 0 | 10 | 431 | 106 | 111 |
| Binary | 11001011 | 10001001 | 11101010 | 1101 | 101001 | 0 | 1000 | 100011001 | 1000110 | 1001001 |
Color Harmonies of #CB89EA
Complementary color
Monochromatic Colors of #CB89EA
Black with #CB89EA
Text Example
Text Example
White with #CB89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89EA; }
p { color: rgb(203,137,234); }
H1.HeaderClassName
{
color: #CB89EA;
}
.AnyTagClassName
{
color: #CB89EA;
}
</style>
background-color css
<style>
a { background-color: #CB89EA; }
a { background-color: rgb(203,137,234); }
div.DivClassName
{
background-color: #CB89EA;
}
.BgClassName
{
background-color: #CB89EA;
}
</style>
border-color css
<style>
span { border-color: #CB89EA; }
span { border-color: rgb(203,137,234); }
td.TdClassName
{
border-color: #CB89EA;
}
.TagClassName
{
border-color: #CB89EA;
}
</style>