Shades of Wisteria #CBA1EB
Tints of Wisteria #CBA1EB
RGB
CMYK
RGB Variations
Color information
#CBA1EB (or 0xCBA1EB) is known color: Wisteria. HEX triplet: CB, A1 and EB. RGB value is (203,161,235). Sum of RGB (Red+Green+Blue) = 203+161+235=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1EB is #345E14. Grayscale: #B5B5B5. Windows color (decimal): -3431957 or 15442379. OLE color: 15442379.
HSL color Cylindrical-coordinate representation of color #CBA1EB: hue angle of 274.05º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA1EB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 161 | 235 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.08 |
| HSL | 274.05º | 0.65% | 0.78% | - |
| HSV(B) | 274.05º | 0.31% | 0.92% | - |
| XYZ | 52.37 | 44.18 | 84.37 | - |
| YUV | 181.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 235 | 0.14 | 0.31 | 0 | 0.08 | 274.05 | 0.65 | 0.78 |
| Hex | CB | A1 | EB | E | 1F | 0 | 8 | 112 | 41 | 4E |
| Octal | 313 | 241 | 353 | 16 | 37 | 0 | 10 | 422 | 101 | 116 |
| Binary | 11001011 | 10100001 | 11101011 | 1110 | 11111 | 0 | 1000 | 100010010 | 1000001 | 1001110 |
Color Harmonies of #CBA1EB
Complementary color
Monochromatic Colors of #CBA1EB
Black with #CBA1EB
Text Example
Text Example
White with #CBA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1EB; }
p { color: rgb(203,161,235); }
H1.HeaderClassName
{
color: #CBA1EB;
}
.AnyTagClassName
{
color: #CBA1EB;
}
</style>
background-color css
<style>
a { background-color: #CBA1EB; }
a { background-color: rgb(203,161,235); }
div.DivClassName
{
background-color: #CBA1EB;
}
.BgClassName
{
background-color: #CBA1EB;
}
</style>
border-color css
<style>
span { border-color: #CBA1EB; }
span { border-color: rgb(203,161,235); }
td.TdClassName
{
border-color: #CBA1EB;
}
.TagClassName
{
border-color: #CBA1EB;
}
</style>