Shades of Wisteria #C190FB
Tints of Wisteria #C190FB
RGB
CMYK
RGB Variations
Color information
#C190FB (or 0xC190FB) is known color: Wisteria. HEX triplet: C1, 90 and FB. RGB value is (193,144,251). Sum of RGB (Red+Green+Blue) = 193+144+251=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C190FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190FB is #3E6F04. Grayscale: #AAAAAA. Windows color (decimal): -4091653 or 16486593. OLE color: 16486593.
HSL color Cylindrical-coordinate representation of color #C190FB: hue angle of 267.48º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C190FB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 144 | 251 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.02 |
| HSL | 267.48º | 0.93% | 0.77% | - |
| HSV(B) | 267.48º | 0.43% | 0.98% | - |
| XYZ | 49.38 | 38.25 | 96.05 | - |
| YUV | 170.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 251 | 0.23 | 0.43 | 0 | 0.02 | 267.48 | 0.93 | 0.77 |
| Hex | C1 | 90 | FB | 17 | 2B | 0 | 2 | 10B | 5D | 4D |
| Octal | 301 | 220 | 373 | 27 | 53 | 0 | 2 | 413 | 135 | 115 |
| Binary | 11000001 | 10010000 | 11111011 | 10111 | 101011 | 0 | 10 | 100001011 | 1011101 | 1001101 |
Color Harmonies of #C190FB
Complementary color
Monochromatic Colors of #C190FB
Black with #C190FB
Text Example
Text Example
White with #C190FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190FB; }
p { color: rgb(193,144,251); }
H1.HeaderClassName
{
color: #C190FB;
}
.AnyTagClassName
{
color: #C190FB;
}
</style>
background-color css
<style>
a { background-color: #C190FB; }
a { background-color: rgb(193,144,251); }
div.DivClassName
{
background-color: #C190FB;
}
.BgClassName
{
background-color: #C190FB;
}
</style>
border-color css
<style>
span { border-color: #C190FB; }
span { border-color: rgb(193,144,251); }
td.TdClassName
{
border-color: #C190FB;
}
.TagClassName
{
border-color: #C190FB;
}
</style>