Shades of Wisteria #C593D8
Tints of Wisteria #C593D8
RGB
CMYK
RGB Variations
Color information
#C593D8 (or 0xC593D8) is known color: Wisteria. HEX triplet: C5, 93 and D8. RGB value is (197,147,216). Sum of RGB (Red+Green+Blue) = 197+147+216=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #C593D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593D8 is #3A6C27. Grayscale: #A9A9A9. Windows color (decimal): -3828776 or 14193605. OLE color: 14193605.
HSL color Cylindrical-coordinate representation of color #C593D8: hue angle of 283.48º degrees, saturation: 0.47, 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 #C593D8 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 147 | 216 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.15 |
| HSL | 283.48º | 0.47% | 0.71% | - |
| HSV(B) | 283.48º | 0.32% | 0.85% | - |
| XYZ | 45.85 | 37.7 | 69.82 | - |
| YUV | 169.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 216 | 0.09 | 0.32 | 0 | 0.15 | 283.48 | 0.47 | 0.71 |
| Hex | C5 | 93 | D8 | 9 | 20 | 0 | F | 11B | 2F | 47 |
| Octal | 305 | 223 | 330 | 11 | 40 | 0 | 17 | 433 | 57 | 107 |
| Binary | 11000101 | 10010011 | 11011000 | 1001 | 100000 | 0 | 1111 | 100011011 | 101111 | 1000111 |
Color Harmonies of #C593D8
Complementary color
Monochromatic Colors of #C593D8
Black with #C593D8
Text Example
Text Example
White with #C593D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593D8; }
p { color: rgb(197,147,216); }
H1.HeaderClassName
{
color: #C593D8;
}
.AnyTagClassName
{
color: #C593D8;
}
</style>
background-color css
<style>
a { background-color: #C593D8; }
a { background-color: rgb(197,147,216); }
div.DivClassName
{
background-color: #C593D8;
}
.BgClassName
{
background-color: #C593D8;
}
</style>
border-color css
<style>
span { border-color: #C593D8; }
span { border-color: rgb(197,147,216); }
td.TdClassName
{
border-color: #C593D8;
}
.TagClassName
{
border-color: #C593D8;
}
</style>