Shades of Wisteria #CBA9DC
Tints of Wisteria #CBA9DC
RGB
CMYK
RGB Variations
Color information
#CBA9DC (or 0xCBA9DC) is known color: Wisteria. HEX triplet: CB, A9 and DC. RGB value is (203,169,220). Sum of RGB (Red+Green+Blue) = 203+169+220=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9DC is #345623. Grayscale: #B8B8B8. Windows color (decimal): -3429924 or 14461387. OLE color: 14461387.
HSL color Cylindrical-coordinate representation of color #CBA9DC: hue angle of 280º degrees, saturation: 0.42, 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 #CBA9DC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 169 | 220 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.14 |
| HSL | 280º | 0.42% | 0.76% | - |
| HSV(B) | 280º | 0.23% | 0.86% | - |
| XYZ | 51.73 | 46.24 | 73.91 | - |
| YUV | 184.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 220 | 0.08 | 0.23 | 0 | 0.14 | 280 | 0.42 | 0.76 |
| Hex | CB | A9 | DC | 8 | 17 | 0 | E | 118 | 2A | 4C |
| Octal | 313 | 251 | 334 | 10 | 27 | 0 | 16 | 430 | 52 | 114 |
| Binary | 11001011 | 10101001 | 11011100 | 1000 | 10111 | 0 | 1110 | 100011000 | 101010 | 1001100 |
Color Harmonies of #CBA9DC
Complementary color
Monochromatic Colors of #CBA9DC
Black with #CBA9DC
Text Example
Text Example
White with #CBA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9DC; }
p { color: rgb(203,169,220); }
H1.HeaderClassName
{
color: #CBA9DC;
}
.AnyTagClassName
{
color: #CBA9DC;
}
</style>
background-color css
<style>
a { background-color: #CBA9DC; }
a { background-color: rgb(203,169,220); }
div.DivClassName
{
background-color: #CBA9DC;
}
.BgClassName
{
background-color: #CBA9DC;
}
</style>
border-color css
<style>
span { border-color: #CBA9DC; }
span { border-color: rgb(203,169,220); }
td.TdClassName
{
border-color: #CBA9DC;
}
.TagClassName
{
border-color: #CBA9DC;
}
</style>