Shades of Wisteria #C484DD
Tints of Wisteria #C484DD
RGB
CMYK
RGB Variations
Color information
#C484DD (or 0xC484DD) is known color: Wisteria. HEX triplet: C4, 84 and DD. RGB value is (196,132,221). Sum of RGB (Red+Green+Blue) = 196+132+221=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C484DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484DD is #3B7B22. Grayscale: #A0A0A0. Windows color (decimal): -3898147 or 14517444. OLE color: 14517444.
HSL color Cylindrical-coordinate representation of color #C484DD: hue angle of 283.15º 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 #C484DD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 132 | 221 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.13 |
| HSL | 283.15º | 0.57% | 0.69% | - |
| HSV(B) | 283.15º | 0.4% | 0.87% | - |
| XYZ | 44.07 | 33.46 | 72.54 | - |
| YUV | 161.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 221 | 0.11 | 0.40 | 0 | 0.13 | 283.15 | 0.57 | 0.69 |
| Hex | C4 | 84 | DD | B | 28 | 0 | D | 11B | 39 | 45 |
| Octal | 304 | 204 | 335 | 13 | 50 | 0 | 15 | 433 | 71 | 105 |
| Binary | 11000100 | 10000100 | 11011101 | 1011 | 101000 | 0 | 1101 | 100011011 | 111001 | 1000101 |
Color Harmonies of #C484DD
Complementary color
Monochromatic Colors of #C484DD
Black with #C484DD
Text Example
Text Example
White with #C484DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484DD; }
p { color: rgb(196,132,221); }
H1.HeaderClassName
{
color: #C484DD;
}
.AnyTagClassName
{
color: #C484DD;
}
</style>
background-color css
<style>
a { background-color: #C484DD; }
a { background-color: rgb(196,132,221); }
div.DivClassName
{
background-color: #C484DD;
}
.BgClassName
{
background-color: #C484DD;
}
</style>
border-color css
<style>
span { border-color: #C484DD; }
span { border-color: rgb(196,132,221); }
td.TdClassName
{
border-color: #C484DD;
}
.TagClassName
{
border-color: #C484DD;
}
</style>