Shades of Wisteria #CB9CDB
Tints of Wisteria #CB9CDB
RGB
CMYK
RGB Variations
Color information
#CB9CDB (or 0xCB9CDB) is known color: Wisteria. HEX triplet: CB, 9C and DB. RGB value is (203,156,219). Sum of RGB (Red+Green+Blue) = 203+156+219=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDB is #346324. Grayscale: #B1B1B1. Windows color (decimal): -3433253 or 14392523. OLE color: 14392523.
HSL color Cylindrical-coordinate representation of color #CB9CDB: hue angle of 284.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9CDB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 156 | 219 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.14 |
| HSL | 284.76º | 0.47% | 0.74% | - |
| HSV(B) | 284.76º | 0.29% | 0.86% | - |
| XYZ | 49.3 | 41.59 | 72.45 | - |
| YUV | 177.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 219 | 0.07 | 0.29 | 0 | 0.14 | 284.76 | 0.47 | 0.74 |
| Hex | CB | 9C | DB | 7 | 1D | 0 | E | 11D | 2F | 4A |
| Octal | 313 | 234 | 333 | 7 | 35 | 0 | 16 | 435 | 57 | 112 |
| Binary | 11001011 | 10011100 | 11011011 | 111 | 11101 | 0 | 1110 | 100011101 | 101111 | 1001010 |
Color Harmonies of #CB9CDB
Complementary color
Monochromatic Colors of #CB9CDB
Black with #CB9CDB
Text Example
Text Example
White with #CB9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CDB; }
p { color: rgb(203,156,219); }
H1.HeaderClassName
{
color: #CB9CDB;
}
.AnyTagClassName
{
color: #CB9CDB;
}
</style>
background-color css
<style>
a { background-color: #CB9CDB; }
a { background-color: rgb(203,156,219); }
div.DivClassName
{
background-color: #CB9CDB;
}
.BgClassName
{
background-color: #CB9CDB;
}
</style>
border-color css
<style>
span { border-color: #CB9CDB; }
span { border-color: rgb(203,156,219); }
td.TdClassName
{
border-color: #CB9CDB;
}
.TagClassName
{
border-color: #CB9CDB;
}
</style>