Shades of Wisteria #C586E2
Tints of Wisteria #C586E2
RGB
CMYK
RGB Variations
Color information
#C586E2 (or 0xC586E2) is known color: Wisteria. HEX triplet: C5, 86 and E2. RGB value is (197,134,226). Sum of RGB (Red+Green+Blue) = 197+134+226=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #C586E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586E2 is #3A791D. Grayscale: #A3A3A3. Windows color (decimal): -3832094 or 14845637. OLE color: 14845637.
HSL color Cylindrical-coordinate representation of color #C586E2: hue angle of 281.09º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C586E2 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 134 | 226 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.11 |
| HSL | 281.09º | 0.61% | 0.71% | - |
| HSV(B) | 281.09º | 0.41% | 0.89% | - |
| XYZ | 45.28 | 34.41 | 76.21 | - |
| YUV | 163.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 226 | 0.13 | 0.41 | 0 | 0.11 | 281.09 | 0.61 | 0.71 |
| Hex | C5 | 86 | E2 | D | 29 | 0 | B | 119 | 3D | 47 |
| Octal | 305 | 206 | 342 | 15 | 51 | 0 | 13 | 431 | 75 | 107 |
| Binary | 11000101 | 10000110 | 11100010 | 1101 | 101001 | 0 | 1011 | 100011001 | 111101 | 1000111 |
Color Harmonies of #C586E2
Complementary color
Monochromatic Colors of #C586E2
Black with #C586E2
Text Example
Text Example
White with #C586E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586E2; }
p { color: rgb(197,134,226); }
H1.HeaderClassName
{
color: #C586E2;
}
.AnyTagClassName
{
color: #C586E2;
}
</style>
background-color css
<style>
a { background-color: #C586E2; }
a { background-color: rgb(197,134,226); }
div.DivClassName
{
background-color: #C586E2;
}
.BgClassName
{
background-color: #C586E2;
}
</style>
border-color css
<style>
span { border-color: #C586E2; }
span { border-color: rgb(197,134,226); }
td.TdClassName
{
border-color: #C586E2;
}
.TagClassName
{
border-color: #C586E2;
}
</style>