Shades of Wisteria #C194D9
Tints of Wisteria #C194D9
RGB
CMYK
RGB Variations
Color information
#C194D9 (or 0xC194D9) is known color: Wisteria. HEX triplet: C1, 94 and D9. RGB value is (193,148,217). Sum of RGB (Red+Green+Blue) = 193+148+217=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #C194D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194D9 is #3E6B26. Grayscale: #A9A9A9. Windows color (decimal): -4090663 or 14259393. OLE color: 14259393.
HSL color Cylindrical-coordinate representation of color #C194D9: hue angle of 279.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C194D9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 148 | 217 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.15 |
| HSL | 279.13º | 0.48% | 0.72% | - |
| HSV(B) | 279.13º | 0.32% | 0.85% | - |
| XYZ | 45.11 | 37.53 | 70.51 | - |
| YUV | 169.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 217 | 0.11 | 0.32 | 0 | 0.15 | 279.13 | 0.48 | 0.72 |
| Hex | C1 | 94 | D9 | B | 20 | 0 | F | 117 | 30 | 48 |
| Octal | 301 | 224 | 331 | 13 | 40 | 0 | 17 | 427 | 60 | 110 |
| Binary | 11000001 | 10010100 | 11011001 | 1011 | 100000 | 0 | 1111 | 100010111 | 110000 | 1001000 |
Color Harmonies of #C194D9
Complementary color
Monochromatic Colors of #C194D9
Black with #C194D9
Text Example
Text Example
White with #C194D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194D9; }
p { color: rgb(193,148,217); }
H1.HeaderClassName
{
color: #C194D9;
}
.AnyTagClassName
{
color: #C194D9;
}
</style>
background-color css
<style>
a { background-color: #C194D9; }
a { background-color: rgb(193,148,217); }
div.DivClassName
{
background-color: #C194D9;
}
.BgClassName
{
background-color: #C194D9;
}
</style>
border-color css
<style>
span { border-color: #C194D9; }
span { border-color: rgb(193,148,217); }
td.TdClassName
{
border-color: #C194D9;
}
.TagClassName
{
border-color: #C194D9;
}
</style>