Shades of Wisteria #C293E1
Tints of Wisteria #C293E1
RGB
CMYK
RGB Variations
Color information
#C293E1 (or 0xC293E1) is known color: Wisteria. HEX triplet: C2, 93 and E1. RGB value is (194,147,225). Sum of RGB (Red+Green+Blue) = 194+147+225=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #C293E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293E1 is #3D6C1E. Grayscale: #A9A9A9. Windows color (decimal): -4025375 or 14783426. OLE color: 14783426.
HSL color Cylindrical-coordinate representation of color #C293E1: hue angle of 276.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C293E1 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 147 | 225 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.12 |
| HSL | 276.15º | 0.57% | 0.73% | - |
| HSV(B) | 276.15º | 0.35% | 0.88% | - |
| XYZ | 46.27 | 37.77 | 76.09 | - |
| YUV | 169.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 225 | 0.14 | 0.35 | 0 | 0.12 | 276.15 | 0.57 | 0.73 |
| Hex | C2 | 93 | E1 | E | 23 | 0 | C | 114 | 39 | 49 |
| Octal | 302 | 223 | 341 | 16 | 43 | 0 | 14 | 424 | 71 | 111 |
| Binary | 11000010 | 10010011 | 11100001 | 1110 | 100011 | 0 | 1100 | 100010100 | 111001 | 1001001 |
Color Harmonies of #C293E1
Complementary color
Monochromatic Colors of #C293E1
Black with #C293E1
Text Example
Text Example
White with #C293E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293E1; }
p { color: rgb(194,147,225); }
H1.HeaderClassName
{
color: #C293E1;
}
.AnyTagClassName
{
color: #C293E1;
}
</style>
background-color css
<style>
a { background-color: #C293E1; }
a { background-color: rgb(194,147,225); }
div.DivClassName
{
background-color: #C293E1;
}
.BgClassName
{
background-color: #C293E1;
}
</style>
border-color css
<style>
span { border-color: #C293E1; }
span { border-color: rgb(194,147,225); }
td.TdClassName
{
border-color: #C293E1;
}
.TagClassName
{
border-color: #C293E1;
}
</style>