Shades of Wisteria #CBA9DA
Tints of Wisteria #CBA9DA
RGB
CMYK
RGB Variations
Color information
#CBA9DA (or 0xCBA9DA) is known color: Wisteria. HEX triplet: CB, A9 and DA. RGB value is (203,169,218). Sum of RGB (Red+Green+Blue) = 203+169+218=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9DA is #345625. Grayscale: #B8B8B8. Windows color (decimal): -3429926 or 14330315. OLE color: 14330315.
HSL color Cylindrical-coordinate representation of color #CBA9DA: hue angle of 281.63º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA9DA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 169 | 218 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.15 |
| HSL | 281.63º | 0.4% | 0.76% | - |
| HSV(B) | 281.63º | 0.22% | 0.85% | - |
| XYZ | 51.47 | 46.13 | 72.52 | - |
| YUV | 184.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 218 | 0.07 | 0.22 | 0 | 0.15 | 281.63 | 0.4 | 0.76 |
| Hex | CB | A9 | DA | 7 | 16 | 0 | F | 11A | 28 | 4C |
| Octal | 313 | 251 | 332 | 7 | 26 | 0 | 17 | 432 | 50 | 114 |
| Binary | 11001011 | 10101001 | 11011010 | 111 | 10110 | 0 | 1111 | 100011010 | 101000 | 1001100 |
Color Harmonies of #CBA9DA
Complementary color
Monochromatic Colors of #CBA9DA
Black with #CBA9DA
Text Example
Text Example
White with #CBA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9DA; }
p { color: rgb(203,169,218); }
H1.HeaderClassName
{
color: #CBA9DA;
}
.AnyTagClassName
{
color: #CBA9DA;
}
</style>
background-color css
<style>
a { background-color: #CBA9DA; }
a { background-color: rgb(203,169,218); }
div.DivClassName
{
background-color: #CBA9DA;
}
.BgClassName
{
background-color: #CBA9DA;
}
</style>
border-color css
<style>
span { border-color: #CBA9DA; }
span { border-color: rgb(203,169,218); }
td.TdClassName
{
border-color: #CBA9DA;
}
.TagClassName
{
border-color: #CBA9DA;
}
</style>