Shades of Wisteria #CB9BDD
Tints of Wisteria #CB9BDD
RGB
CMYK
RGB Variations
Color information
#CB9BDD (or 0xCB9BDD) is known color: Wisteria. HEX triplet: CB, 9B and DD. RGB value is (203,155,221). Sum of RGB (Red+Green+Blue) = 203+155+221=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BDD is #346422. Grayscale: #B0B0B0. Windows color (decimal): -3433507 or 14523339. OLE color: 14523339.
HSL color Cylindrical-coordinate representation of color #CB9BDD: hue angle of 283.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9BDD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 155 | 221 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.13 |
| HSL | 283.64º | 0.49% | 0.74% | - |
| HSV(B) | 283.64º | 0.3% | 0.87% | - |
| XYZ | 49.4 | 41.36 | 73.79 | - |
| YUV | 176.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 221 | 0.08 | 0.30 | 0 | 0.13 | 283.64 | 0.49 | 0.74 |
| Hex | CB | 9B | DD | 8 | 1E | 0 | D | 11C | 31 | 4A |
| Octal | 313 | 233 | 335 | 10 | 36 | 0 | 15 | 434 | 61 | 112 |
| Binary | 11001011 | 10011011 | 11011101 | 1000 | 11110 | 0 | 1101 | 100011100 | 110001 | 1001010 |
Color Harmonies of #CB9BDD
Complementary color
Monochromatic Colors of #CB9BDD
Black with #CB9BDD
Text Example
Text Example
White with #CB9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BDD; }
p { color: rgb(203,155,221); }
H1.HeaderClassName
{
color: #CB9BDD;
}
.AnyTagClassName
{
color: #CB9BDD;
}
</style>
background-color css
<style>
a { background-color: #CB9BDD; }
a { background-color: rgb(203,155,221); }
div.DivClassName
{
background-color: #CB9BDD;
}
.BgClassName
{
background-color: #CB9BDD;
}
</style>
border-color css
<style>
span { border-color: #CB9BDD; }
span { border-color: rgb(203,155,221); }
td.TdClassName
{
border-color: #CB9BDD;
}
.TagClassName
{
border-color: #CB9BDD;
}
</style>