Shades of Wisteria #C193D8
Tints of Wisteria #C193D8
RGB
CMYK
RGB Variations
Color information
#C193D8 (or 0xC193D8) is known color: Wisteria. HEX triplet: C1, 93 and D8. RGB value is (193,147,216). Sum of RGB (Red+Green+Blue) = 193+147+216=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #C193D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193D8 is #3E6C27. Grayscale: #A8A8A8. Windows color (decimal): -4090920 or 14193601. OLE color: 14193601.
HSL color Cylindrical-coordinate representation of color #C193D8: hue angle of 280º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C193D8 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 147 | 216 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.15 |
| HSL | 280º | 0.47% | 0.71% | - |
| HSV(B) | 280º | 0.32% | 0.85% | - |
| XYZ | 44.82 | 37.16 | 69.78 | - |
| YUV | 168.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 216 | 0.11 | 0.32 | 0 | 0.15 | 280 | 0.47 | 0.71 |
| Hex | C1 | 93 | D8 | B | 20 | 0 | F | 118 | 2F | 47 |
| Octal | 301 | 223 | 330 | 13 | 40 | 0 | 17 | 430 | 57 | 107 |
| Binary | 11000001 | 10010011 | 11011000 | 1011 | 100000 | 0 | 1111 | 100011000 | 101111 | 1000111 |
Color Harmonies of #C193D8
Complementary color
Monochromatic Colors of #C193D8
Black with #C193D8
Text Example
Text Example
White with #C193D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193D8; }
p { color: rgb(193,147,216); }
H1.HeaderClassName
{
color: #C193D8;
}
.AnyTagClassName
{
color: #C193D8;
}
</style>
background-color css
<style>
a { background-color: #C193D8; }
a { background-color: rgb(193,147,216); }
div.DivClassName
{
background-color: #C193D8;
}
.BgClassName
{
background-color: #C193D8;
}
</style>
border-color css
<style>
span { border-color: #C193D8; }
span { border-color: rgb(193,147,216); }
td.TdClassName
{
border-color: #C193D8;
}
.TagClassName
{
border-color: #C193D8;
}
</style>