Shades of Wisteria #CBA2DE
Tints of Wisteria #CBA2DE
RGB
CMYK
RGB Variations
Color information
#CBA2DE (or 0xCBA2DE) is known color: Wisteria. HEX triplet: CB, A2 and DE. RGB value is (203,162,222). Sum of RGB (Red+Green+Blue) = 203+162+222=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2DE is #345D21. Grayscale: #B4B4B4. Windows color (decimal): -3431714 or 14590667. OLE color: 14590667.
HSL color Cylindrical-coordinate representation of color #CBA2DE: hue angle of 281º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA2DE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 162 | 222 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.13 |
| HSL | 281º | 0.48% | 0.75% | - |
| HSV(B) | 281º | 0.27% | 0.87% | - |
| XYZ | 50.73 | 43.81 | 74.89 | - |
| YUV | 181.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 222 | 0.09 | 0.27 | 0 | 0.13 | 281 | 0.48 | 0.75 |
| Hex | CB | A2 | DE | 9 | 1B | 0 | D | 119 | 30 | 4B |
| Octal | 313 | 242 | 336 | 11 | 33 | 0 | 15 | 431 | 60 | 113 |
| Binary | 11001011 | 10100010 | 11011110 | 1001 | 11011 | 0 | 1101 | 100011001 | 110000 | 1001011 |
Color Harmonies of #CBA2DE
Complementary color
Monochromatic Colors of #CBA2DE
Black with #CBA2DE
Text Example
Text Example
White with #CBA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2DE; }
p { color: rgb(203,162,222); }
H1.HeaderClassName
{
color: #CBA2DE;
}
.AnyTagClassName
{
color: #CBA2DE;
}
</style>
background-color css
<style>
a { background-color: #CBA2DE; }
a { background-color: rgb(203,162,222); }
div.DivClassName
{
background-color: #CBA2DE;
}
.BgClassName
{
background-color: #CBA2DE;
}
</style>
border-color css
<style>
span { border-color: #CBA2DE; }
span { border-color: rgb(203,162,222); }
td.TdClassName
{
border-color: #CBA2DE;
}
.TagClassName
{
border-color: #CBA2DE;
}
</style>