Shades of Wisteria #C584DD
Tints of Wisteria #C584DD
RGB
CMYK
RGB Variations
Color information
#C584DD (or 0xC584DD) is known color: Wisteria. HEX triplet: C5, 84 and DD. RGB value is (197,132,221). Sum of RGB (Red+Green+Blue) = 197+132+221=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C584DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584DD is #3A7B22. Grayscale: #A1A1A1. Windows color (decimal): -3832611 or 14517445. OLE color: 14517445.
HSL color Cylindrical-coordinate representation of color #C584DD: hue angle of 283.82º 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 #C584DD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 132 | 221 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.13 |
| HSL | 283.82º | 0.57% | 0.69% | - |
| HSV(B) | 283.82º | 0.4% | 0.87% | - |
| XYZ | 44.33 | 33.59 | 72.55 | - |
| YUV | 161.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 221 | 0.11 | 0.40 | 0 | 0.13 | 283.82 | 0.57 | 0.69 |
| Hex | C5 | 84 | DD | B | 28 | 0 | D | 11C | 39 | 45 |
| Octal | 305 | 204 | 335 | 13 | 50 | 0 | 15 | 434 | 71 | 105 |
| Binary | 11000101 | 10000100 | 11011101 | 1011 | 101000 | 0 | 1101 | 100011100 | 111001 | 1000101 |
Color Harmonies of #C584DD
Complementary color
Monochromatic Colors of #C584DD
Black with #C584DD
Text Example
Text Example
White with #C584DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584DD; }
p { color: rgb(197,132,221); }
H1.HeaderClassName
{
color: #C584DD;
}
.AnyTagClassName
{
color: #C584DD;
}
</style>
background-color css
<style>
a { background-color: #C584DD; }
a { background-color: rgb(197,132,221); }
div.DivClassName
{
background-color: #C584DD;
}
.BgClassName
{
background-color: #C584DD;
}
</style>
border-color css
<style>
span { border-color: #C584DD; }
span { border-color: rgb(197,132,221); }
td.TdClassName
{
border-color: #C584DD;
}
.TagClassName
{
border-color: #C584DD;
}
</style>