Shades of Wisteria #CBA2EE
Tints of Wisteria #CBA2EE
RGB
CMYK
RGB Variations
Color information
#CBA2EE (or 0xCBA2EE) is known color: Wisteria. HEX triplet: CB, A2 and EE. RGB value is (203,162,238). Sum of RGB (Red+Green+Blue) = 203+162+238=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2EE is #345D11. Grayscale: #B6B6B6. Windows color (decimal): -3431698 or 15639243. OLE color: 15639243.
HSL color Cylindrical-coordinate representation of color #CBA2EE: hue angle of 272.37º degrees, saturation: 0.69, 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 #CBA2EE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 162 | 238 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272.37º | 0.69% | 0.78% | - |
| HSV(B) | 272.37º | 0.32% | 0.93% | - |
| XYZ | 52.98 | 44.71 | 86.73 | - |
| YUV | 182.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 238 | 0.15 | 0.32 | 0 | 0.07 | 272.37 | 0.69 | 0.78 |
| Hex | CB | A2 | EE | F | 20 | 0 | 7 | 110 | 45 | 4E |
| Octal | 313 | 242 | 356 | 17 | 40 | 0 | 7 | 420 | 105 | 116 |
| Binary | 11001011 | 10100010 | 11101110 | 1111 | 100000 | 0 | 111 | 100010000 | 1000101 | 1001110 |
Color Harmonies of #CBA2EE
Complementary color
Monochromatic Colors of #CBA2EE
Black with #CBA2EE
Text Example
Text Example
White with #CBA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2EE; }
p { color: rgb(203,162,238); }
H1.HeaderClassName
{
color: #CBA2EE;
}
.AnyTagClassName
{
color: #CBA2EE;
}
</style>
background-color css
<style>
a { background-color: #CBA2EE; }
a { background-color: rgb(203,162,238); }
div.DivClassName
{
background-color: #CBA2EE;
}
.BgClassName
{
background-color: #CBA2EE;
}
</style>
border-color css
<style>
span { border-color: #CBA2EE; }
span { border-color: rgb(203,162,238); }
td.TdClassName
{
border-color: #CBA2EE;
}
.TagClassName
{
border-color: #CBA2EE;
}
</style>