Shades of Wisteria #CBA2E5
Tints of Wisteria #CBA2E5
RGB
CMYK
RGB Variations
Color information
#CBA2E5 (or 0xCBA2E5) is known color: Wisteria. HEX triplet: CB, A2 and E5. RGB value is (203,162,229). Sum of RGB (Red+Green+Blue) = 203+162+229=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2E5 is #345D1A. Grayscale: #B5B5B5. Windows color (decimal): -3431707 or 15049419. OLE color: 15049419.
HSL color Cylindrical-coordinate representation of color #CBA2E5: hue angle of 276.72º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA2E5 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 162 | 229 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.10 |
| HSL | 276.72º | 0.56% | 0.77% | - |
| HSV(B) | 276.72º | 0.29% | 0.9% | - |
| XYZ | 51.69 | 44.19 | 79.93 | - |
| YUV | 181.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 229 | 0.11 | 0.29 | 0 | 0.10 | 276.72 | 0.56 | 0.77 |
| Hex | CB | A2 | E5 | B | 1D | 0 | A | 115 | 38 | 4D |
| Octal | 313 | 242 | 345 | 13 | 35 | 0 | 12 | 425 | 70 | 115 |
| Binary | 11001011 | 10100010 | 11100101 | 1011 | 11101 | 0 | 1010 | 100010101 | 111000 | 1001101 |
Color Harmonies of #CBA2E5
Complementary color
Monochromatic Colors of #CBA2E5
Black with #CBA2E5
Text Example
Text Example
White with #CBA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2E5; }
p { color: rgb(203,162,229); }
H1.HeaderClassName
{
color: #CBA2E5;
}
.AnyTagClassName
{
color: #CBA2E5;
}
</style>
background-color css
<style>
a { background-color: #CBA2E5; }
a { background-color: rgb(203,162,229); }
div.DivClassName
{
background-color: #CBA2E5;
}
.BgClassName
{
background-color: #CBA2E5;
}
</style>
border-color css
<style>
span { border-color: #CBA2E5; }
span { border-color: rgb(203,162,229); }
td.TdClassName
{
border-color: #CBA2E5;
}
.TagClassName
{
border-color: #CBA2E5;
}
</style>