Shades of Wisteria #CA84DD
Tints of Wisteria #CA84DD
RGB
CMYK
RGB Variations
Color information
#CA84DD (or 0xCA84DD) is known color: Wisteria. HEX triplet: CA, 84 and DD. RGB value is (202,132,221). Sum of RGB (Red+Green+Blue) = 202+132+221=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84DD is #357B22. Grayscale: #A2A2A2. Windows color (decimal): -3504931 or 14517450. OLE color: 14517450.
HSL color Cylindrical-coordinate representation of color #CA84DD: hue angle of 287.19º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA84DD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 132 | 221 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.13 |
| HSL | 287.19º | 0.57% | 0.69% | - |
| HSV(B) | 287.19º | 0.4% | 0.87% | - |
| XYZ | 45.66 | 34.28 | 72.62 | - |
| YUV | 163.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 221 | 0.09 | 0.40 | 0 | 0.13 | 287.19 | 0.57 | 0.69 |
| Hex | CA | 84 | DD | 9 | 28 | 0 | D | 11F | 39 | 45 |
| Octal | 312 | 204 | 335 | 11 | 50 | 0 | 15 | 437 | 71 | 105 |
| Binary | 11001010 | 10000100 | 11011101 | 1001 | 101000 | 0 | 1101 | 100011111 | 111001 | 1000101 |
Color Harmonies of #CA84DD
Complementary color
Monochromatic Colors of #CA84DD
Black with #CA84DD
Text Example
Text Example
White with #CA84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84DD; }
p { color: rgb(202,132,221); }
H1.HeaderClassName
{
color: #CA84DD;
}
.AnyTagClassName
{
color: #CA84DD;
}
</style>
background-color css
<style>
a { background-color: #CA84DD; }
a { background-color: rgb(202,132,221); }
div.DivClassName
{
background-color: #CA84DD;
}
.BgClassName
{
background-color: #CA84DD;
}
</style>
border-color css
<style>
span { border-color: #CA84DD; }
span { border-color: rgb(202,132,221); }
td.TdClassName
{
border-color: #CA84DD;
}
.TagClassName
{
border-color: #CA84DD;
}
</style>