Shades of Wisteria #CBA1E5
Tints of Wisteria #CBA1E5
RGB
CMYK
RGB Variations
Color information
#CBA1E5 (or 0xCBA1E5) is known color: Wisteria. HEX triplet: CB, A1 and E5. RGB value is (203,161,229). Sum of RGB (Red+Green+Blue) = 203+161+229=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1E5 is #345E1A. Grayscale: #B5B5B5. Windows color (decimal): -3431963 or 15049163. OLE color: 15049163.
HSL color Cylindrical-coordinate representation of color #CBA1E5: hue angle of 277.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA1E5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 161 | 229 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.10 |
| HSL | 277.06º | 0.57% | 0.76% | - |
| HSV(B) | 277.06º | 0.3% | 0.9% | - |
| XYZ | 51.52 | 43.84 | 79.88 | - |
| YUV | 181.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 229 | 0.11 | 0.30 | 0 | 0.10 | 277.06 | 0.57 | 0.76 |
| Hex | CB | A1 | E5 | B | 1E | 0 | A | 115 | 39 | 4C |
| Octal | 313 | 241 | 345 | 13 | 36 | 0 | 12 | 425 | 71 | 114 |
| Binary | 11001011 | 10100001 | 11100101 | 1011 | 11110 | 0 | 1010 | 100010101 | 111001 | 1001100 |
Color Harmonies of #CBA1E5
Complementary color
Monochromatic Colors of #CBA1E5
Black with #CBA1E5
Text Example
Text Example
White with #CBA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1E5; }
p { color: rgb(203,161,229); }
H1.HeaderClassName
{
color: #CBA1E5;
}
.AnyTagClassName
{
color: #CBA1E5;
}
</style>
background-color css
<style>
a { background-color: #CBA1E5; }
a { background-color: rgb(203,161,229); }
div.DivClassName
{
background-color: #CBA1E5;
}
.BgClassName
{
background-color: #CBA1E5;
}
</style>
border-color css
<style>
span { border-color: #CBA1E5; }
span { border-color: rgb(203,161,229); }
td.TdClassName
{
border-color: #CBA1E5;
}
.TagClassName
{
border-color: #CBA1E5;
}
</style>