Shades of Wisteria #C581E5
Tints of Wisteria #C581E5
RGB
CMYK
RGB Variations
Color information
#C581E5 (or 0xC581E5) is known color: Wisteria. HEX triplet: C5, 81 and E5. RGB value is (197,129,229). Sum of RGB (Red+Green+Blue) = 197+129+229=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #C581E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581E5 is #3A7E1A. Grayscale: #A0A0A0. Windows color (decimal): -3833371 or 15040965. OLE color: 15040965.
HSL color Cylindrical-coordinate representation of color #C581E5: hue angle of 280.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C581E5 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 129 | 229 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.10 |
| HSL | 280.8º | 0.66% | 0.7% | - |
| HSV(B) | 280.8º | 0.44% | 0.9% | - |
| XYZ | 45.02 | 33.23 | 78.17 | - |
| YUV | 160.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 229 | 0.14 | 0.44 | 0 | 0.10 | 280.8 | 0.66 | 0.7 |
| Hex | C5 | 81 | E5 | E | 2C | 0 | A | 119 | 42 | 46 |
| Octal | 305 | 201 | 345 | 16 | 54 | 0 | 12 | 431 | 102 | 106 |
| Binary | 11000101 | 10000001 | 11100101 | 1110 | 101100 | 0 | 1010 | 100011001 | 1000010 | 1000110 |
Color Harmonies of #C581E5
Complementary color
Monochromatic Colors of #C581E5
Black with #C581E5
Text Example
Text Example
White with #C581E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581E5; }
p { color: rgb(197,129,229); }
H1.HeaderClassName
{
color: #C581E5;
}
.AnyTagClassName
{
color: #C581E5;
}
</style>
background-color css
<style>
a { background-color: #C581E5; }
a { background-color: rgb(197,129,229); }
div.DivClassName
{
background-color: #C581E5;
}
.BgClassName
{
background-color: #C581E5;
}
</style>
border-color css
<style>
span { border-color: #C581E5; }
span { border-color: rgb(197,129,229); }
td.TdClassName
{
border-color: #C581E5;
}
.TagClassName
{
border-color: #C581E5;
}
</style>