Shades of Wisteria #C193EB
Tints of Wisteria #C193EB
RGB
CMYK
RGB Variations
Color information
#C193EB (or 0xC193EB) is known color: Wisteria. HEX triplet: C1, 93 and EB. RGB value is (193,147,235). Sum of RGB (Red+Green+Blue) = 193+147+235=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C193EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193EB is #3E6C14. Grayscale: #AAAAAA. Windows color (decimal): -4090901 or 15438785. OLE color: 15438785.
HSL color Cylindrical-coordinate representation of color #C193EB: hue angle of 271.36º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C193EB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 147 | 235 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.08 |
| HSL | 271.36º | 0.69% | 0.75% | - |
| HSV(B) | 271.36º | 0.37% | 0.92% | - |
| XYZ | 47.42 | 38.2 | 83.47 | - |
| YUV | 170.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 235 | 0.18 | 0.37 | 0 | 0.08 | 271.36 | 0.69 | 0.75 |
| Hex | C1 | 93 | EB | 12 | 25 | 0 | 8 | 10F | 45 | 4B |
| Octal | 301 | 223 | 353 | 22 | 45 | 0 | 10 | 417 | 105 | 113 |
| Binary | 11000001 | 10010011 | 11101011 | 10010 | 100101 | 0 | 1000 | 100001111 | 1000101 | 1001011 |
Color Harmonies of #C193EB
Complementary color
Monochromatic Colors of #C193EB
Black with #C193EB
Text Example
Text Example
White with #C193EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193EB; }
p { color: rgb(193,147,235); }
H1.HeaderClassName
{
color: #C193EB;
}
.AnyTagClassName
{
color: #C193EB;
}
</style>
background-color css
<style>
a { background-color: #C193EB; }
a { background-color: rgb(193,147,235); }
div.DivClassName
{
background-color: #C193EB;
}
.BgClassName
{
background-color: #C193EB;
}
</style>
border-color css
<style>
span { border-color: #C193EB; }
span { border-color: rgb(193,147,235); }
td.TdClassName
{
border-color: #C193EB;
}
.TagClassName
{
border-color: #C193EB;
}
</style>