Shades of Wisteria #C581E7
Tints of Wisteria #C581E7
RGB
CMYK
RGB Variations
Color information
#C581E7 (or 0xC581E7) is known color: Wisteria. HEX triplet: C5, 81 and E7. RGB value is (197,129,231). Sum of RGB (Red+Green+Blue) = 197+129+231=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #C581E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581E7 is #3A7E18. Grayscale: #A0A0A0. Windows color (decimal): -3833369 or 15172037. OLE color: 15172037.
HSL color Cylindrical-coordinate representation of color #C581E7: hue angle of 280º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C581E7 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 129 | 231 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.09 |
| HSL | 280º | 0.68% | 0.71% | - |
| HSV(B) | 280º | 0.44% | 0.91% | - |
| XYZ | 45.3 | 33.34 | 79.65 | - |
| YUV | 160.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 231 | 0.15 | 0.44 | 0 | 0.09 | 280 | 0.68 | 0.71 |
| Hex | C5 | 81 | E7 | F | 2C | 0 | 9 | 118 | 44 | 47 |
| Octal | 305 | 201 | 347 | 17 | 54 | 0 | 11 | 430 | 104 | 107 |
| Binary | 11000101 | 10000001 | 11100111 | 1111 | 101100 | 0 | 1001 | 100011000 | 1000100 | 1000111 |
Color Harmonies of #C581E7
Complementary color
Monochromatic Colors of #C581E7
Black with #C581E7
Text Example
Text Example
White with #C581E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581E7; }
p { color: rgb(197,129,231); }
H1.HeaderClassName
{
color: #C581E7;
}
.AnyTagClassName
{
color: #C581E7;
}
</style>
background-color css
<style>
a { background-color: #C581E7; }
a { background-color: rgb(197,129,231); }
div.DivClassName
{
background-color: #C581E7;
}
.BgClassName
{
background-color: #C581E7;
}
</style>
border-color css
<style>
span { border-color: #C581E7; }
span { border-color: rgb(197,129,231); }
td.TdClassName
{
border-color: #C581E7;
}
.TagClassName
{
border-color: #C581E7;
}
</style>