Shades of Wisteria #CBA1DB
Tints of Wisteria #CBA1DB
RGB
CMYK
RGB Variations
Color information
#CBA1DB (or 0xCBA1DB) is known color: Wisteria. HEX triplet: CB, A1 and DB. RGB value is (203,161,219). Sum of RGB (Red+Green+Blue) = 203+161+219=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1DB is #345E24. Grayscale: #B3B3B3. Windows color (decimal): -3431973 or 14393803. OLE color: 14393803.
HSL color Cylindrical-coordinate representation of color #CBA1DB: hue angle of 283.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA1DB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 161 | 219 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.14 |
| HSL | 283.45º | 0.45% | 0.75% | - |
| HSV(B) | 283.45º | 0.26% | 0.86% | - |
| XYZ | 50.16 | 43.3 | 72.73 | - |
| YUV | 180.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 219 | 0.07 | 0.26 | 0 | 0.14 | 283.45 | 0.45 | 0.75 |
| Hex | CB | A1 | DB | 7 | 1A | 0 | E | 11B | 2D | 4B |
| Octal | 313 | 241 | 333 | 7 | 32 | 0 | 16 | 433 | 55 | 113 |
| Binary | 11001011 | 10100001 | 11011011 | 111 | 11010 | 0 | 1110 | 100011011 | 101101 | 1001011 |
Color Harmonies of #CBA1DB
Complementary color
Monochromatic Colors of #CBA1DB
Black with #CBA1DB
Text Example
Text Example
White with #CBA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1DB; }
p { color: rgb(203,161,219); }
H1.HeaderClassName
{
color: #CBA1DB;
}
.AnyTagClassName
{
color: #CBA1DB;
}
</style>
background-color css
<style>
a { background-color: #CBA1DB; }
a { background-color: rgb(203,161,219); }
div.DivClassName
{
background-color: #CBA1DB;
}
.BgClassName
{
background-color: #CBA1DB;
}
</style>
border-color css
<style>
span { border-color: #CBA1DB; }
span { border-color: rgb(203,161,219); }
td.TdClassName
{
border-color: #CBA1DB;
}
.TagClassName
{
border-color: #CBA1DB;
}
</style>