Shades of Wisteria #CBA5E5
Tints of Wisteria #CBA5E5
RGB
CMYK
RGB Variations
Color information
#CBA5E5 (or 0xCBA5E5) is known color: Wisteria. HEX triplet: CB, A5 and E5. RGB value is (203,165,229). Sum of RGB (Red+Green+Blue) = 203+165+229=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBA5E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5E5 is #345A1A. Grayscale: #B7B7B7. Windows color (decimal): -3430939 or 15050187. OLE color: 15050187.
HSL color Cylindrical-coordinate representation of color #CBA5E5: hue angle of 275.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA5E5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 165 | 229 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.10 |
| HSL | 275.63º | 0.55% | 0.77% | - |
| HSV(B) | 275.63º | 0.28% | 0.9% | - |
| XYZ | 52.23 | 45.26 | 80.11 | - |
| YUV | 183.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 229 | 0.11 | 0.28 | 0 | 0.10 | 275.63 | 0.55 | 0.77 |
| Hex | CB | A5 | E5 | B | 1C | 0 | A | 114 | 37 | 4D |
| Octal | 313 | 245 | 345 | 13 | 34 | 0 | 12 | 424 | 67 | 115 |
| Binary | 11001011 | 10100101 | 11100101 | 1011 | 11100 | 0 | 1010 | 100010100 | 110111 | 1001101 |
Color Harmonies of #CBA5E5
Complementary color
Monochromatic Colors of #CBA5E5
Black with #CBA5E5
Text Example
Text Example
White with #CBA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5E5; }
p { color: rgb(203,165,229); }
H1.HeaderClassName
{
color: #CBA5E5;
}
.AnyTagClassName
{
color: #CBA5E5;
}
</style>
background-color css
<style>
a { background-color: #CBA5E5; }
a { background-color: rgb(203,165,229); }
div.DivClassName
{
background-color: #CBA5E5;
}
.BgClassName
{
background-color: #CBA5E5;
}
</style>
border-color css
<style>
span { border-color: #CBA5E5; }
span { border-color: rgb(203,165,229); }
td.TdClassName
{
border-color: #CBA5E5;
}
.TagClassName
{
border-color: #CBA5E5;
}
</style>