Shades of Wisteria #CBA8D9
Tints of Wisteria #CBA8D9
RGB
CMYK
RGB Variations
Color information
#CBA8D9 (or 0xCBA8D9) is known color: Wisteria. HEX triplet: CB, A8 and D9. RGB value is (203,168,217). Sum of RGB (Red+Green+Blue) = 203+168+217=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8D9 is #345726. Grayscale: #B7B7B7. Windows color (decimal): -3430183 or 14264523. OLE color: 14264523.
HSL color Cylindrical-coordinate representation of color #CBA8D9: hue angle of 282.86º degrees, saturation: 0.39, 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 #CBA8D9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 168 | 217 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.15 |
| HSL | 282.86º | 0.39% | 0.75% | - |
| HSV(B) | 282.86º | 0.23% | 0.85% | - |
| XYZ | 51.16 | 45.71 | 71.77 | - |
| YUV | 184.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 217 | 0.06 | 0.23 | 0 | 0.15 | 282.86 | 0.39 | 0.75 |
| Hex | CB | A8 | D9 | 6 | 17 | 0 | F | 11B | 27 | 4B |
| Octal | 313 | 250 | 331 | 6 | 27 | 0 | 17 | 433 | 47 | 113 |
| Binary | 11001011 | 10101000 | 11011001 | 110 | 10111 | 0 | 1111 | 100011011 | 100111 | 1001011 |
Color Harmonies of #CBA8D9
Complementary color
Monochromatic Colors of #CBA8D9
Black with #CBA8D9
Text Example
Text Example
White with #CBA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8D9; }
p { color: rgb(203,168,217); }
H1.HeaderClassName
{
color: #CBA8D9;
}
.AnyTagClassName
{
color: #CBA8D9;
}
</style>
background-color css
<style>
a { background-color: #CBA8D9; }
a { background-color: rgb(203,168,217); }
div.DivClassName
{
background-color: #CBA8D9;
}
.BgClassName
{
background-color: #CBA8D9;
}
</style>
border-color css
<style>
span { border-color: #CBA8D9; }
span { border-color: rgb(203,168,217); }
td.TdClassName
{
border-color: #CBA8D9;
}
.TagClassName
{
border-color: #CBA8D9;
}
</style>