Shades of Wisteria #CA84DB
Tints of Wisteria #CA84DB
RGB
CMYK
RGB Variations
Color information
#CA84DB (or 0xCA84DB) is known color: Wisteria. HEX triplet: CA, 84 and DB. RGB value is (202,132,219). Sum of RGB (Red+Green+Blue) = 202+132+219=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84DB is #357B24. Grayscale: #A2A2A2. Windows color (decimal): -3504933 or 14386378. OLE color: 14386378.
HSL color Cylindrical-coordinate representation of color #CA84DB: hue angle of 288.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA84DB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 132 | 219 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.14 |
| HSL | 288.28º | 0.55% | 0.69% | - |
| HSV(B) | 288.28º | 0.4% | 0.86% | - |
| XYZ | 45.39 | 34.17 | 71.22 | - |
| YUV | 162.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 219 | 0.08 | 0.40 | 0 | 0.14 | 288.28 | 0.55 | 0.69 |
| Hex | CA | 84 | DB | 8 | 28 | 0 | E | 120 | 37 | 45 |
| Octal | 312 | 204 | 333 | 10 | 50 | 0 | 16 | 440 | 67 | 105 |
| Binary | 11001010 | 10000100 | 11011011 | 1000 | 101000 | 0 | 1110 | 100100000 | 110111 | 1000101 |
Color Harmonies of #CA84DB
Complementary color
Monochromatic Colors of #CA84DB
Black with #CA84DB
Text Example
Text Example
White with #CA84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84DB; }
p { color: rgb(202,132,219); }
H1.HeaderClassName
{
color: #CA84DB;
}
.AnyTagClassName
{
color: #CA84DB;
}
</style>
background-color css
<style>
a { background-color: #CA84DB; }
a { background-color: rgb(202,132,219); }
div.DivClassName
{
background-color: #CA84DB;
}
.BgClassName
{
background-color: #CA84DB;
}
</style>
border-color css
<style>
span { border-color: #CA84DB; }
span { border-color: rgb(202,132,219); }
td.TdClassName
{
border-color: #CA84DB;
}
.TagClassName
{
border-color: #CA84DB;
}
</style>