Shades of Wisteria #C58EDA
Tints of Wisteria #C58EDA
RGB
CMYK
RGB Variations
Color information
#C58EDA (or 0xC58EDA) is known color: Wisteria. HEX triplet: C5, 8E and DA. RGB value is (197,142,218). Sum of RGB (Red+Green+Blue) = 197+142+218=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EDA is #3A7125. Grayscale: #A6A6A6. Windows color (decimal): -3830054 or 14323397. OLE color: 14323397.
HSL color Cylindrical-coordinate representation of color #C58EDA: hue angle of 283.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58EDA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 142 | 218 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.15 |
| HSL | 283.42º | 0.51% | 0.71% | - |
| HSV(B) | 283.42º | 0.35% | 0.85% | - |
| XYZ | 45.35 | 36.28 | 70.94 | - |
| YUV | 167.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 218 | 0.10 | 0.35 | 0 | 0.15 | 283.42 | 0.51 | 0.71 |
| Hex | C5 | 8E | DA | A | 23 | 0 | F | 11B | 33 | 47 |
| Octal | 305 | 216 | 332 | 12 | 43 | 0 | 17 | 433 | 63 | 107 |
| Binary | 11000101 | 10001110 | 11011010 | 1010 | 100011 | 0 | 1111 | 100011011 | 110011 | 1000111 |
Color Harmonies of #C58EDA
Complementary color
Monochromatic Colors of #C58EDA
Black with #C58EDA
Text Example
Text Example
White with #C58EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EDA; }
p { color: rgb(197,142,218); }
H1.HeaderClassName
{
color: #C58EDA;
}
.AnyTagClassName
{
color: #C58EDA;
}
</style>
background-color css
<style>
a { background-color: #C58EDA; }
a { background-color: rgb(197,142,218); }
div.DivClassName
{
background-color: #C58EDA;
}
.BgClassName
{
background-color: #C58EDA;
}
</style>
border-color css
<style>
span { border-color: #C58EDA; }
span { border-color: rgb(197,142,218); }
td.TdClassName
{
border-color: #C58EDA;
}
.TagClassName
{
border-color: #C58EDA;
}
</style>