Shades of Wisteria #C190EE
Tints of Wisteria #C190EE
RGB
CMYK
RGB Variations
Color information
#C190EE (or 0xC190EE) is known color: Wisteria. HEX triplet: C1, 90 and EE. RGB value is (193,144,238). Sum of RGB (Red+Green+Blue) = 193+144+238=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #C190EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EE is #3E6F11. Grayscale: #A9A9A9. Windows color (decimal): -4091666 or 15634625. OLE color: 15634625.
HSL color Cylindrical-coordinate representation of color #C190EE: hue angle of 271.28º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C190EE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 144 | 238 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 271.28º | 0.73% | 0.75% | - |
| HSV(B) | 271.28º | 0.39% | 0.93% | - |
| XYZ | 47.4 | 37.46 | 85.62 | - |
| YUV | 169.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 238 | 0.19 | 0.39 | 0 | 0.07 | 271.28 | 0.73 | 0.75 |
| Hex | C1 | 90 | EE | 13 | 27 | 0 | 7 | 10F | 49 | 4B |
| Octal | 301 | 220 | 356 | 23 | 47 | 0 | 7 | 417 | 111 | 113 |
| Binary | 11000001 | 10010000 | 11101110 | 10011 | 100111 | 0 | 111 | 100001111 | 1001001 | 1001011 |
Color Harmonies of #C190EE
Complementary color
Monochromatic Colors of #C190EE
Black with #C190EE
Text Example
Text Example
White with #C190EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190EE; }
p { color: rgb(193,144,238); }
H1.HeaderClassName
{
color: #C190EE;
}
.AnyTagClassName
{
color: #C190EE;
}
</style>
background-color css
<style>
a { background-color: #C190EE; }
a { background-color: rgb(193,144,238); }
div.DivClassName
{
background-color: #C190EE;
}
.BgClassName
{
background-color: #C190EE;
}
</style>
border-color css
<style>
span { border-color: #C190EE; }
span { border-color: rgb(193,144,238); }
td.TdClassName
{
border-color: #C190EE;
}
.TagClassName
{
border-color: #C190EE;
}
</style>