Shades of Wisteria #CA84EA
Tints of Wisteria #CA84EA
RGB
CMYK
RGB Variations
Color information
#CA84EA (or 0xCA84EA) is known color: Wisteria. HEX triplet: CA, 84 and EA. RGB value is (202,132,234). Sum of RGB (Red+Green+Blue) = 202+132+234=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84EA is #357B15. Grayscale: #A4A4A4. Windows color (decimal): -3504918 or 15369418. OLE color: 15369418.
HSL color Cylindrical-coordinate representation of color #CA84EA: hue angle of 281.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA84EA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 132 | 234 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.08 |
| HSL | 281.18º | 0.71% | 0.72% | - |
| HSV(B) | 281.18º | 0.44% | 0.92% | - |
| XYZ | 47.46 | 35 | 82.1 | - |
| YUV | 164.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 234 | 0.14 | 0.44 | 0 | 0.08 | 281.18 | 0.71 | 0.72 |
| Hex | CA | 84 | EA | E | 2C | 0 | 8 | 119 | 47 | 48 |
| Octal | 312 | 204 | 352 | 16 | 54 | 0 | 10 | 431 | 107 | 110 |
| Binary | 11001010 | 10000100 | 11101010 | 1110 | 101100 | 0 | 1000 | 100011001 | 1000111 | 1001000 |
Color Harmonies of #CA84EA
Complementary color
Monochromatic Colors of #CA84EA
Black with #CA84EA
Text Example
Text Example
White with #CA84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84EA; }
p { color: rgb(202,132,234); }
H1.HeaderClassName
{
color: #CA84EA;
}
.AnyTagClassName
{
color: #CA84EA;
}
</style>
background-color css
<style>
a { background-color: #CA84EA; }
a { background-color: rgb(202,132,234); }
div.DivClassName
{
background-color: #CA84EA;
}
.BgClassName
{
background-color: #CA84EA;
}
</style>
border-color css
<style>
span { border-color: #CA84EA; }
span { border-color: rgb(202,132,234); }
td.TdClassName
{
border-color: #CA84EA;
}
.TagClassName
{
border-color: #CA84EA;
}
</style>