Shades of Wisteria #CB91DB
Tints of Wisteria #CB91DB
RGB
CMYK
RGB Variations
Color information
#CB91DB (or 0xCB91DB) is known color: Wisteria. HEX triplet: CB, 91 and DB. RGB value is (203,145,219). Sum of RGB (Red+Green+Blue) = 203+145+219=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91DB is #346E24. Grayscale: #AAAAAA. Windows color (decimal): -3436069 or 14389707. OLE color: 14389707.
HSL color Cylindrical-coordinate representation of color #CB91DB: hue angle of 287.03º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB91DB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 145 | 219 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.14 |
| HSL | 287.03º | 0.51% | 0.71% | - |
| HSV(B) | 287.03º | 0.34% | 0.86% | - |
| XYZ | 47.54 | 38.06 | 71.86 | - |
| YUV | 170.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 219 | 0.07 | 0.34 | 0 | 0.14 | 287.03 | 0.51 | 0.71 |
| Hex | CB | 91 | DB | 7 | 22 | 0 | E | 11F | 33 | 47 |
| Octal | 313 | 221 | 333 | 7 | 42 | 0 | 16 | 437 | 63 | 107 |
| Binary | 11001011 | 10010001 | 11011011 | 111 | 100010 | 0 | 1110 | 100011111 | 110011 | 1000111 |
Color Harmonies of #CB91DB
Complementary color
Monochromatic Colors of #CB91DB
Black with #CB91DB
Text Example
Text Example
White with #CB91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91DB; }
p { color: rgb(203,145,219); }
H1.HeaderClassName
{
color: #CB91DB;
}
.AnyTagClassName
{
color: #CB91DB;
}
</style>
background-color css
<style>
a { background-color: #CB91DB; }
a { background-color: rgb(203,145,219); }
div.DivClassName
{
background-color: #CB91DB;
}
.BgClassName
{
background-color: #CB91DB;
}
</style>
border-color css
<style>
span { border-color: #CB91DB; }
span { border-color: rgb(203,145,219); }
td.TdClassName
{
border-color: #CB91DB;
}
.TagClassName
{
border-color: #CB91DB;
}
</style>