Shades of Wisteria #CB88DB
Tints of Wisteria #CB88DB
RGB
CMYK
RGB Variations
Color information
#CB88DB (or 0xCB88DB) is known color: Wisteria. HEX triplet: CB, 88 and DB. RGB value is (203,136,219). Sum of RGB (Red+Green+Blue) = 203+136+219=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88DB is #347724. Grayscale: #A5A5A5. Windows color (decimal): -3438373 or 14387403. OLE color: 14387403.
HSL color Cylindrical-coordinate representation of color #CB88DB: hue angle of 288.43º 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 #CB88DB is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 136 | 219 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.14 |
| HSL | 288.43º | 0.54% | 0.7% | - |
| HSV(B) | 288.43º | 0.38% | 0.86% | - |
| XYZ | 46.22 | 35.42 | 71.42 | - |
| YUV | 165.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 219 | 0.07 | 0.38 | 0 | 0.14 | 288.43 | 0.54 | 0.7 |
| Hex | CB | 88 | DB | 7 | 26 | 0 | E | 120 | 36 | 46 |
| Octal | 313 | 210 | 333 | 7 | 46 | 0 | 16 | 440 | 66 | 106 |
| Binary | 11001011 | 10001000 | 11011011 | 111 | 100110 | 0 | 1110 | 100100000 | 110110 | 1000110 |
Color Harmonies of #CB88DB
Complementary color
Monochromatic Colors of #CB88DB
Black with #CB88DB
Text Example
Text Example
White with #CB88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88DB; }
p { color: rgb(203,136,219); }
H1.HeaderClassName
{
color: #CB88DB;
}
.AnyTagClassName
{
color: #CB88DB;
}
</style>
background-color css
<style>
a { background-color: #CB88DB; }
a { background-color: rgb(203,136,219); }
div.DivClassName
{
background-color: #CB88DB;
}
.BgClassName
{
background-color: #CB88DB;
}
</style>
border-color css
<style>
span { border-color: #CB88DB; }
span { border-color: rgb(203,136,219); }
td.TdClassName
{
border-color: #CB88DB;
}
.TagClassName
{
border-color: #CB88DB;
}
</style>