Shades of Wisteria #CB89DC
Tints of Wisteria #CB89DC
RGB
CMYK
RGB Variations
Color information
#CB89DC (or 0xCB89DC) is known color: Wisteria. HEX triplet: CB, 89 and DC. RGB value is (203,137,220). Sum of RGB (Red+Green+Blue) = 203+137+220=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89DC is #347623. Grayscale: #A5A5A5. Windows color (decimal): -3438116 or 14453195. OLE color: 14453195.
HSL color Cylindrical-coordinate representation of color #CB89DC: hue angle of 287.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB89DC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 137 | 220 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.14 |
| HSL | 287.71º | 0.54% | 0.7% | - |
| HSV(B) | 287.71º | 0.38% | 0.86% | - |
| XYZ | 46.49 | 35.76 | 72.16 | - |
| YUV | 166.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 220 | 0.08 | 0.38 | 0 | 0.14 | 287.71 | 0.54 | 0.7 |
| Hex | CB | 89 | DC | 8 | 26 | 0 | E | 120 | 36 | 46 |
| Octal | 313 | 211 | 334 | 10 | 46 | 0 | 16 | 440 | 66 | 106 |
| Binary | 11001011 | 10001001 | 11011100 | 1000 | 100110 | 0 | 1110 | 100100000 | 110110 | 1000110 |
Color Harmonies of #CB89DC
Complementary color
Monochromatic Colors of #CB89DC
Black with #CB89DC
Text Example
Text Example
White with #CB89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89DC; }
p { color: rgb(203,137,220); }
H1.HeaderClassName
{
color: #CB89DC;
}
.AnyTagClassName
{
color: #CB89DC;
}
</style>
background-color css
<style>
a { background-color: #CB89DC; }
a { background-color: rgb(203,137,220); }
div.DivClassName
{
background-color: #CB89DC;
}
.BgClassName
{
background-color: #CB89DC;
}
</style>
border-color css
<style>
span { border-color: #CB89DC; }
span { border-color: rgb(203,137,220); }
td.TdClassName
{
border-color: #CB89DC;
}
.TagClassName
{
border-color: #CB89DC;
}
</style>