Shades of Wisteria #C190F1
Tints of Wisteria #C190F1
RGB
CMYK
RGB Variations
Color information
#C190F1 (or 0xC190F1) is known color: Wisteria. HEX triplet: C1, 90 and F1. RGB value is (193,144,241). Sum of RGB (Red+Green+Blue) = 193+144+241=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #C190F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190F1 is #3E6F0E. Grayscale: #A9A9A9. Windows color (decimal): -4091663 or 15831233. OLE color: 15831233.
HSL color Cylindrical-coordinate representation of color #C190F1: hue angle of 270.31º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C190F1 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 144 | 241 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.05 |
| HSL | 270.31º | 0.78% | 0.75% | - |
| HSV(B) | 270.31º | 0.4% | 0.95% | - |
| XYZ | 47.84 | 37.63 | 87.96 | - |
| YUV | 169.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 241 | 0.20 | 0.40 | 0 | 0.05 | 270.31 | 0.78 | 0.75 |
| Hex | C1 | 90 | F1 | 14 | 28 | 0 | 5 | 10E | 4E | 4B |
| Octal | 301 | 220 | 361 | 24 | 50 | 0 | 5 | 416 | 116 | 113 |
| Binary | 11000001 | 10010000 | 11110001 | 10100 | 101000 | 0 | 101 | 100001110 | 1001110 | 1001011 |
Color Harmonies of #C190F1
Complementary color
Monochromatic Colors of #C190F1
Black with #C190F1
Text Example
Text Example
White with #C190F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190F1; }
p { color: rgb(193,144,241); }
H1.HeaderClassName
{
color: #C190F1;
}
.AnyTagClassName
{
color: #C190F1;
}
</style>
background-color css
<style>
a { background-color: #C190F1; }
a { background-color: rgb(193,144,241); }
div.DivClassName
{
background-color: #C190F1;
}
.BgClassName
{
background-color: #C190F1;
}
</style>
border-color css
<style>
span { border-color: #C190F1; }
span { border-color: rgb(193,144,241); }
td.TdClassName
{
border-color: #C190F1;
}
.TagClassName
{
border-color: #C190F1;
}
</style>