Shades of Wisteria #C587E5
Tints of Wisteria #C587E5
RGB
CMYK
RGB Variations
Color information
#C587E5 (or 0xC587E5) is known color: Wisteria. HEX triplet: C5, 87 and E5. RGB value is (197,135,229). Sum of RGB (Red+Green+Blue) = 197+135+229=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #C587E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587E5 is #3A781A. Grayscale: #A3A3A3. Windows color (decimal): -3831835 or 15042501. OLE color: 15042501.
HSL color Cylindrical-coordinate representation of color #C587E5: hue angle of 279.57º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C587E5 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 135 | 229 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.10 |
| HSL | 279.57º | 0.64% | 0.71% | - |
| HSV(B) | 279.57º | 0.41% | 0.9% | - |
| XYZ | 45.83 | 34.86 | 78.44 | - |
| YUV | 164.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 229 | 0.14 | 0.41 | 0 | 0.10 | 279.57 | 0.64 | 0.71 |
| Hex | C5 | 87 | E5 | E | 29 | 0 | A | 118 | 40 | 47 |
| Octal | 305 | 207 | 345 | 16 | 51 | 0 | 12 | 430 | 100 | 107 |
| Binary | 11000101 | 10000111 | 11100101 | 1110 | 101001 | 0 | 1010 | 100011000 | 1000000 | 1000111 |
Color Harmonies of #C587E5
Complementary color
Monochromatic Colors of #C587E5
Black with #C587E5
Text Example
Text Example
White with #C587E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587E5; }
p { color: rgb(197,135,229); }
H1.HeaderClassName
{
color: #C587E5;
}
.AnyTagClassName
{
color: #C587E5;
}
</style>
background-color css
<style>
a { background-color: #C587E5; }
a { background-color: rgb(197,135,229); }
div.DivClassName
{
background-color: #C587E5;
}
.BgClassName
{
background-color: #C587E5;
}
</style>
border-color css
<style>
span { border-color: #C587E5; }
span { border-color: rgb(197,135,229); }
td.TdClassName
{
border-color: #C587E5;
}
.TagClassName
{
border-color: #C587E5;
}
</style>