Shades of Wisteria #CBA2EC
Tints of Wisteria #CBA2EC
RGB
CMYK
RGB Variations
Color information
#CBA2EC (or 0xCBA2EC) is known color: Wisteria. HEX triplet: CB, A2 and EC. RGB value is (203,162,236). Sum of RGB (Red+Green+Blue) = 203+162+236=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2EC is #345D13. Grayscale: #B6B6B6. Windows color (decimal): -3431700 or 15508171. OLE color: 15508171.
HSL color Cylindrical-coordinate representation of color #CBA2EC: hue angle of 273.24º 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 #CBA2EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 162 | 236 | - |
CMYK | 0.14 | 0.31 | 0 | 0.07 |
HSL | 273.24º | 0.66% | 0.78% | - |
HSV(B) | 273.24º | 0.31% | 0.93% | - |
XYZ | 52.69 | 44.59 | 85.19 | - |
YUV | 182.7 | 158.08 | 142.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 162 | 236 | 0.14 | 0.31 | 0 | 0.07 | 273.24 | 0.66 | 0.78 |
Hex | CB | A2 | EC | E | 1F | 0 | 7 | 111 | 42 | 4E |
Octal | 313 | 242 | 354 | 16 | 37 | 0 | 7 | 421 | 102 | 116 |
Binary | 11001011 | 10100010 | 11101100 | 1110 | 11111 | 0 | 111 | 100010001 | 1000010 | 1001110 |
Color Harmonies of #CBA2EC
Complementary color
Monochromatic Colors of #CBA2EC
Black with #CBA2EC
Text Example
Text Example
White with #CBA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2EC; }
p { color: rgb(203,162,236); }
H1.HeaderClassName
{
color: #CBA2EC;
}
.AnyTagClassName
{
color: #CBA2EC;
}
</style>
background-color css
<style>
a { background-color: #CBA2EC; }
a { background-color: rgb(203,162,236); }
div.DivClassName
{
background-color: #CBA2EC;
}
.BgClassName
{
background-color: #CBA2EC;
}
</style>
border-color css
<style>
span { border-color: #CBA2EC; }
span { border-color: rgb(203,162,236); }
td.TdClassName
{
border-color: #CBA2EC;
}
.TagClassName
{
border-color: #CBA2EC;
}
</style>