Shades of Wisteria #C193E2
Tints of Wisteria #C193E2
RGB
CMYK
RGB Variations
Color information
#C193E2 (or 0xC193E2) is known color: Wisteria. HEX triplet: C1, 93 and E2. RGB value is (193,147,226). Sum of RGB (Red+Green+Blue) = 193+147+226=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #C193E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193E2 is #3E6C1D. Grayscale: #A9A9A9. Windows color (decimal): -4090910 or 14848961. OLE color: 14848961.
HSL color Cylindrical-coordinate representation of color #C193E2: hue angle of 274.94º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C193E2 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 147 | 226 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.11 |
| HSL | 274.94º | 0.58% | 0.73% | - |
| HSV(B) | 274.94º | 0.35% | 0.89% | - |
| XYZ | 46.15 | 37.7 | 76.79 | - |
| YUV | 169.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 226 | 0.15 | 0.35 | 0 | 0.11 | 274.94 | 0.58 | 0.73 |
| Hex | C1 | 93 | E2 | F | 23 | 0 | B | 113 | 3A | 49 |
| Octal | 301 | 223 | 342 | 17 | 43 | 0 | 13 | 423 | 72 | 111 |
| Binary | 11000001 | 10010011 | 11100010 | 1111 | 100011 | 0 | 1011 | 100010011 | 111010 | 1001001 |
Color Harmonies of #C193E2
Complementary color
Monochromatic Colors of #C193E2
Black with #C193E2
Text Example
Text Example
White with #C193E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193E2; }
p { color: rgb(193,147,226); }
H1.HeaderClassName
{
color: #C193E2;
}
.AnyTagClassName
{
color: #C193E2;
}
</style>
background-color css
<style>
a { background-color: #C193E2; }
a { background-color: rgb(193,147,226); }
div.DivClassName
{
background-color: #C193E2;
}
.BgClassName
{
background-color: #C193E2;
}
</style>
border-color css
<style>
span { border-color: #C193E2; }
span { border-color: rgb(193,147,226); }
td.TdClassName
{
border-color: #C193E2;
}
.TagClassName
{
border-color: #C193E2;
}
</style>