Shades of Wisteria #C293EB
Tints of Wisteria #C293EB
RGB
CMYK
RGB Variations
Color information
#C293EB (or 0xC293EB) is known color: Wisteria. HEX triplet: C2, 93 and EB. RGB value is (194,147,235). Sum of RGB (Red+Green+Blue) = 194+147+235=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #C293EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293EB is #3D6C14. Grayscale: #AAAAAA. Windows color (decimal): -4025365 or 15438786. OLE color: 15438786.
HSL color Cylindrical-coordinate representation of color #C293EB: hue angle of 272.05º 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 #C293EB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 147 | 235 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.08 |
| HSL | 272.05º | 0.69% | 0.75% | - |
| HSV(B) | 272.05º | 0.37% | 0.92% | - |
| XYZ | 47.68 | 38.33 | 83.48 | - |
| YUV | 171.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 235 | 0.17 | 0.37 | 0 | 0.08 | 272.05 | 0.69 | 0.75 |
| Hex | C2 | 93 | EB | 11 | 25 | 0 | 8 | 110 | 45 | 4B |
| Octal | 302 | 223 | 353 | 21 | 45 | 0 | 10 | 420 | 105 | 113 |
| Binary | 11000010 | 10010011 | 11101011 | 10001 | 100101 | 0 | 1000 | 100010000 | 1000101 | 1001011 |
Color Harmonies of #C293EB
Complementary color
Monochromatic Colors of #C293EB
Black with #C293EB
Text Example
Text Example
White with #C293EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293EB; }
p { color: rgb(194,147,235); }
H1.HeaderClassName
{
color: #C293EB;
}
.AnyTagClassName
{
color: #C293EB;
}
</style>
background-color css
<style>
a { background-color: #C293EB; }
a { background-color: rgb(194,147,235); }
div.DivClassName
{
background-color: #C293EB;
}
.BgClassName
{
background-color: #C293EB;
}
</style>
border-color css
<style>
span { border-color: #C293EB; }
span { border-color: rgb(194,147,235); }
td.TdClassName
{
border-color: #C293EB;
}
.TagClassName
{
border-color: #C293EB;
}
</style>