Shades of Wisteria #CBA4DB
Tints of Wisteria #CBA4DB
RGB
CMYK
RGB Variations
Color information
#CBA4DB (or 0xCBA4DB) is known color: Wisteria. HEX triplet: CB, A4 and DB. RGB value is (203,164,219). Sum of RGB (Red+Green+Blue) = 203+164+219=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DB is #345B24. Grayscale: #B5B5B5. Windows color (decimal): -3431205 or 14394571. OLE color: 14394571.
HSL color Cylindrical-coordinate representation of color #CBA4DB: hue angle of 282.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA4DB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 164 | 219 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.14 |
| HSL | 282.55º | 0.43% | 0.75% | - |
| HSV(B) | 282.55º | 0.25% | 0.86% | - |
| XYZ | 50.69 | 44.36 | 72.91 | - |
| YUV | 181.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 219 | 0.07 | 0.25 | 0 | 0.14 | 282.55 | 0.43 | 0.75 |
| Hex | CB | A4 | DB | 7 | 19 | 0 | E | 11B | 2B | 4B |
| Octal | 313 | 244 | 333 | 7 | 31 | 0 | 16 | 433 | 53 | 113 |
| Binary | 11001011 | 10100100 | 11011011 | 111 | 11001 | 0 | 1110 | 100011011 | 101011 | 1001011 |
Color Harmonies of #CBA4DB
Complementary color
Monochromatic Colors of #CBA4DB
Black with #CBA4DB
Text Example
Text Example
White with #CBA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4DB; }
p { color: rgb(203,164,219); }
H1.HeaderClassName
{
color: #CBA4DB;
}
.AnyTagClassName
{
color: #CBA4DB;
}
</style>
background-color css
<style>
a { background-color: #CBA4DB; }
a { background-color: rgb(203,164,219); }
div.DivClassName
{
background-color: #CBA4DB;
}
.BgClassName
{
background-color: #CBA4DB;
}
</style>
border-color css
<style>
span { border-color: #CBA4DB; }
span { border-color: rgb(203,164,219); }
td.TdClassName
{
border-color: #CBA4DB;
}
.TagClassName
{
border-color: #CBA4DB;
}
</style>