Shades of Wisteria #CA8EE4
Tints of Wisteria #CA8EE4
RGB
CMYK
RGB Variations
Color information
#CA8EE4 (or 0xCA8EE4) is known color: Wisteria. HEX triplet: CA, 8E and E4. RGB value is (202,142,228). Sum of RGB (Red+Green+Blue) = 202+142+228=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA8EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EE4 is #35711B. Grayscale: #A9A9A9. Windows color (decimal): -3502364 or 14978762. OLE color: 14978762.
HSL color Cylindrical-coordinate representation of color #CA8EE4: hue angle of 281.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA8EE4 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 142 | 228 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.11 |
| HSL | 281.86º | 0.61% | 0.73% | - |
| HSV(B) | 281.86º | 0.38% | 0.89% | - |
| XYZ | 48.03 | 37.5 | 78.11 | - |
| YUV | 169.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 228 | 0.11 | 0.38 | 0 | 0.11 | 281.86 | 0.61 | 0.73 |
| Hex | CA | 8E | E4 | B | 26 | 0 | B | 11A | 3D | 49 |
| Octal | 312 | 216 | 344 | 13 | 46 | 0 | 13 | 432 | 75 | 111 |
| Binary | 11001010 | 10001110 | 11100100 | 1011 | 100110 | 0 | 1011 | 100011010 | 111101 | 1001001 |
Color Harmonies of #CA8EE4
Complementary color
Monochromatic Colors of #CA8EE4
Black with #CA8EE4
Text Example
Text Example
White with #CA8EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EE4; }
p { color: rgb(202,142,228); }
H1.HeaderClassName
{
color: #CA8EE4;
}
.AnyTagClassName
{
color: #CA8EE4;
}
</style>
background-color css
<style>
a { background-color: #CA8EE4; }
a { background-color: rgb(202,142,228); }
div.DivClassName
{
background-color: #CA8EE4;
}
.BgClassName
{
background-color: #CA8EE4;
}
</style>
border-color css
<style>
span { border-color: #CA8EE4; }
span { border-color: rgb(202,142,228); }
td.TdClassName
{
border-color: #CA8EE4;
}
.TagClassName
{
border-color: #CA8EE4;
}
</style>