Shades of Wisteria #C590EA
Tints of Wisteria #C590EA
RGB
CMYK
RGB Variations
Color information
#C590EA (or 0xC590EA) is known color: Wisteria. HEX triplet: C5, 90 and EA. RGB value is (197,144,234). Sum of RGB (Red+Green+Blue) = 197+144+234=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #C590EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590EA is #3A6F15. Grayscale: #A9A9A9. Windows color (decimal): -3829526 or 15372485. OLE color: 15372485.
HSL color Cylindrical-coordinate representation of color #C590EA: hue angle of 275.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C590EA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 144 | 234 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.08 |
| HSL | 275.33º | 0.68% | 0.74% | - |
| HSV(B) | 275.33º | 0.38% | 0.92% | - |
| XYZ | 47.85 | 37.76 | 82.61 | - |
| YUV | 170.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 234 | 0.16 | 0.38 | 0 | 0.08 | 275.33 | 0.68 | 0.74 |
| Hex | C5 | 90 | EA | 10 | 26 | 0 | 8 | 113 | 44 | 4A |
| Octal | 305 | 220 | 352 | 20 | 46 | 0 | 10 | 423 | 104 | 112 |
| Binary | 11000101 | 10010000 | 11101010 | 10000 | 100110 | 0 | 1000 | 100010011 | 1000100 | 1001010 |
Color Harmonies of #C590EA
Complementary color
Monochromatic Colors of #C590EA
Black with #C590EA
Text Example
Text Example
White with #C590EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C590EA; }
p { color: rgb(197,144,234); }
H1.HeaderClassName
{
color: #C590EA;
}
.AnyTagClassName
{
color: #C590EA;
}
</style>
background-color css
<style>
a { background-color: #C590EA; }
a { background-color: rgb(197,144,234); }
div.DivClassName
{
background-color: #C590EA;
}
.BgClassName
{
background-color: #C590EA;
}
</style>
border-color css
<style>
span { border-color: #C590EA; }
span { border-color: rgb(197,144,234); }
td.TdClassName
{
border-color: #C590EA;
}
.TagClassName
{
border-color: #C590EA;
}
</style>