Shades of Wisteria #C193F0
Tints of Wisteria #C193F0
RGB
CMYK
RGB Variations
Color information
#C193F0 (or 0xC193F0) is known color: Wisteria. HEX triplet: C1, 93 and F0. RGB value is (193,147,240). Sum of RGB (Red+Green+Blue) = 193+147+240=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #C193F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193F0 is #3E6C0F. Grayscale: #ABABAB. Windows color (decimal): -4090896 or 15766465. OLE color: 15766465.
HSL color Cylindrical-coordinate representation of color #C193F0: hue angle of 269.68º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C193F0 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 147 | 240 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.06 |
| HSL | 269.68º | 0.76% | 0.76% | - |
| HSV(B) | 269.68º | 0.39% | 0.94% | - |
| XYZ | 48.15 | 38.5 | 87.33 | - |
| YUV | 171.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 240 | 0.20 | 0.39 | 0 | 0.06 | 269.68 | 0.76 | 0.76 |
| Hex | C1 | 93 | F0 | 14 | 27 | 0 | 6 | 10E | 4C | 4C |
| Octal | 301 | 223 | 360 | 24 | 47 | 0 | 6 | 416 | 114 | 114 |
| Binary | 11000001 | 10010011 | 11110000 | 10100 | 100111 | 0 | 110 | 100001110 | 1001100 | 1001100 |
Color Harmonies of #C193F0
Complementary color
Monochromatic Colors of #C193F0
Black with #C193F0
Text Example
Text Example
White with #C193F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193F0; }
p { color: rgb(193,147,240); }
H1.HeaderClassName
{
color: #C193F0;
}
.AnyTagClassName
{
color: #C193F0;
}
</style>
background-color css
<style>
a { background-color: #C193F0; }
a { background-color: rgb(193,147,240); }
div.DivClassName
{
background-color: #C193F0;
}
.BgClassName
{
background-color: #C193F0;
}
</style>
border-color css
<style>
span { border-color: #C193F0; }
span { border-color: rgb(193,147,240); }
td.TdClassName
{
border-color: #C193F0;
}
.TagClassName
{
border-color: #C193F0;
}
</style>