Shades of Wisteria #C493EE
Tints of Wisteria #C493EE
RGB
CMYK
RGB Variations
Color information
#C493EE (or 0xC493EE) is known color: Wisteria. HEX triplet: C4, 93 and EE. RGB value is (196,147,238). Sum of RGB (Red+Green+Blue) = 196+147+238=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #C493EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493EE is #3B6C11. Grayscale: #ABABAB. Windows color (decimal): -3894290 or 15635396. OLE color: 15635396.
HSL color Cylindrical-coordinate representation of color #C493EE: hue angle of 272.31º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C493EE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 147 | 238 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.07 |
| HSL | 272.31º | 0.73% | 0.75% | - |
| HSV(B) | 272.31º | 0.38% | 0.93% | - |
| XYZ | 48.63 | 38.78 | 85.81 | - |
| YUV | 172.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 238 | 0.18 | 0.38 | 0 | 0.07 | 272.31 | 0.73 | 0.75 |
| Hex | C4 | 93 | EE | 12 | 26 | 0 | 7 | 110 | 49 | 4B |
| Octal | 304 | 223 | 356 | 22 | 46 | 0 | 7 | 420 | 111 | 113 |
| Binary | 11000100 | 10010011 | 11101110 | 10010 | 100110 | 0 | 111 | 100010000 | 1001001 | 1001011 |
Color Harmonies of #C493EE
Complementary color
Monochromatic Colors of #C493EE
Black with #C493EE
Text Example
Text Example
White with #C493EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493EE; }
p { color: rgb(196,147,238); }
H1.HeaderClassName
{
color: #C493EE;
}
.AnyTagClassName
{
color: #C493EE;
}
</style>
background-color css
<style>
a { background-color: #C493EE; }
a { background-color: rgb(196,147,238); }
div.DivClassName
{
background-color: #C493EE;
}
.BgClassName
{
background-color: #C493EE;
}
</style>
border-color css
<style>
span { border-color: #C493EE; }
span { border-color: rgb(196,147,238); }
td.TdClassName
{
border-color: #C493EE;
}
.TagClassName
{
border-color: #C493EE;
}
</style>