Shades of Wisteria #CBA0DA
Tints of Wisteria #CBA0DA
RGB
CMYK
RGB Variations
Color information
#CBA0DA (or 0xCBA0DA) is known color: Wisteria. HEX triplet: CB, A0 and DA. RGB value is (203,160,218). Sum of RGB (Red+Green+Blue) = 203+160+218=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0DA is #345F25. Grayscale: #B3B3B3. Windows color (decimal): -3432230 or 14328011. OLE color: 14328011.
HSL color Cylindrical-coordinate representation of color #CBA0DA: hue angle of 284.48º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA0DA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 160 | 218 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.15 |
| HSL | 284.48º | 0.44% | 0.74% | - |
| HSV(B) | 284.48º | 0.27% | 0.85% | - |
| XYZ | 49.85 | 42.9 | 71.98 | - |
| YUV | 179.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 218 | 0.07 | 0.27 | 0 | 0.15 | 284.48 | 0.44 | 0.74 |
| Hex | CB | A0 | DA | 7 | 1B | 0 | F | 11C | 2C | 4A |
| Octal | 313 | 240 | 332 | 7 | 33 | 0 | 17 | 434 | 54 | 112 |
| Binary | 11001011 | 10100000 | 11011010 | 111 | 11011 | 0 | 1111 | 100011100 | 101100 | 1001010 |
Color Harmonies of #CBA0DA
Complementary color
Monochromatic Colors of #CBA0DA
Black with #CBA0DA
Text Example
Text Example
White with #CBA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0DA; }
p { color: rgb(203,160,218); }
H1.HeaderClassName
{
color: #CBA0DA;
}
.AnyTagClassName
{
color: #CBA0DA;
}
</style>
background-color css
<style>
a { background-color: #CBA0DA; }
a { background-color: rgb(203,160,218); }
div.DivClassName
{
background-color: #CBA0DA;
}
.BgClassName
{
background-color: #CBA0DA;
}
</style>
border-color css
<style>
span { border-color: #CBA0DA; }
span { border-color: rgb(203,160,218); }
td.TdClassName
{
border-color: #CBA0DA;
}
.TagClassName
{
border-color: #CBA0DA;
}
</style>