Shades of Wisteria #C584ED
Tints of Wisteria #C584ED
RGB
CMYK
RGB Variations
Color information
#C584ED (or 0xC584ED) is known color: Wisteria. HEX triplet: C5, 84 and ED. RGB value is (197,132,237). Sum of RGB (Red+Green+Blue) = 197+132+237=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #C584ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C584ED is #3A7B12. Grayscale: #A3A3A3. Windows color (decimal): -3832595 or 15566021. OLE color: 15566021.
HSL color Cylindrical-coordinate representation of color #C584ED: hue angle of 277.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C584ED is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 132 | 237 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.07 |
| HSL | 277.14º | 0.74% | 0.72% | - |
| HSV(B) | 277.14º | 0.44% | 0.93% | - |
| XYZ | 46.56 | 34.49 | 84.32 | - |
| YUV | 163.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 237 | 0.17 | 0.44 | 0 | 0.07 | 277.14 | 0.74 | 0.72 |
| Hex | C5 | 84 | ED | 11 | 2C | 0 | 7 | 115 | 4A | 48 |
| Octal | 305 | 204 | 355 | 21 | 54 | 0 | 7 | 425 | 112 | 110 |
| Binary | 11000101 | 10000100 | 11101101 | 10001 | 101100 | 0 | 111 | 100010101 | 1001010 | 1001000 |
Color Harmonies of #C584ED
Complementary color
Monochromatic Colors of #C584ED
Black with #C584ED
Text Example
Text Example
White with #C584ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584ED; }
p { color: rgb(197,132,237); }
H1.HeaderClassName
{
color: #C584ED;
}
.AnyTagClassName
{
color: #C584ED;
}
</style>
background-color css
<style>
a { background-color: #C584ED; }
a { background-color: rgb(197,132,237); }
div.DivClassName
{
background-color: #C584ED;
}
.BgClassName
{
background-color: #C584ED;
}
</style>
border-color css
<style>
span { border-color: #C584ED; }
span { border-color: rgb(197,132,237); }
td.TdClassName
{
border-color: #C584ED;
}
.TagClassName
{
border-color: #C584ED;
}
</style>