Shades of Wisteria #C583D5
Tints of Wisteria #C583D5
RGB
CMYK
RGB Variations
Color information
#C583D5 (or 0xC583D5) is known color: Wisteria. HEX triplet: C5, 83 and D5. RGB value is (197,131,213). Sum of RGB (Red+Green+Blue) = 197+131+213=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #C583D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583D5 is #3A7C2A. Grayscale: #9F9F9F. Windows color (decimal): -3832875 or 13992901. OLE color: 13992901.
HSL color Cylindrical-coordinate representation of color #C583D5: hue angle of 288.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C583D5 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 131 | 213 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.16 |
| HSL | 288.29º | 0.49% | 0.67% | - |
| HSV(B) | 288.29º | 0.38% | 0.84% | - |
| XYZ | 43.15 | 32.91 | 67.03 | - |
| YUV | 160.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 213 | 0.08 | 0.38 | 0 | 0.16 | 288.29 | 0.49 | 0.67 |
| Hex | C5 | 83 | D5 | 8 | 26 | 0 | 10 | 120 | 31 | 43 |
| Octal | 305 | 203 | 325 | 10 | 46 | 0 | 20 | 440 | 61 | 103 |
| Binary | 11000101 | 10000011 | 11010101 | 1000 | 100110 | 0 | 10000 | 100100000 | 110001 | 1000011 |
Color Harmonies of #C583D5
Complementary color
Monochromatic Colors of #C583D5
Black with #C583D5
Text Example
Text Example
White with #C583D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583D5; }
p { color: rgb(197,131,213); }
H1.HeaderClassName
{
color: #C583D5;
}
.AnyTagClassName
{
color: #C583D5;
}
</style>
background-color css
<style>
a { background-color: #C583D5; }
a { background-color: rgb(197,131,213); }
div.DivClassName
{
background-color: #C583D5;
}
.BgClassName
{
background-color: #C583D5;
}
</style>
border-color css
<style>
span { border-color: #C583D5; }
span { border-color: rgb(197,131,213); }
td.TdClassName
{
border-color: #C583D5;
}
.TagClassName
{
border-color: #C583D5;
}
</style>