Shades of Wisteria #CA88EC
Tints of Wisteria #CA88EC
RGB
CMYK
RGB Variations
Color information
#CA88EC (or 0xCA88EC) is known color: Wisteria. HEX triplet: CA, 88 and EC. RGB value is (202,136,236). Sum of RGB (Red+Green+Blue) = 202+136+236=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88EC is #357713. Grayscale: #A6A6A6. Windows color (decimal): -3503892 or 15501514. OLE color: 15501514.
HSL color Cylindrical-coordinate representation of color #CA88EC: hue angle of 279.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA88EC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 136 | 236 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.07 |
| HSL | 279.6º | 0.72% | 0.73% | - |
| HSV(B) | 279.6º | 0.42% | 0.93% | - |
| XYZ | 48.3 | 36.22 | 83.8 | - |
| YUV | 167.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 236 | 0.14 | 0.42 | 0 | 0.07 | 279.6 | 0.72 | 0.73 |
| Hex | CA | 88 | EC | E | 2A | 0 | 7 | 118 | 48 | 49 |
| Octal | 312 | 210 | 354 | 16 | 52 | 0 | 7 | 430 | 110 | 111 |
| Binary | 11001010 | 10001000 | 11101100 | 1110 | 101010 | 0 | 111 | 100011000 | 1001000 | 1001001 |
Color Harmonies of #CA88EC
Complementary color
Monochromatic Colors of #CA88EC
Black with #CA88EC
Text Example
Text Example
White with #CA88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88EC; }
p { color: rgb(202,136,236); }
H1.HeaderClassName
{
color: #CA88EC;
}
.AnyTagClassName
{
color: #CA88EC;
}
</style>
background-color css
<style>
a { background-color: #CA88EC; }
a { background-color: rgb(202,136,236); }
div.DivClassName
{
background-color: #CA88EC;
}
.BgClassName
{
background-color: #CA88EC;
}
</style>
border-color css
<style>
span { border-color: #CA88EC; }
span { border-color: rgb(202,136,236); }
td.TdClassName
{
border-color: #CA88EC;
}
.TagClassName
{
border-color: #CA88EC;
}
</style>