Shades of Wisteria #CBA0DB
Tints of Wisteria #CBA0DB
RGB
CMYK
RGB Variations
Color information
#CBA0DB (or 0xCBA0DB) is known color: Wisteria. HEX triplet: CB, A0 and DB. RGB value is (203,160,219). Sum of RGB (Red+Green+Blue) = 203+160+219=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0DB is #345F24. Grayscale: #B3B3B3. Windows color (decimal): -3432229 or 14393547. OLE color: 14393547.
HSL color Cylindrical-coordinate representation of color #CBA0DB: hue angle of 283.73º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA0DB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 160 | 219 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.14 |
| HSL | 283.73º | 0.45% | 0.74% | - |
| HSV(B) | 283.73º | 0.27% | 0.86% | - |
| XYZ | 49.99 | 42.95 | 72.67 | - |
| YUV | 179.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 219 | 0.07 | 0.27 | 0 | 0.14 | 283.73 | 0.45 | 0.74 |
| Hex | CB | A0 | DB | 7 | 1B | 0 | E | 11C | 2D | 4A |
| Octal | 313 | 240 | 333 | 7 | 33 | 0 | 16 | 434 | 55 | 112 |
| Binary | 11001011 | 10100000 | 11011011 | 111 | 11011 | 0 | 1110 | 100011100 | 101101 | 1001010 |
Color Harmonies of #CBA0DB
Complementary color
Monochromatic Colors of #CBA0DB
Black with #CBA0DB
Text Example
Text Example
White with #CBA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0DB; }
p { color: rgb(203,160,219); }
H1.HeaderClassName
{
color: #CBA0DB;
}
.AnyTagClassName
{
color: #CBA0DB;
}
</style>
background-color css
<style>
a { background-color: #CBA0DB; }
a { background-color: rgb(203,160,219); }
div.DivClassName
{
background-color: #CBA0DB;
}
.BgClassName
{
background-color: #CBA0DB;
}
</style>
border-color css
<style>
span { border-color: #CBA0DB; }
span { border-color: rgb(203,160,219); }
td.TdClassName
{
border-color: #CBA0DB;
}
.TagClassName
{
border-color: #CBA0DB;
}
</style>