Shades of Wisteria #CB86DB
Tints of Wisteria #CB86DB
RGB
CMYK
RGB Variations
Color information
#CB86DB (or 0xCB86DB) is known color: Wisteria. HEX triplet: CB, 86 and DB. RGB value is (203,134,219). Sum of RGB (Red+Green+Blue) = 203+134+219=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86DB is #347924. Grayscale: #A4A4A4. Windows color (decimal): -3438885 or 14386891. OLE color: 14386891.
HSL color Cylindrical-coordinate representation of color #CB86DB: hue angle of 288.71º 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 #CB86DB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 134 | 219 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.14 |
| HSL | 288.71º | 0.54% | 0.69% | - |
| HSV(B) | 288.71º | 0.39% | 0.86% | - |
| XYZ | 45.94 | 34.86 | 71.33 | - |
| YUV | 164.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 219 | 0.07 | 0.39 | 0 | 0.14 | 288.71 | 0.54 | 0.69 |
| Hex | CB | 86 | DB | 7 | 27 | 0 | E | 121 | 36 | 45 |
| Octal | 313 | 206 | 333 | 7 | 47 | 0 | 16 | 441 | 66 | 105 |
| Binary | 11001011 | 10000110 | 11011011 | 111 | 100111 | 0 | 1110 | 100100001 | 110110 | 1000101 |
Color Harmonies of #CB86DB
Complementary color
Monochromatic Colors of #CB86DB
Black with #CB86DB
Text Example
Text Example
White with #CB86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86DB; }
p { color: rgb(203,134,219); }
H1.HeaderClassName
{
color: #CB86DB;
}
.AnyTagClassName
{
color: #CB86DB;
}
</style>
background-color css
<style>
a { background-color: #CB86DB; }
a { background-color: rgb(203,134,219); }
div.DivClassName
{
background-color: #CB86DB;
}
.BgClassName
{
background-color: #CB86DB;
}
</style>
border-color css
<style>
span { border-color: #CB86DB; }
span { border-color: rgb(203,134,219); }
td.TdClassName
{
border-color: #CB86DB;
}
.TagClassName
{
border-color: #CB86DB;
}
</style>