Shades of Wisteria #CBA4EB
Tints of Wisteria #CBA4EB
RGB
CMYK
RGB Variations
Color information
#CBA4EB (or 0xCBA4EB) is known color: Wisteria. HEX triplet: CB, A4 and EB. RGB value is (203,164,235). Sum of RGB (Red+Green+Blue) = 203+164+235=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBA4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4EB is #345B14. Grayscale: #B7B7B7. Windows color (decimal): -3431189 or 15443147. OLE color: 15443147.
HSL color Cylindrical-coordinate representation of color #CBA4EB: hue angle of 272.96º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA4EB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 164 | 235 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.08 |
| HSL | 272.96º | 0.64% | 0.78% | - |
| HSV(B) | 272.96º | 0.3% | 0.92% | - |
| XYZ | 52.9 | 45.25 | 84.54 | - |
| YUV | 183.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 235 | 0.14 | 0.30 | 0 | 0.08 | 272.96 | 0.64 | 0.78 |
| Hex | CB | A4 | EB | E | 1E | 0 | 8 | 111 | 40 | 4E |
| Octal | 313 | 244 | 353 | 16 | 36 | 0 | 10 | 421 | 100 | 116 |
| Binary | 11001011 | 10100100 | 11101011 | 1110 | 11110 | 0 | 1000 | 100010001 | 1000000 | 1001110 |
Color Harmonies of #CBA4EB
Complementary color
Monochromatic Colors of #CBA4EB
Black with #CBA4EB
Text Example
Text Example
White with #CBA4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4EB; }
p { color: rgb(203,164,235); }
H1.HeaderClassName
{
color: #CBA4EB;
}
.AnyTagClassName
{
color: #CBA4EB;
}
</style>
background-color css
<style>
a { background-color: #CBA4EB; }
a { background-color: rgb(203,164,235); }
div.DivClassName
{
background-color: #CBA4EB;
}
.BgClassName
{
background-color: #CBA4EB;
}
</style>
border-color css
<style>
span { border-color: #CBA4EB; }
span { border-color: rgb(203,164,235); }
td.TdClassName
{
border-color: #CBA4EB;
}
.TagClassName
{
border-color: #CBA4EB;
}
</style>