Shades of Wisteria #CBA4EA
Tints of Wisteria #CBA4EA
RGB
CMYK
RGB Variations
Color information
#CBA4EA (or 0xCBA4EA) is known color: Wisteria. HEX triplet: CB, A4 and EA. RGB value is (203,164,234). Sum of RGB (Red+Green+Blue) = 203+164+234=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4EA is #345B15. Grayscale: #B7B7B7. Windows color (decimal): -3431190 or 15377611. OLE color: 15377611.
HSL color Cylindrical-coordinate representation of color #CBA4EA: hue angle of 273.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA4EA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 164 | 234 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.08 |
| HSL | 273.43º | 0.63% | 0.78% | - |
| HSV(B) | 273.43º | 0.3% | 0.92% | - |
| XYZ | 52.76 | 45.19 | 83.78 | - |
| YUV | 183.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 234 | 0.13 | 0.30 | 0 | 0.08 | 273.43 | 0.63 | 0.78 |
| Hex | CB | A4 | EA | D | 1E | 0 | 8 | 111 | 3E | 4E |
| Octal | 313 | 244 | 352 | 15 | 36 | 0 | 10 | 421 | 76 | 116 |
| Binary | 11001011 | 10100100 | 11101010 | 1101 | 11110 | 0 | 1000 | 100010001 | 111110 | 1001110 |
Color Harmonies of #CBA4EA
Complementary color
Monochromatic Colors of #CBA4EA
Black with #CBA4EA
Text Example
Text Example
White with #CBA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4EA; }
p { color: rgb(203,164,234); }
H1.HeaderClassName
{
color: #CBA4EA;
}
.AnyTagClassName
{
color: #CBA4EA;
}
</style>
background-color css
<style>
a { background-color: #CBA4EA; }
a { background-color: rgb(203,164,234); }
div.DivClassName
{
background-color: #CBA4EA;
}
.BgClassName
{
background-color: #CBA4EA;
}
</style>
border-color css
<style>
span { border-color: #CBA4EA; }
span { border-color: rgb(203,164,234); }
td.TdClassName
{
border-color: #CBA4EA;
}
.TagClassName
{
border-color: #CBA4EA;
}
</style>