Shades of Wisteria #C590E6
Tints of Wisteria #C590E6
RGB
CMYK
RGB Variations
Color information
#C590E6 (or 0xC590E6) is known color: Wisteria. HEX triplet: C5, 90 and E6. RGB value is (197,144,230). Sum of RGB (Red+Green+Blue) = 197+144+230=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #C590E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590E6 is #3A6F19. Grayscale: #A9A9A9. Windows color (decimal): -3829530 or 15110341. OLE color: 15110341.
HSL color Cylindrical-coordinate representation of color #C590E6: hue angle of 276.98º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C590E6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 144 | 230 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.10 |
| HSL | 276.98º | 0.63% | 0.73% | - |
| HSV(B) | 276.98º | 0.37% | 0.9% | - |
| XYZ | 47.28 | 37.53 | 79.61 | - |
| YUV | 169.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 230 | 0.14 | 0.37 | 0 | 0.10 | 276.98 | 0.63 | 0.73 |
| Hex | C5 | 90 | E6 | E | 25 | 0 | A | 115 | 3F | 49 |
| Octal | 305 | 220 | 346 | 16 | 45 | 0 | 12 | 425 | 77 | 111 |
| Binary | 11000101 | 10010000 | 11100110 | 1110 | 100101 | 0 | 1010 | 100010101 | 111111 | 1001001 |
Color Harmonies of #C590E6
Complementary color
Monochromatic Colors of #C590E6
Black with #C590E6
Text Example
Text Example
White with #C590E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C590E6; }
p { color: rgb(197,144,230); }
H1.HeaderClassName
{
color: #C590E6;
}
.AnyTagClassName
{
color: #C590E6;
}
</style>
background-color css
<style>
a { background-color: #C590E6; }
a { background-color: rgb(197,144,230); }
div.DivClassName
{
background-color: #C590E6;
}
.BgClassName
{
background-color: #C590E6;
}
</style>
border-color css
<style>
span { border-color: #C590E6; }
span { border-color: rgb(197,144,230); }
td.TdClassName
{
border-color: #C590E6;
}
.TagClassName
{
border-color: #C590E6;
}
</style>