Shades of Wisteria #C584DE
Tints of Wisteria #C584DE
RGB
CMYK
RGB Variations
Color information
#C584DE (or 0xC584DE) is known color: Wisteria. HEX triplet: C5, 84 and DE. RGB value is (197,132,222). Sum of RGB (Red+Green+Blue) = 197+132+222=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #C584DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584DE is #3A7B21. Grayscale: #A1A1A1. Windows color (decimal): -3832610 or 14582981. OLE color: 14582981.
HSL color Cylindrical-coordinate representation of color #C584DE: hue angle of 283.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C584DE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 132 | 222 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.13 |
| HSL | 283.33º | 0.58% | 0.69% | - |
| HSV(B) | 283.33º | 0.41% | 0.87% | - |
| XYZ | 44.46 | 33.65 | 73.26 | - |
| YUV | 161.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 222 | 0.11 | 0.41 | 0 | 0.13 | 283.33 | 0.58 | 0.69 |
| Hex | C5 | 84 | DE | B | 29 | 0 | D | 11B | 3A | 45 |
| Octal | 305 | 204 | 336 | 13 | 51 | 0 | 15 | 433 | 72 | 105 |
| Binary | 11000101 | 10000100 | 11011110 | 1011 | 101001 | 0 | 1101 | 100011011 | 111010 | 1000101 |
Color Harmonies of #C584DE
Complementary color
Monochromatic Colors of #C584DE
Black with #C584DE
Text Example
Text Example
White with #C584DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584DE; }
p { color: rgb(197,132,222); }
H1.HeaderClassName
{
color: #C584DE;
}
.AnyTagClassName
{
color: #C584DE;
}
</style>
background-color css
<style>
a { background-color: #C584DE; }
a { background-color: rgb(197,132,222); }
div.DivClassName
{
background-color: #C584DE;
}
.BgClassName
{
background-color: #C584DE;
}
</style>
border-color css
<style>
span { border-color: #C584DE; }
span { border-color: rgb(197,132,222); }
td.TdClassName
{
border-color: #C584DE;
}
.TagClassName
{
border-color: #C584DE;
}
</style>