Shades of Wisteria #C190ED
Tints of Wisteria #C190ED
RGB
CMYK
RGB Variations
Color information
#C190ED (or 0xC190ED) is known color: Wisteria. HEX triplet: C1, 90 and ED. RGB value is (193,144,237). Sum of RGB (Red+Green+Blue) = 193+144+237=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #C190ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190ED is #3E6F12. Grayscale: #A8A8A8. Windows color (decimal): -4091667 or 15569089. OLE color: 15569089.
HSL color Cylindrical-coordinate representation of color #C190ED: hue angle of 271.61º degrees, saturation: 0.72, 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 #C190ED is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 144 | 237 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 271.61º | 0.72% | 0.75% | - |
| HSV(B) | 271.61º | 0.39% | 0.93% | - |
| XYZ | 47.25 | 37.4 | 84.85 | - |
| YUV | 169.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 237 | 0.19 | 0.39 | 0 | 0.07 | 271.61 | 0.72 | 0.75 |
| Hex | C1 | 90 | ED | 13 | 27 | 0 | 7 | 110 | 48 | 4B |
| Octal | 301 | 220 | 355 | 23 | 47 | 0 | 7 | 420 | 110 | 113 |
| Binary | 11000001 | 10010000 | 11101101 | 10011 | 100111 | 0 | 111 | 100010000 | 1001000 | 1001011 |
Color Harmonies of #C190ED
Complementary color
Monochromatic Colors of #C190ED
Black with #C190ED
Text Example
Text Example
White with #C190ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190ED; }
p { color: rgb(193,144,237); }
H1.HeaderClassName
{
color: #C190ED;
}
.AnyTagClassName
{
color: #C190ED;
}
</style>
background-color css
<style>
a { background-color: #C190ED; }
a { background-color: rgb(193,144,237); }
div.DivClassName
{
background-color: #C190ED;
}
.BgClassName
{
background-color: #C190ED;
}
</style>
border-color css
<style>
span { border-color: #C190ED; }
span { border-color: rgb(193,144,237); }
td.TdClassName
{
border-color: #C190ED;
}
.TagClassName
{
border-color: #C190ED;
}
</style>