Shades of Wisteria #C584E6
Tints of Wisteria #C584E6
RGB
CMYK
RGB Variations
Color information
#C584E6 (or 0xC584E6) is known color: Wisteria. HEX triplet: C5, 84 and E6. RGB value is (197,132,230). Sum of RGB (Red+Green+Blue) = 197+132+230=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #C584E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C584E6 is #3A7B19. Grayscale: #A2A2A2. Windows color (decimal): -3832602 or 15107269. OLE color: 15107269.
HSL color Cylindrical-coordinate representation of color #C584E6: hue angle of 279.8º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C584E6 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 132 | 230 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.10 |
| HSL | 279.8º | 0.66% | 0.71% | - |
| HSV(B) | 279.8º | 0.43% | 0.9% | - |
| XYZ | 45.56 | 34.09 | 79.04 | - |
| YUV | 162.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 230 | 0.14 | 0.43 | 0 | 0.10 | 279.8 | 0.66 | 0.71 |
| Hex | C5 | 84 | E6 | E | 2B | 0 | A | 118 | 42 | 47 |
| Octal | 305 | 204 | 346 | 16 | 53 | 0 | 12 | 430 | 102 | 107 |
| Binary | 11000101 | 10000100 | 11100110 | 1110 | 101011 | 0 | 1010 | 100011000 | 1000010 | 1000111 |
Color Harmonies of #C584E6
Complementary color
Monochromatic Colors of #C584E6
Black with #C584E6
Text Example
Text Example
White with #C584E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584E6; }
p { color: rgb(197,132,230); }
H1.HeaderClassName
{
color: #C584E6;
}
.AnyTagClassName
{
color: #C584E6;
}
</style>
background-color css
<style>
a { background-color: #C584E6; }
a { background-color: rgb(197,132,230); }
div.DivClassName
{
background-color: #C584E6;
}
.BgClassName
{
background-color: #C584E6;
}
</style>
border-color css
<style>
span { border-color: #C584E6; }
span { border-color: rgb(197,132,230); }
td.TdClassName
{
border-color: #C584E6;
}
.TagClassName
{
border-color: #C584E6;
}
</style>