Shades of Wisteria #C493D9
Tints of Wisteria #C493D9
RGB
CMYK
RGB Variations
Color information
#C493D9 (or 0xC493D9) is known color: Wisteria. HEX triplet: C4, 93 and D9. RGB value is (196,147,217). Sum of RGB (Red+Green+Blue) = 196+147+217=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #C493D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493D9 is #3B6C26. Grayscale: #A9A9A9. Windows color (decimal): -3894311 or 14259140. OLE color: 14259140.
HSL color Cylindrical-coordinate representation of color #C493D9: hue angle of 282º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C493D9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 147 | 217 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.15 |
| HSL | 282º | 0.48% | 0.71% | - |
| HSV(B) | 282º | 0.32% | 0.85% | - |
| XYZ | 45.72 | 37.61 | 70.5 | - |
| YUV | 169.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 217 | 0.10 | 0.32 | 0 | 0.15 | 282 | 0.48 | 0.71 |
| Hex | C4 | 93 | D9 | A | 20 | 0 | F | 11A | 30 | 47 |
| Octal | 304 | 223 | 331 | 12 | 40 | 0 | 17 | 432 | 60 | 107 |
| Binary | 11000100 | 10010011 | 11011001 | 1010 | 100000 | 0 | 1111 | 100011010 | 110000 | 1000111 |
Color Harmonies of #C493D9
Complementary color
Monochromatic Colors of #C493D9
Black with #C493D9
Text Example
Text Example
White with #C493D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493D9; }
p { color: rgb(196,147,217); }
H1.HeaderClassName
{
color: #C493D9;
}
.AnyTagClassName
{
color: #C493D9;
}
</style>
background-color css
<style>
a { background-color: #C493D9; }
a { background-color: rgb(196,147,217); }
div.DivClassName
{
background-color: #C493D9;
}
.BgClassName
{
background-color: #C493D9;
}
</style>
border-color css
<style>
span { border-color: #C493D9; }
span { border-color: rgb(196,147,217); }
td.TdClassName
{
border-color: #C493D9;
}
.TagClassName
{
border-color: #C493D9;
}
</style>