Shades of Wisteria #CB89DD
Tints of Wisteria #CB89DD
RGB
CMYK
RGB Variations
Color information
#CB89DD (or 0xCB89DD) is known color: Wisteria. HEX triplet: CB, 89 and DD. RGB value is (203,137,221). Sum of RGB (Red+Green+Blue) = 203+137+221=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89DD is #347622. Grayscale: #A6A6A6. Windows color (decimal): -3438115 or 14518731. OLE color: 14518731.
HSL color Cylindrical-coordinate representation of color #CB89DD: hue angle of 287.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB89DD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 137 | 221 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.13 |
| HSL | 287.14º | 0.55% | 0.7% | - |
| HSV(B) | 287.14º | 0.38% | 0.87% | - |
| XYZ | 46.63 | 35.81 | 72.86 | - |
| YUV | 166.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 221 | 0.08 | 0.38 | 0 | 0.13 | 287.14 | 0.55 | 0.7 |
| Hex | CB | 89 | DD | 8 | 26 | 0 | D | 11F | 37 | 46 |
| Octal | 313 | 211 | 335 | 10 | 46 | 0 | 15 | 437 | 67 | 106 |
| Binary | 11001011 | 10001001 | 11011101 | 1000 | 100110 | 0 | 1101 | 100011111 | 110111 | 1000110 |
Color Harmonies of #CB89DD
Complementary color
Monochromatic Colors of #CB89DD
Black with #CB89DD
Text Example
Text Example
White with #CB89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89DD; }
p { color: rgb(203,137,221); }
H1.HeaderClassName
{
color: #CB89DD;
}
.AnyTagClassName
{
color: #CB89DD;
}
</style>
background-color css
<style>
a { background-color: #CB89DD; }
a { background-color: rgb(203,137,221); }
div.DivClassName
{
background-color: #CB89DD;
}
.BgClassName
{
background-color: #CB89DD;
}
</style>
border-color css
<style>
span { border-color: #CB89DD; }
span { border-color: rgb(203,137,221); }
td.TdClassName
{
border-color: #CB89DD;
}
.TagClassName
{
border-color: #CB89DD;
}
</style>