Shades of Wisteria #CBA2DB
Tints of Wisteria #CBA2DB
RGB
CMYK
RGB Variations
Color information
#CBA2DB (or 0xCBA2DB) is known color: Wisteria. HEX triplet: CB, A2 and DB. RGB value is (203,162,219). Sum of RGB (Red+Green+Blue) = 203+162+219=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2DB is #345D24. Grayscale: #B4B4B4. Windows color (decimal): -3431717 or 14394059. OLE color: 14394059.
HSL color Cylindrical-coordinate representation of color #CBA2DB: hue angle of 283.16º degrees, saturation: 0.44, 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 #CBA2DB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 162 | 219 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.14 |
| HSL | 283.16º | 0.44% | 0.75% | - |
| HSV(B) | 283.16º | 0.26% | 0.86% | - |
| XYZ | 50.34 | 43.65 | 72.79 | - |
| YUV | 180.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 219 | 0.07 | 0.26 | 0 | 0.14 | 283.16 | 0.44 | 0.75 |
| Hex | CB | A2 | DB | 7 | 1A | 0 | E | 11B | 2C | 4B |
| Octal | 313 | 242 | 333 | 7 | 32 | 0 | 16 | 433 | 54 | 113 |
| Binary | 11001011 | 10100010 | 11011011 | 111 | 11010 | 0 | 1110 | 100011011 | 101100 | 1001011 |
Color Harmonies of #CBA2DB
Complementary color
Monochromatic Colors of #CBA2DB
Black with #CBA2DB
Text Example
Text Example
White with #CBA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2DB; }
p { color: rgb(203,162,219); }
H1.HeaderClassName
{
color: #CBA2DB;
}
.AnyTagClassName
{
color: #CBA2DB;
}
</style>
background-color css
<style>
a { background-color: #CBA2DB; }
a { background-color: rgb(203,162,219); }
div.DivClassName
{
background-color: #CBA2DB;
}
.BgClassName
{
background-color: #CBA2DB;
}
</style>
border-color css
<style>
span { border-color: #CBA2DB; }
span { border-color: rgb(203,162,219); }
td.TdClassName
{
border-color: #CBA2DB;
}
.TagClassName
{
border-color: #CBA2DB;
}
</style>