Shades of Wisteria #CBA3EC
Tints of Wisteria #CBA3EC
RGB
CMYK
RGB Variations
Color information
#CBA3EC (or 0xCBA3EC) is known color: Wisteria. HEX triplet: CB, A3 and EC. RGB value is (203,163,236). Sum of RGB (Red+Green+Blue) = 203+163+236=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3EC is #345C13. Grayscale: #B7B7B7. Windows color (decimal): -3431444 or 15508427. OLE color: 15508427.
HSL color Cylindrical-coordinate representation of color #CBA3EC: hue angle of 272.88º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA3EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 163 | 236 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.07 |
| HSL | 272.88º | 0.66% | 0.78% | - |
| HSV(B) | 272.88º | 0.31% | 0.93% | - |
| XYZ | 52.87 | 44.95 | 85.25 | - |
| YUV | 183.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 236 | 0.14 | 0.31 | 0 | 0.07 | 272.88 | 0.66 | 0.78 |
| Hex | CB | A3 | EC | E | 1F | 0 | 7 | 111 | 42 | 4E |
| Octal | 313 | 243 | 354 | 16 | 37 | 0 | 7 | 421 | 102 | 116 |
| Binary | 11001011 | 10100011 | 11101100 | 1110 | 11111 | 0 | 111 | 100010001 | 1000010 | 1001110 |
Color Harmonies of #CBA3EC
Complementary color
Monochromatic Colors of #CBA3EC
Black with #CBA3EC
Text Example
Text Example
White with #CBA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3EC; }
p { color: rgb(203,163,236); }
H1.HeaderClassName
{
color: #CBA3EC;
}
.AnyTagClassName
{
color: #CBA3EC;
}
</style>
background-color css
<style>
a { background-color: #CBA3EC; }
a { background-color: rgb(203,163,236); }
div.DivClassName
{
background-color: #CBA3EC;
}
.BgClassName
{
background-color: #CBA3EC;
}
</style>
border-color css
<style>
span { border-color: #CBA3EC; }
span { border-color: rgb(203,163,236); }
td.TdClassName
{
border-color: #CBA3EC;
}
.TagClassName
{
border-color: #CBA3EC;
}
</style>