Shades of Wisteria #CB87DB
Tints of Wisteria #CB87DB
RGB
CMYK
RGB Variations
Color information
#CB87DB (or 0xCB87DB) is known color: Wisteria. HEX triplet: CB, 87 and DB. RGB value is (203,135,219). Sum of RGB (Red+Green+Blue) = 203+135+219=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87DB is #347824. Grayscale: #A4A4A4. Windows color (decimal): -3438629 or 14387147. OLE color: 14387147.
HSL color Cylindrical-coordinate representation of color #CB87DB: hue angle of 288.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB87DB is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 135 | 219 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.14 |
| HSL | 288.57º | 0.54% | 0.69% | - |
| HSV(B) | 288.57º | 0.38% | 0.86% | - |
| XYZ | 46.08 | 35.14 | 71.37 | - |
| YUV | 164.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 219 | 0.07 | 0.38 | 0 | 0.14 | 288.57 | 0.54 | 0.69 |
| Hex | CB | 87 | DB | 7 | 26 | 0 | E | 121 | 36 | 45 |
| Octal | 313 | 207 | 333 | 7 | 46 | 0 | 16 | 441 | 66 | 105 |
| Binary | 11001011 | 10000111 | 11011011 | 111 | 100110 | 0 | 1110 | 100100001 | 110110 | 1000101 |
Color Harmonies of #CB87DB
Complementary color
Monochromatic Colors of #CB87DB
Black with #CB87DB
Text Example
Text Example
White with #CB87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87DB; }
p { color: rgb(203,135,219); }
H1.HeaderClassName
{
color: #CB87DB;
}
.AnyTagClassName
{
color: #CB87DB;
}
</style>
background-color css
<style>
a { background-color: #CB87DB; }
a { background-color: rgb(203,135,219); }
div.DivClassName
{
background-color: #CB87DB;
}
.BgClassName
{
background-color: #CB87DB;
}
</style>
border-color css
<style>
span { border-color: #CB87DB; }
span { border-color: rgb(203,135,219); }
td.TdClassName
{
border-color: #CB87DB;
}
.TagClassName
{
border-color: #CB87DB;
}
</style>