Shades of Wisteria #C493E7
Tints of Wisteria #C493E7
RGB
CMYK
RGB Variations
Color information
#C493E7 (or 0xC493E7) is known color: Wisteria. HEX triplet: C4, 93 and E7. RGB value is (196,147,231). Sum of RGB (Red+Green+Blue) = 196+147+231=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #C493E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493E7 is #3B6C18. Grayscale: #AAAAAA. Windows color (decimal): -3894297 or 15176644. OLE color: 15176644.
HSL color Cylindrical-coordinate representation of color #C493E7: hue angle of 275º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C493E7 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 147 | 231 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.09 |
| HSL | 275º | 0.64% | 0.74% | - |
| HSV(B) | 275º | 0.36% | 0.91% | - |
| XYZ | 47.62 | 38.37 | 80.5 | - |
| YUV | 171.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 231 | 0.15 | 0.36 | 0 | 0.09 | 275 | 0.64 | 0.74 |
| Hex | C4 | 93 | E7 | F | 24 | 0 | 9 | 113 | 40 | 4A |
| Octal | 304 | 223 | 347 | 17 | 44 | 0 | 11 | 423 | 100 | 112 |
| Binary | 11000100 | 10010011 | 11100111 | 1111 | 100100 | 0 | 1001 | 100010011 | 1000000 | 1001010 |
Color Harmonies of #C493E7
Complementary color
Monochromatic Colors of #C493E7
Black with #C493E7
Text Example
Text Example
White with #C493E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493E7; }
p { color: rgb(196,147,231); }
H1.HeaderClassName
{
color: #C493E7;
}
.AnyTagClassName
{
color: #C493E7;
}
</style>
background-color css
<style>
a { background-color: #C493E7; }
a { background-color: rgb(196,147,231); }
div.DivClassName
{
background-color: #C493E7;
}
.BgClassName
{
background-color: #C493E7;
}
</style>
border-color css
<style>
span { border-color: #C493E7; }
span { border-color: rgb(196,147,231); }
td.TdClassName
{
border-color: #C493E7;
}
.TagClassName
{
border-color: #C493E7;
}
</style>