Shades of Wisteria #CB8BDB
Tints of Wisteria #CB8BDB
RGB
CMYK
RGB Variations
Color information
#CB8BDB (or 0xCB8BDB) is known color: Wisteria. HEX triplet: CB, 8B and DB. RGB value is (203,139,219). Sum of RGB (Red+Green+Blue) = 203+139+219=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BDB is #347424. Grayscale: #A7A7A7. Windows color (decimal): -3437605 or 14388171. OLE color: 14388171.
HSL color Cylindrical-coordinate representation of color #CB8BDB: hue angle of 288º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8BDB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 139 | 219 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.14 |
| HSL | 288º | 0.53% | 0.7% | - |
| HSV(B) | 288º | 0.37% | 0.86% | - |
| XYZ | 46.65 | 36.28 | 71.56 | - |
| YUV | 167.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 219 | 0.07 | 0.37 | 0 | 0.14 | 288 | 0.53 | 0.7 |
| Hex | CB | 8B | DB | 7 | 25 | 0 | E | 120 | 35 | 46 |
| Octal | 313 | 213 | 333 | 7 | 45 | 0 | 16 | 440 | 65 | 106 |
| Binary | 11001011 | 10001011 | 11011011 | 111 | 100101 | 0 | 1110 | 100100000 | 110101 | 1000110 |
Color Harmonies of #CB8BDB
Complementary color
Monochromatic Colors of #CB8BDB
Black with #CB8BDB
Text Example
Text Example
White with #CB8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BDB; }
p { color: rgb(203,139,219); }
H1.HeaderClassName
{
color: #CB8BDB;
}
.AnyTagClassName
{
color: #CB8BDB;
}
</style>
background-color css
<style>
a { background-color: #CB8BDB; }
a { background-color: rgb(203,139,219); }
div.DivClassName
{
background-color: #CB8BDB;
}
.BgClassName
{
background-color: #CB8BDB;
}
</style>
border-color css
<style>
span { border-color: #CB8BDB; }
span { border-color: rgb(203,139,219); }
td.TdClassName
{
border-color: #CB8BDB;
}
.TagClassName
{
border-color: #CB8BDB;
}
</style>