Shades of Wisteria #CB9EDB
Tints of Wisteria #CB9EDB
RGB
CMYK
RGB Variations
Color information
#CB9EDB (or 0xCB9EDB) is known color: Wisteria. HEX triplet: CB, 9E and DB. RGB value is (203,158,219). Sum of RGB (Red+Green+Blue) = 203+158+219=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDB is #346124. Grayscale: #B2B2B2. Windows color (decimal): -3432741 or 14393035. OLE color: 14393035.
HSL color Cylindrical-coordinate representation of color #CB9EDB: hue angle of 284.26º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9EDB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 158 | 219 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.14 |
| HSL | 284.26º | 0.46% | 0.74% | - |
| HSV(B) | 284.26º | 0.28% | 0.86% | - |
| XYZ | 49.64 | 42.26 | 72.56 | - |
| YUV | 178.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 219 | 0.07 | 0.28 | 0 | 0.14 | 284.26 | 0.46 | 0.74 |
| Hex | CB | 9E | DB | 7 | 1C | 0 | E | 11C | 2E | 4A |
| Octal | 313 | 236 | 333 | 7 | 34 | 0 | 16 | 434 | 56 | 112 |
| Binary | 11001011 | 10011110 | 11011011 | 111 | 11100 | 0 | 1110 | 100011100 | 101110 | 1001010 |
Color Harmonies of #CB9EDB
Complementary color
Monochromatic Colors of #CB9EDB
Black with #CB9EDB
Text Example
Text Example
White with #CB9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EDB; }
p { color: rgb(203,158,219); }
H1.HeaderClassName
{
color: #CB9EDB;
}
.AnyTagClassName
{
color: #CB9EDB;
}
</style>
background-color css
<style>
a { background-color: #CB9EDB; }
a { background-color: rgb(203,158,219); }
div.DivClassName
{
background-color: #CB9EDB;
}
.BgClassName
{
background-color: #CB9EDB;
}
</style>
border-color css
<style>
span { border-color: #CB9EDB; }
span { border-color: rgb(203,158,219); }
td.TdClassName
{
border-color: #CB9EDB;
}
.TagClassName
{
border-color: #CB9EDB;
}
</style>