Shades of Wisteria #CBA2ED
Tints of Wisteria #CBA2ED
RGB
CMYK
RGB Variations
Color information
#CBA2ED (or 0xCBA2ED) is known color: Wisteria. HEX triplet: CB, A2 and ED. RGB value is (203,162,237). Sum of RGB (Red+Green+Blue) = 203+162+237=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2ED is #345D12. Grayscale: #B6B6B6. Windows color (decimal): -3431699 or 15573707. OLE color: 15573707.
HSL color Cylindrical-coordinate representation of color #CBA2ED: hue angle of 272.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA2ED is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 162 | 237 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.07 |
| HSL | 272.8º | 0.68% | 0.78% | - |
| HSV(B) | 272.8º | 0.32% | 0.93% | - |
| XYZ | 52.84 | 44.65 | 85.95 | - |
| YUV | 182.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 237 | 0.14 | 0.32 | 0 | 0.07 | 272.8 | 0.68 | 0.78 |
| Hex | CB | A2 | ED | E | 20 | 0 | 7 | 111 | 44 | 4E |
| Octal | 313 | 242 | 355 | 16 | 40 | 0 | 7 | 421 | 104 | 116 |
| Binary | 11001011 | 10100010 | 11101101 | 1110 | 100000 | 0 | 111 | 100010001 | 1000100 | 1001110 |
Color Harmonies of #CBA2ED
Complementary color
Monochromatic Colors of #CBA2ED
Black with #CBA2ED
Text Example
Text Example
White with #CBA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2ED; }
p { color: rgb(203,162,237); }
H1.HeaderClassName
{
color: #CBA2ED;
}
.AnyTagClassName
{
color: #CBA2ED;
}
</style>
background-color css
<style>
a { background-color: #CBA2ED; }
a { background-color: rgb(203,162,237); }
div.DivClassName
{
background-color: #CBA2ED;
}
.BgClassName
{
background-color: #CBA2ED;
}
</style>
border-color css
<style>
span { border-color: #CBA2ED; }
span { border-color: rgb(203,162,237); }
td.TdClassName
{
border-color: #CBA2ED;
}
.TagClassName
{
border-color: #CBA2ED;
}
</style>