Shades of Wisteria #C58DDE
Tints of Wisteria #C58DDE
RGB
CMYK
RGB Variations
Color information
#C58DDE (or 0xC58DDE) is known color: Wisteria. HEX triplet: C5, 8D and DE. RGB value is (197,141,222). Sum of RGB (Red+Green+Blue) = 197+141+222=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #C58DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDE is #3A7221. Grayscale: #A6A6A6. Windows color (decimal): -3830306 or 14585285. OLE color: 14585285.
HSL color Cylindrical-coordinate representation of color #C58DDE: hue angle of 281.48º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58DDE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 141 | 222 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.13 |
| HSL | 281.48º | 0.55% | 0.71% | - |
| HSV(B) | 281.48º | 0.36% | 0.87% | - |
| XYZ | 45.74 | 36.19 | 73.68 | - |
| YUV | 166.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 222 | 0.11 | 0.36 | 0 | 0.13 | 281.48 | 0.55 | 0.71 |
| Hex | C5 | 8D | DE | B | 24 | 0 | D | 119 | 37 | 47 |
| Octal | 305 | 215 | 336 | 13 | 44 | 0 | 15 | 431 | 67 | 107 |
| Binary | 11000101 | 10001101 | 11011110 | 1011 | 100100 | 0 | 1101 | 100011001 | 110111 | 1000111 |
Color Harmonies of #C58DDE
Complementary color
Monochromatic Colors of #C58DDE
Black with #C58DDE
Text Example
Text Example
White with #C58DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DDE; }
p { color: rgb(197,141,222); }
H1.HeaderClassName
{
color: #C58DDE;
}
.AnyTagClassName
{
color: #C58DDE;
}
</style>
background-color css
<style>
a { background-color: #C58DDE; }
a { background-color: rgb(197,141,222); }
div.DivClassName
{
background-color: #C58DDE;
}
.BgClassName
{
background-color: #C58DDE;
}
</style>
border-color css
<style>
span { border-color: #C58DDE; }
span { border-color: rgb(197,141,222); }
td.TdClassName
{
border-color: #C58DDE;
}
.TagClassName
{
border-color: #C58DDE;
}
</style>