Shades of Wisteria #C587E4
Tints of Wisteria #C587E4
RGB
CMYK
RGB Variations
Color information
#C587E4 (or 0xC587E4) is known color: Wisteria. HEX triplet: C5, 87 and E4. RGB value is (197,135,228). Sum of RGB (Red+Green+Blue) = 197+135+228=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #C587E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587E4 is #3A781B. Grayscale: #A3A3A3. Windows color (decimal): -3831836 or 14976965. OLE color: 14976965.
HSL color Cylindrical-coordinate representation of color #C587E4: hue angle of 280º degrees, saturation: 0.63, 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 #C587E4 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 135 | 228 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.11 |
| HSL | 280º | 0.63% | 0.71% | - |
| HSV(B) | 280º | 0.41% | 0.89% | - |
| XYZ | 45.69 | 34.8 | 77.71 | - |
| YUV | 164.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 228 | 0.14 | 0.41 | 0 | 0.11 | 280 | 0.63 | 0.71 |
| Hex | C5 | 87 | E4 | E | 29 | 0 | B | 118 | 3F | 47 |
| Octal | 305 | 207 | 344 | 16 | 51 | 0 | 13 | 430 | 77 | 107 |
| Binary | 11000101 | 10000111 | 11100100 | 1110 | 101001 | 0 | 1011 | 100011000 | 111111 | 1000111 |
Color Harmonies of #C587E4
Complementary color
Monochromatic Colors of #C587E4
Black with #C587E4
Text Example
Text Example
White with #C587E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587E4; }
p { color: rgb(197,135,228); }
H1.HeaderClassName
{
color: #C587E4;
}
.AnyTagClassName
{
color: #C587E4;
}
</style>
background-color css
<style>
a { background-color: #C587E4; }
a { background-color: rgb(197,135,228); }
div.DivClassName
{
background-color: #C587E4;
}
.BgClassName
{
background-color: #C587E4;
}
</style>
border-color css
<style>
span { border-color: #C587E4; }
span { border-color: rgb(197,135,228); }
td.TdClassName
{
border-color: #C587E4;
}
.TagClassName
{
border-color: #C587E4;
}
</style>