Shades of Wisteria #C493D1
Tints of Wisteria #C493D1
RGB
CMYK
RGB Variations
Color information
#C493D1 (or 0xC493D1) is known color: Wisteria. HEX triplet: C4, 93 and D1. RGB value is (196,147,209). Sum of RGB (Red+Green+Blue) = 196+147+209=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #C493D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493D1 is #3B6C2E. Grayscale: #A8A8A8. Windows color (decimal): -3894319 or 13734852. OLE color: 13734852.
HSL color Cylindrical-coordinate representation of color #C493D1: hue angle of 287.42º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C493D1 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 147 | 209 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.18 |
| HSL | 287.42º | 0.4% | 0.7% | - |
| HSV(B) | 287.42º | 0.3% | 0.82% | - |
| XYZ | 44.71 | 37.21 | 65.15 | - |
| YUV | 168.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 209 | 0.06 | 0.30 | 0 | 0.18 | 287.42 | 0.4 | 0.7 |
| Hex | C4 | 93 | D1 | 6 | 1E | 0 | 12 | 11F | 28 | 46 |
| Octal | 304 | 223 | 321 | 6 | 36 | 0 | 22 | 437 | 50 | 106 |
| Binary | 11000100 | 10010011 | 11010001 | 110 | 11110 | 0 | 10010 | 100011111 | 101000 | 1000110 |
Color Harmonies of #C493D1
Complementary color
Monochromatic Colors of #C493D1
Black with #C493D1
Text Example
Text Example
White with #C493D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493D1; }
p { color: rgb(196,147,209); }
H1.HeaderClassName
{
color: #C493D1;
}
.AnyTagClassName
{
color: #C493D1;
}
</style>
background-color css
<style>
a { background-color: #C493D1; }
a { background-color: rgb(196,147,209); }
div.DivClassName
{
background-color: #C493D1;
}
.BgClassName
{
background-color: #C493D1;
}
</style>
border-color css
<style>
span { border-color: #C493D1; }
span { border-color: rgb(196,147,209); }
td.TdClassName
{
border-color: #C493D1;
}
.TagClassName
{
border-color: #C493D1;
}
</style>