Shades of Wisteria #CB85DB
Tints of Wisteria #CB85DB
RGB
CMYK
RGB Variations
Color information
#CB85DB (or 0xCB85DB) is known color: Wisteria. HEX triplet: CB, 85 and DB. RGB value is (203,133,219). Sum of RGB (Red+Green+Blue) = 203+133+219=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85DB is #347A24. Grayscale: #A3A3A3. Windows color (decimal): -3439141 or 14386635. OLE color: 14386635.
HSL color Cylindrical-coordinate representation of color #CB85DB: hue angle of 288.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB85DB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 133 | 219 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.14 |
| HSL | 288.84º | 0.54% | 0.69% | - |
| HSV(B) | 288.84º | 0.39% | 0.86% | - |
| XYZ | 45.8 | 34.59 | 71.28 | - |
| YUV | 163.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 219 | 0.07 | 0.39 | 0 | 0.14 | 288.84 | 0.54 | 0.69 |
| Hex | CB | 85 | DB | 7 | 27 | 0 | E | 121 | 36 | 45 |
| Octal | 313 | 205 | 333 | 7 | 47 | 0 | 16 | 441 | 66 | 105 |
| Binary | 11001011 | 10000101 | 11011011 | 111 | 100111 | 0 | 1110 | 100100001 | 110110 | 1000101 |
Color Harmonies of #CB85DB
Complementary color
Monochromatic Colors of #CB85DB
Black with #CB85DB
Text Example
Text Example
White with #CB85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85DB; }
p { color: rgb(203,133,219); }
H1.HeaderClassName
{
color: #CB85DB;
}
.AnyTagClassName
{
color: #CB85DB;
}
</style>
background-color css
<style>
a { background-color: #CB85DB; }
a { background-color: rgb(203,133,219); }
div.DivClassName
{
background-color: #CB85DB;
}
.BgClassName
{
background-color: #CB85DB;
}
</style>
border-color css
<style>
span { border-color: #CB85DB; }
span { border-color: rgb(203,133,219); }
td.TdClassName
{
border-color: #CB85DB;
}
.TagClassName
{
border-color: #CB85DB;
}
</style>