Shades of Wisteria #CBA1EE
Tints of Wisteria #CBA1EE
RGB
CMYK
RGB Variations
Color information
#CBA1EE (or 0xCBA1EE) is known color: Wisteria. HEX triplet: CB, A1 and EE. RGB value is (203,161,238). Sum of RGB (Red+Green+Blue) = 203+161+238=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1EE is #345E11. Grayscale: #B6B6B6. Windows color (decimal): -3431954 or 15638987. OLE color: 15638987.
HSL color Cylindrical-coordinate representation of color #CBA1EE: hue angle of 272.73º 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 #CBA1EE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 161 | 238 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272.73º | 0.69% | 0.78% | - |
| HSV(B) | 272.73º | 0.32% | 0.93% | - |
| XYZ | 52.81 | 44.36 | 86.67 | - |
| YUV | 182.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 238 | 0.15 | 0.32 | 0 | 0.07 | 272.73 | 0.69 | 0.78 |
| Hex | CB | A1 | EE | F | 20 | 0 | 7 | 111 | 45 | 4E |
| Octal | 313 | 241 | 356 | 17 | 40 | 0 | 7 | 421 | 105 | 116 |
| Binary | 11001011 | 10100001 | 11101110 | 1111 | 100000 | 0 | 111 | 100010001 | 1000101 | 1001110 |
Color Harmonies of #CBA1EE
Complementary color
Monochromatic Colors of #CBA1EE
Black with #CBA1EE
Text Example
Text Example
White with #CBA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1EE; }
p { color: rgb(203,161,238); }
H1.HeaderClassName
{
color: #CBA1EE;
}
.AnyTagClassName
{
color: #CBA1EE;
}
</style>
background-color css
<style>
a { background-color: #CBA1EE; }
a { background-color: rgb(203,161,238); }
div.DivClassName
{
background-color: #CBA1EE;
}
.BgClassName
{
background-color: #CBA1EE;
}
</style>
border-color css
<style>
span { border-color: #CBA1EE; }
span { border-color: rgb(203,161,238); }
td.TdClassName
{
border-color: #CBA1EE;
}
.TagClassName
{
border-color: #CBA1EE;
}
</style>