Shades of Wisteria #CBA0DE
Tints of Wisteria #CBA0DE
RGB
CMYK
RGB Variations
Color information
#CBA0DE (or 0xCBA0DE) is known color: Wisteria. HEX triplet: CB, A0 and DE. RGB value is (203,160,222). Sum of RGB (Red+Green+Blue) = 203+160+222=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0DE is #345F21. Grayscale: #B3B3B3. Windows color (decimal): -3432226 or 14590155. OLE color: 14590155.
HSL color Cylindrical-coordinate representation of color #CBA0DE: hue angle of 281.61º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA0DE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 160 | 222 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.13 |
| HSL | 281.61º | 0.48% | 0.75% | - |
| HSV(B) | 281.61º | 0.28% | 0.87% | - |
| XYZ | 50.38 | 43.11 | 74.77 | - |
| YUV | 179.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 222 | 0.09 | 0.28 | 0 | 0.13 | 281.61 | 0.48 | 0.75 |
| Hex | CB | A0 | DE | 9 | 1C | 0 | D | 11A | 30 | 4B |
| Octal | 313 | 240 | 336 | 11 | 34 | 0 | 15 | 432 | 60 | 113 |
| Binary | 11001011 | 10100000 | 11011110 | 1001 | 11100 | 0 | 1101 | 100011010 | 110000 | 1001011 |
Color Harmonies of #CBA0DE
Complementary color
Monochromatic Colors of #CBA0DE
Black with #CBA0DE
Text Example
Text Example
White with #CBA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0DE; }
p { color: rgb(203,160,222); }
H1.HeaderClassName
{
color: #CBA0DE;
}
.AnyTagClassName
{
color: #CBA0DE;
}
</style>
background-color css
<style>
a { background-color: #CBA0DE; }
a { background-color: rgb(203,160,222); }
div.DivClassName
{
background-color: #CBA0DE;
}
.BgClassName
{
background-color: #CBA0DE;
}
</style>
border-color css
<style>
span { border-color: #CBA0DE; }
span { border-color: rgb(203,160,222); }
td.TdClassName
{
border-color: #CBA0DE;
}
.TagClassName
{
border-color: #CBA0DE;
}
</style>