Shades of Wisteria #C190E5
Tints of Wisteria #C190E5
RGB
CMYK
RGB Variations
Color information
#C190E5 (or 0xC190E5) is known color: Wisteria. HEX triplet: C1, 90 and E5. RGB value is (193,144,229). Sum of RGB (Red+Green+Blue) = 193+144+229=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #C190E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190E5 is #3E6F1A. Grayscale: #A8A8A8. Windows color (decimal): -4091675 or 15044801. OLE color: 15044801.
HSL color Cylindrical-coordinate representation of color #C190E5: hue angle of 274.59º degrees, saturation: 0.62, 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 #C190E5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 144 | 229 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.10 |
| HSL | 274.59º | 0.62% | 0.73% | - |
| HSV(B) | 274.59º | 0.37% | 0.9% | - |
| XYZ | 46.11 | 36.94 | 78.83 | - |
| YUV | 168.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 229 | 0.16 | 0.37 | 0 | 0.10 | 274.59 | 0.62 | 0.73 |
| Hex | C1 | 90 | E5 | 10 | 25 | 0 | A | 113 | 3E | 49 |
| Octal | 301 | 220 | 345 | 20 | 45 | 0 | 12 | 423 | 76 | 111 |
| Binary | 11000001 | 10010000 | 11100101 | 10000 | 100101 | 0 | 1010 | 100010011 | 111110 | 1001001 |
Color Harmonies of #C190E5
Complementary color
Monochromatic Colors of #C190E5
Black with #C190E5
Text Example
Text Example
White with #C190E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190E5; }
p { color: rgb(193,144,229); }
H1.HeaderClassName
{
color: #C190E5;
}
.AnyTagClassName
{
color: #C190E5;
}
</style>
background-color css
<style>
a { background-color: #C190E5; }
a { background-color: rgb(193,144,229); }
div.DivClassName
{
background-color: #C190E5;
}
.BgClassName
{
background-color: #C190E5;
}
</style>
border-color css
<style>
span { border-color: #C190E5; }
span { border-color: rgb(193,144,229); }
td.TdClassName
{
border-color: #C190E5;
}
.TagClassName
{
border-color: #C190E5;
}
</style>