Shades of Wisteria #CBA1E4
Tints of Wisteria #CBA1E4
RGB
CMYK
RGB Variations
Color information
#CBA1E4 (or 0xCBA1E4) is known color: Wisteria. HEX triplet: CB, A1 and E4. RGB value is (203,161,228). Sum of RGB (Red+Green+Blue) = 203+161+228=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1E4 is #345E1B. Grayscale: #B4B4B4. Windows color (decimal): -3431964 or 14983627. OLE color: 14983627.
HSL color Cylindrical-coordinate representation of color #CBA1E4: hue angle of 277.61º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA1E4 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 161 | 228 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.11 |
| HSL | 277.61º | 0.55% | 0.76% | - |
| HSV(B) | 277.61º | 0.29% | 0.89% | - |
| XYZ | 51.38 | 43.79 | 79.14 | - |
| YUV | 181.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 228 | 0.11 | 0.29 | 0 | 0.11 | 277.61 | 0.55 | 0.76 |
| Hex | CB | A1 | E4 | B | 1D | 0 | B | 116 | 37 | 4C |
| Octal | 313 | 241 | 344 | 13 | 35 | 0 | 13 | 426 | 67 | 114 |
| Binary | 11001011 | 10100001 | 11100100 | 1011 | 11101 | 0 | 1011 | 100010110 | 110111 | 1001100 |
Color Harmonies of #CBA1E4
Complementary color
Monochromatic Colors of #CBA1E4
Black with #CBA1E4
Text Example
Text Example
White with #CBA1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1E4; }
p { color: rgb(203,161,228); }
H1.HeaderClassName
{
color: #CBA1E4;
}
.AnyTagClassName
{
color: #CBA1E4;
}
</style>
background-color css
<style>
a { background-color: #CBA1E4; }
a { background-color: rgb(203,161,228); }
div.DivClassName
{
background-color: #CBA1E4;
}
.BgClassName
{
background-color: #CBA1E4;
}
</style>
border-color css
<style>
span { border-color: #CBA1E4; }
span { border-color: rgb(203,161,228); }
td.TdClassName
{
border-color: #CBA1E4;
}
.TagClassName
{
border-color: #CBA1E4;
}
</style>