Shades of Wisteria #C193DF
Tints of Wisteria #C193DF
RGB
CMYK
RGB Variations
Color information
#C193DF (or 0xC193DF) is known color: Wisteria. HEX triplet: C1, 93 and DF. RGB value is (193,147,223). Sum of RGB (Red+Green+Blue) = 193+147+223=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C193DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193DF is #3E6C20. Grayscale: #A9A9A9. Windows color (decimal): -4090913 or 14652353. OLE color: 14652353.
HSL color Cylindrical-coordinate representation of color #C193DF: hue angle of 276.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C193DF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 147 | 223 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.13 |
| HSL | 276.32º | 0.54% | 0.73% | - |
| HSV(B) | 276.32º | 0.34% | 0.87% | - |
| XYZ | 45.75 | 37.53 | 74.65 | - |
| YUV | 169.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 223 | 0.13 | 0.34 | 0 | 0.13 | 276.32 | 0.54 | 0.73 |
| Hex | C1 | 93 | DF | D | 22 | 0 | D | 114 | 36 | 49 |
| Octal | 301 | 223 | 337 | 15 | 42 | 0 | 15 | 424 | 66 | 111 |
| Binary | 11000001 | 10010011 | 11011111 | 1101 | 100010 | 0 | 1101 | 100010100 | 110110 | 1001001 |
Color Harmonies of #C193DF
Complementary color
Monochromatic Colors of #C193DF
Black with #C193DF
Text Example
Text Example
White with #C193DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193DF; }
p { color: rgb(193,147,223); }
H1.HeaderClassName
{
color: #C193DF;
}
.AnyTagClassName
{
color: #C193DF;
}
</style>
background-color css
<style>
a { background-color: #C193DF; }
a { background-color: rgb(193,147,223); }
div.DivClassName
{
background-color: #C193DF;
}
.BgClassName
{
background-color: #C193DF;
}
</style>
border-color css
<style>
span { border-color: #C193DF; }
span { border-color: rgb(193,147,223); }
td.TdClassName
{
border-color: #C193DF;
}
.TagClassName
{
border-color: #C193DF;
}
</style>