Shades of Wisteria #CBA9DD
Tints of Wisteria #CBA9DD
RGB
CMYK
RGB Variations
Color information
#CBA9DD (or 0xCBA9DD) is known color: Wisteria. HEX triplet: CB, A9 and DD. RGB value is (203,169,221). Sum of RGB (Red+Green+Blue) = 203+169+221=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9DD is #345622. Grayscale: #B8B8B8. Windows color (decimal): -3429923 or 14526923. OLE color: 14526923.
HSL color Cylindrical-coordinate representation of color #CBA9DD: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA9DD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 169 | 221 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.13 |
| HSL | 279.23º | 0.43% | 0.76% | - |
| HSV(B) | 279.23º | 0.24% | 0.87% | - |
| XYZ | 51.87 | 46.29 | 74.61 | - |
| YUV | 185.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 221 | 0.08 | 0.24 | 0 | 0.13 | 279.23 | 0.43 | 0.76 |
| Hex | CB | A9 | DD | 8 | 18 | 0 | D | 117 | 2B | 4C |
| Octal | 313 | 251 | 335 | 10 | 30 | 0 | 15 | 427 | 53 | 114 |
| Binary | 11001011 | 10101001 | 11011101 | 1000 | 11000 | 0 | 1101 | 100010111 | 101011 | 1001100 |
Color Harmonies of #CBA9DD
Complementary color
Monochromatic Colors of #CBA9DD
Black with #CBA9DD
Text Example
Text Example
White with #CBA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9DD; }
p { color: rgb(203,169,221); }
H1.HeaderClassName
{
color: #CBA9DD;
}
.AnyTagClassName
{
color: #CBA9DD;
}
</style>
background-color css
<style>
a { background-color: #CBA9DD; }
a { background-color: rgb(203,169,221); }
div.DivClassName
{
background-color: #CBA9DD;
}
.BgClassName
{
background-color: #CBA9DD;
}
</style>
border-color css
<style>
span { border-color: #CBA9DD; }
span { border-color: rgb(203,169,221); }
td.TdClassName
{
border-color: #CBA9DD;
}
.TagClassName
{
border-color: #CBA9DD;
}
</style>