Shades of Wisteria #CA88D9
Tints of Wisteria #CA88D9
RGB
CMYK
RGB Variations
Color information
#CA88D9 (or 0xCA88D9) is known color: Wisteria. HEX triplet: CA, 88 and D9. RGB value is (202,136,217). Sum of RGB (Red+Green+Blue) = 202+136+217=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA88D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88D9 is #357726. Grayscale: #A4A4A4. Windows color (decimal): -3503911 or 14256330. OLE color: 14256330.
HSL color Cylindrical-coordinate representation of color #CA88D9: hue angle of 288.89º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA88D9 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 136 | 217 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.15 |
| HSL | 288.89º | 0.52% | 0.69% | - |
| HSV(B) | 288.89º | 0.37% | 0.85% | - |
| XYZ | 45.69 | 35.17 | 70.03 | - |
| YUV | 164.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 217 | 0.07 | 0.37 | 0 | 0.15 | 288.89 | 0.52 | 0.69 |
| Hex | CA | 88 | D9 | 7 | 25 | 0 | F | 121 | 34 | 45 |
| Octal | 312 | 210 | 331 | 7 | 45 | 0 | 17 | 441 | 64 | 105 |
| Binary | 11001010 | 10001000 | 11011001 | 111 | 100101 | 0 | 1111 | 100100001 | 110100 | 1000101 |
Color Harmonies of #CA88D9
Complementary color
Monochromatic Colors of #CA88D9
Black with #CA88D9
Text Example
Text Example
White with #CA88D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88D9; }
p { color: rgb(202,136,217); }
H1.HeaderClassName
{
color: #CA88D9;
}
.AnyTagClassName
{
color: #CA88D9;
}
</style>
background-color css
<style>
a { background-color: #CA88D9; }
a { background-color: rgb(202,136,217); }
div.DivClassName
{
background-color: #CA88D9;
}
.BgClassName
{
background-color: #CA88D9;
}
</style>
border-color css
<style>
span { border-color: #CA88D9; }
span { border-color: rgb(202,136,217); }
td.TdClassName
{
border-color: #CA88D9;
}
.TagClassName
{
border-color: #CA88D9;
}
</style>