Shades of Wisteria #CA84E3
Tints of Wisteria #CA84E3
RGB
CMYK
RGB Variations
Color information
#CA84E3 (or 0xCA84E3) is known color: Wisteria. HEX triplet: CA, 84 and E3. RGB value is (202,132,227). Sum of RGB (Red+Green+Blue) = 202+132+227=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA84E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84E3 is #357B1C. Grayscale: #A3A3A3. Windows color (decimal): -3504925 or 14910666. OLE color: 14910666.
HSL color Cylindrical-coordinate representation of color #CA84E3: hue angle of 284.21º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA84E3 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 132 | 227 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.11 |
| HSL | 284.21º | 0.63% | 0.7% | - |
| HSV(B) | 284.21º | 0.42% | 0.89% | - |
| XYZ | 46.47 | 34.61 | 76.9 | - |
| YUV | 163.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 227 | 0.11 | 0.42 | 0 | 0.11 | 284.21 | 0.63 | 0.7 |
| Hex | CA | 84 | E3 | B | 2A | 0 | B | 11C | 3F | 46 |
| Octal | 312 | 204 | 343 | 13 | 52 | 0 | 13 | 434 | 77 | 106 |
| Binary | 11001010 | 10000100 | 11100011 | 1011 | 101010 | 0 | 1011 | 100011100 | 111111 | 1000110 |
Color Harmonies of #CA84E3
Complementary color
Monochromatic Colors of #CA84E3
Black with #CA84E3
Text Example
Text Example
White with #CA84E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84E3; }
p { color: rgb(202,132,227); }
H1.HeaderClassName
{
color: #CA84E3;
}
.AnyTagClassName
{
color: #CA84E3;
}
</style>
background-color css
<style>
a { background-color: #CA84E3; }
a { background-color: rgb(202,132,227); }
div.DivClassName
{
background-color: #CA84E3;
}
.BgClassName
{
background-color: #CA84E3;
}
</style>
border-color css
<style>
span { border-color: #CA84E3; }
span { border-color: rgb(202,132,227); }
td.TdClassName
{
border-color: #CA84E3;
}
.TagClassName
{
border-color: #CA84E3;
}
</style>