Shades of Wisteria #C584F2
Tints of Wisteria #C584F2
RGB
CMYK
RGB Variations
Color information
#C584F2 (or 0xC584F2) is known color: Wisteria. HEX triplet: C5, 84 and F2. RGB value is (197,132,242). Sum of RGB (Red+Green+Blue) = 197+132+242=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #C584F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C584F2 is #3A7B0D. Grayscale: #A3A3A3. Windows color (decimal): -3832590 or 15893701. OLE color: 15893701.
HSL color Cylindrical-coordinate representation of color #C584F2: hue angle of 275.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C584F2 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 132 | 242 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.05 |
| HSL | 275.45º | 0.81% | 0.73% | - |
| HSV(B) | 275.45º | 0.45% | 0.95% | - |
| XYZ | 47.3 | 34.78 | 88.23 | - |
| YUV | 163.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 242 | 0.19 | 0.45 | 0 | 0.05 | 275.45 | 0.81 | 0.73 |
| Hex | C5 | 84 | F2 | 13 | 2D | 0 | 5 | 113 | 51 | 49 |
| Octal | 305 | 204 | 362 | 23 | 55 | 0 | 5 | 423 | 121 | 111 |
| Binary | 11000101 | 10000100 | 11110010 | 10011 | 101101 | 0 | 101 | 100010011 | 1010001 | 1001001 |
Color Harmonies of #C584F2
Complementary color
Monochromatic Colors of #C584F2
Black with #C584F2
Text Example
Text Example
White with #C584F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584F2; }
p { color: rgb(197,132,242); }
H1.HeaderClassName
{
color: #C584F2;
}
.AnyTagClassName
{
color: #C584F2;
}
</style>
background-color css
<style>
a { background-color: #C584F2; }
a { background-color: rgb(197,132,242); }
div.DivClassName
{
background-color: #C584F2;
}
.BgClassName
{
background-color: #C584F2;
}
</style>
border-color css
<style>
span { border-color: #C584F2; }
span { border-color: rgb(197,132,242); }
td.TdClassName
{
border-color: #C584F2;
}
.TagClassName
{
border-color: #C584F2;
}
</style>