Shades of Wisteria #CA88EA
Tints of Wisteria #CA88EA
RGB
CMYK
RGB Variations
Color information
#CA88EA (or 0xCA88EA) is known color: Wisteria. HEX triplet: CA, 88 and EA. RGB value is (202,136,234). Sum of RGB (Red+Green+Blue) = 202+136+234=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88EA is #357715. Grayscale: #A6A6A6. Windows color (decimal): -3503894 or 15370442. OLE color: 15370442.
HSL color Cylindrical-coordinate representation of color #CA88EA: hue angle of 280.41º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA88EA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 136 | 234 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.08 |
| HSL | 280.41º | 0.7% | 0.73% | - |
| HSV(B) | 280.41º | 0.42% | 0.92% | - |
| XYZ | 48.01 | 36.11 | 82.28 | - |
| YUV | 166.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 234 | 0.14 | 0.42 | 0 | 0.08 | 280.41 | 0.7 | 0.73 |
| Hex | CA | 88 | EA | E | 2A | 0 | 8 | 118 | 46 | 49 |
| Octal | 312 | 210 | 352 | 16 | 52 | 0 | 10 | 430 | 106 | 111 |
| Binary | 11001010 | 10001000 | 11101010 | 1110 | 101010 | 0 | 1000 | 100011000 | 1000110 | 1001001 |
Color Harmonies of #CA88EA
Complementary color
Monochromatic Colors of #CA88EA
Black with #CA88EA
Text Example
Text Example
White with #CA88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88EA; }
p { color: rgb(202,136,234); }
H1.HeaderClassName
{
color: #CA88EA;
}
.AnyTagClassName
{
color: #CA88EA;
}
</style>
background-color css
<style>
a { background-color: #CA88EA; }
a { background-color: rgb(202,136,234); }
div.DivClassName
{
background-color: #CA88EA;
}
.BgClassName
{
background-color: #CA88EA;
}
</style>
border-color css
<style>
span { border-color: #CA88EA; }
span { border-color: rgb(202,136,234); }
td.TdClassName
{
border-color: #CA88EA;
}
.TagClassName
{
border-color: #CA88EA;
}
</style>