Shades of Wisteria #C190FA
Tints of Wisteria #C190FA
RGB
CMYK
RGB Variations
Color information
#C190FA (or 0xC190FA) is known color: Wisteria. HEX triplet: C1, 90 and FA. RGB value is (193,144,250). Sum of RGB (Red+Green+Blue) = 193+144+250=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #C190FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190FA is #3E6F05. Grayscale: #AAAAAA. Windows color (decimal): -4091654 or 16421057. OLE color: 16421057.
HSL color Cylindrical-coordinate representation of color #C190FA: hue angle of 267.74º degrees, saturation: 0.91, 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 #C190FA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 144 | 250 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 267.74º | 0.91% | 0.77% | - |
| HSV(B) | 267.74º | 0.42% | 0.98% | - |
| XYZ | 49.22 | 38.19 | 95.22 | - |
| YUV | 170.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 250 | 0.23 | 0.42 | 0 | 0.02 | 267.74 | 0.91 | 0.77 |
| Hex | C1 | 90 | FA | 17 | 2A | 0 | 2 | 10C | 5B | 4D |
| Octal | 301 | 220 | 372 | 27 | 52 | 0 | 2 | 414 | 133 | 115 |
| Binary | 11000001 | 10010000 | 11111010 | 10111 | 101010 | 0 | 10 | 100001100 | 1011011 | 1001101 |
Color Harmonies of #C190FA
Complementary color
Monochromatic Colors of #C190FA
Black with #C190FA
Text Example
Text Example
White with #C190FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190FA; }
p { color: rgb(193,144,250); }
H1.HeaderClassName
{
color: #C190FA;
}
.AnyTagClassName
{
color: #C190FA;
}
</style>
background-color css
<style>
a { background-color: #C190FA; }
a { background-color: rgb(193,144,250); }
div.DivClassName
{
background-color: #C190FA;
}
.BgClassName
{
background-color: #C190FA;
}
</style>
border-color css
<style>
span { border-color: #C190FA; }
span { border-color: rgb(193,144,250); }
td.TdClassName
{
border-color: #C190FA;
}
.TagClassName
{
border-color: #C190FA;
}
</style>