Shades of Wisteria #C190F9
Tints of Wisteria #C190F9
RGB
CMYK
RGB Variations
Color information
#C190F9 (or 0xC190F9) is known color: Wisteria. HEX triplet: C1, 90 and F9. RGB value is (193,144,249). Sum of RGB (Red+Green+Blue) = 193+144+249=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #C190F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190F9 is #3E6F06. Grayscale: #AAAAAA. Windows color (decimal): -4091655 or 16355521. OLE color: 16355521.
HSL color Cylindrical-coordinate representation of color #C190F9: hue angle of 268º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C190F9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 144 | 249 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.02 |
| HSL | 268º | 0.9% | 0.77% | - |
| HSV(B) | 268º | 0.42% | 0.98% | - |
| XYZ | 49.06 | 38.12 | 94.4 | - |
| YUV | 170.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 249 | 0.22 | 0.42 | 0 | 0.02 | 268 | 0.9 | 0.77 |
| Hex | C1 | 90 | F9 | 16 | 2A | 0 | 2 | 10C | 5A | 4D |
| Octal | 301 | 220 | 371 | 26 | 52 | 0 | 2 | 414 | 132 | 115 |
| Binary | 11000001 | 10010000 | 11111001 | 10110 | 101010 | 0 | 10 | 100001100 | 1011010 | 1001101 |
Color Harmonies of #C190F9
Complementary color
Monochromatic Colors of #C190F9
Black with #C190F9
Text Example
Text Example
White with #C190F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190F9; }
p { color: rgb(193,144,249); }
H1.HeaderClassName
{
color: #C190F9;
}
.AnyTagClassName
{
color: #C190F9;
}
</style>
background-color css
<style>
a { background-color: #C190F9; }
a { background-color: rgb(193,144,249); }
div.DivClassName
{
background-color: #C190F9;
}
.BgClassName
{
background-color: #C190F9;
}
</style>
border-color css
<style>
span { border-color: #C190F9; }
span { border-color: rgb(193,144,249); }
td.TdClassName
{
border-color: #C190F9;
}
.TagClassName
{
border-color: #C190F9;
}
</style>