Shades of Wisteria #CBA2DD
Tints of Wisteria #CBA2DD
RGB
CMYK
RGB Variations
Color information
#CBA2DD (or 0xCBA2DD) is known color: Wisteria. HEX triplet: CB, A2 and DD. RGB value is (203,162,221). Sum of RGB (Red+Green+Blue) = 203+162+221=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2DD is #345D22. Grayscale: #B4B4B4. Windows color (decimal): -3431715 or 14525131. OLE color: 14525131.
HSL color Cylindrical-coordinate representation of color #CBA2DD: hue angle of 281.69º degrees, saturation: 0.46, 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 #CBA2DD is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 162 | 221 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.13 |
| HSL | 281.69º | 0.46% | 0.75% | - |
| HSV(B) | 281.69º | 0.27% | 0.87% | - |
| XYZ | 50.6 | 43.76 | 74.19 | - |
| YUV | 180.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 221 | 0.08 | 0.27 | 0 | 0.13 | 281.69 | 0.46 | 0.75 |
| Hex | CB | A2 | DD | 8 | 1B | 0 | D | 11A | 2E | 4B |
| Octal | 313 | 242 | 335 | 10 | 33 | 0 | 15 | 432 | 56 | 113 |
| Binary | 11001011 | 10100010 | 11011101 | 1000 | 11011 | 0 | 1101 | 100011010 | 101110 | 1001011 |
Color Harmonies of #CBA2DD
Complementary color
Monochromatic Colors of #CBA2DD
Black with #CBA2DD
Text Example
Text Example
White with #CBA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2DD; }
p { color: rgb(203,162,221); }
H1.HeaderClassName
{
color: #CBA2DD;
}
.AnyTagClassName
{
color: #CBA2DD;
}
</style>
background-color css
<style>
a { background-color: #CBA2DD; }
a { background-color: rgb(203,162,221); }
div.DivClassName
{
background-color: #CBA2DD;
}
.BgClassName
{
background-color: #CBA2DD;
}
</style>
border-color css
<style>
span { border-color: #CBA2DD; }
span { border-color: rgb(203,162,221); }
td.TdClassName
{
border-color: #CBA2DD;
}
.TagClassName
{
border-color: #CBA2DD;
}
</style>