Shades of Wisteria #CBA8DB
Tints of Wisteria #CBA8DB
RGB
CMYK
RGB Variations
Color information
#CBA8DB (or 0xCBA8DB) is known color: Wisteria. HEX triplet: CB, A8 and DB. RGB value is (203,168,219). Sum of RGB (Red+Green+Blue) = 203+168+219=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8DB is #345724. Grayscale: #B8B8B8. Windows color (decimal): -3430181 or 14395595. OLE color: 14395595.
HSL color Cylindrical-coordinate representation of color #CBA8DB: hue angle of 281.18º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA8DB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 168 | 219 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.14 |
| HSL | 281.18º | 0.41% | 0.76% | - |
| HSV(B) | 281.18º | 0.23% | 0.86% | - |
| XYZ | 51.42 | 45.82 | 73.15 | - |
| YUV | 184.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 219 | 0.07 | 0.23 | 0 | 0.14 | 281.18 | 0.41 | 0.76 |
| Hex | CB | A8 | DB | 7 | 17 | 0 | E | 119 | 29 | 4C |
| Octal | 313 | 250 | 333 | 7 | 27 | 0 | 16 | 431 | 51 | 114 |
| Binary | 11001011 | 10101000 | 11011011 | 111 | 10111 | 0 | 1110 | 100011001 | 101001 | 1001100 |
Color Harmonies of #CBA8DB
Complementary color
Monochromatic Colors of #CBA8DB
Black with #CBA8DB
Text Example
Text Example
White with #CBA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8DB; }
p { color: rgb(203,168,219); }
H1.HeaderClassName
{
color: #CBA8DB;
}
.AnyTagClassName
{
color: #CBA8DB;
}
</style>
background-color css
<style>
a { background-color: #CBA8DB; }
a { background-color: rgb(203,168,219); }
div.DivClassName
{
background-color: #CBA8DB;
}
.BgClassName
{
background-color: #CBA8DB;
}
</style>
border-color css
<style>
span { border-color: #CBA8DB; }
span { border-color: rgb(203,168,219); }
td.TdClassName
{
border-color: #CBA8DB;
}
.TagClassName
{
border-color: #CBA8DB;
}
</style>