Shades of Wisteria #CBA7D9
Tints of Wisteria #CBA7D9
RGB
CMYK
RGB Variations
Color information
#CBA7D9 (or 0xCBA7D9) is known color: Wisteria. HEX triplet: CB, A7 and D9. RGB value is (203,167,217). Sum of RGB (Red+Green+Blue) = 203+167+217=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7D9 is #345826. Grayscale: #B7B7B7. Windows color (decimal): -3430439 or 14264267. OLE color: 14264267.
HSL color Cylindrical-coordinate representation of color #CBA7D9: hue angle of 283.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA7D9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 167 | 217 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.15 |
| HSL | 283.2º | 0.4% | 0.75% | - |
| HSV(B) | 283.2º | 0.23% | 0.85% | - |
| XYZ | 50.97 | 45.34 | 71.71 | - |
| YUV | 183.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 217 | 0.06 | 0.23 | 0 | 0.15 | 283.2 | 0.4 | 0.75 |
| Hex | CB | A7 | D9 | 6 | 17 | 0 | F | 11B | 28 | 4B |
| Octal | 313 | 247 | 331 | 6 | 27 | 0 | 17 | 433 | 50 | 113 |
| Binary | 11001011 | 10100111 | 11011001 | 110 | 10111 | 0 | 1111 | 100011011 | 101000 | 1001011 |
Color Harmonies of #CBA7D9
Complementary color
Monochromatic Colors of #CBA7D9
Black with #CBA7D9
Text Example
Text Example
White with #CBA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7D9; }
p { color: rgb(203,167,217); }
H1.HeaderClassName
{
color: #CBA7D9;
}
.AnyTagClassName
{
color: #CBA7D9;
}
</style>
background-color css
<style>
a { background-color: #CBA7D9; }
a { background-color: rgb(203,167,217); }
div.DivClassName
{
background-color: #CBA7D9;
}
.BgClassName
{
background-color: #CBA7D9;
}
</style>
border-color css
<style>
span { border-color: #CBA7D9; }
span { border-color: rgb(203,167,217); }
td.TdClassName
{
border-color: #CBA7D9;
}
.TagClassName
{
border-color: #CBA7D9;
}
</style>