Shades of Wisteria #CBA7DB
Tints of Wisteria #CBA7DB
RGB
CMYK
RGB Variations
Color information
#CBA7DB (or 0xCBA7DB) is known color: Wisteria. HEX triplet: CB, A7 and DB. RGB value is (203,167,219). Sum of RGB (Red+Green+Blue) = 203+167+219=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7DB is #345824. Grayscale: #B7B7B7. Windows color (decimal): -3430437 or 14395339. OLE color: 14395339.
HSL color Cylindrical-coordinate representation of color #CBA7DB: hue angle of 281.54º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA7DB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 167 | 219 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.14 |
| HSL | 281.54º | 0.42% | 0.76% | - |
| HSV(B) | 281.54º | 0.24% | 0.86% | - |
| XYZ | 51.23 | 45.45 | 73.09 | - |
| YUV | 183.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 219 | 0.07 | 0.24 | 0 | 0.14 | 281.54 | 0.42 | 0.76 |
| Hex | CB | A7 | DB | 7 | 18 | 0 | E | 11A | 2A | 4C |
| Octal | 313 | 247 | 333 | 7 | 30 | 0 | 16 | 432 | 52 | 114 |
| Binary | 11001011 | 10100111 | 11011011 | 111 | 11000 | 0 | 1110 | 100011010 | 101010 | 1001100 |
Color Harmonies of #CBA7DB
Complementary color
Monochromatic Colors of #CBA7DB
Black with #CBA7DB
Text Example
Text Example
White with #CBA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7DB; }
p { color: rgb(203,167,219); }
H1.HeaderClassName
{
color: #CBA7DB;
}
.AnyTagClassName
{
color: #CBA7DB;
}
</style>
background-color css
<style>
a { background-color: #CBA7DB; }
a { background-color: rgb(203,167,219); }
div.DivClassName
{
background-color: #CBA7DB;
}
.BgClassName
{
background-color: #CBA7DB;
}
</style>
border-color css
<style>
span { border-color: #CBA7DB; }
span { border-color: rgb(203,167,219); }
td.TdClassName
{
border-color: #CBA7DB;
}
.TagClassName
{
border-color: #CBA7DB;
}
</style>