Shades of Wisteria #C583DC
Tints of Wisteria #C583DC
RGB
CMYK
RGB Variations
Color information
#C583DC (or 0xC583DC) is known color: Wisteria. HEX triplet: C5, 83 and DC. RGB value is (197,131,220). Sum of RGB (Red+Green+Blue) = 197+131+220=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C583DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583DC is #3A7C23. Grayscale: #A0A0A0. Windows color (decimal): -3832868 or 14451653. OLE color: 14451653.
HSL color Cylindrical-coordinate representation of color #C583DC: hue angle of 284.49º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C583DC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 131 | 220 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.14 |
| HSL | 284.49º | 0.56% | 0.69% | - |
| HSV(B) | 284.49º | 0.4% | 0.86% | - |
| XYZ | 44.06 | 33.27 | 71.81 | - |
| YUV | 160.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 220 | 0.10 | 0.40 | 0 | 0.14 | 284.49 | 0.56 | 0.69 |
| Hex | C5 | 83 | DC | A | 28 | 0 | E | 11C | 38 | 45 |
| Octal | 305 | 203 | 334 | 12 | 50 | 0 | 16 | 434 | 70 | 105 |
| Binary | 11000101 | 10000011 | 11011100 | 1010 | 101000 | 0 | 1110 | 100011100 | 111000 | 1000101 |
Color Harmonies of #C583DC
Complementary color
Monochromatic Colors of #C583DC
Black with #C583DC
Text Example
Text Example
White with #C583DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583DC; }
p { color: rgb(197,131,220); }
H1.HeaderClassName
{
color: #C583DC;
}
.AnyTagClassName
{
color: #C583DC;
}
</style>
background-color css
<style>
a { background-color: #C583DC; }
a { background-color: rgb(197,131,220); }
div.DivClassName
{
background-color: #C583DC;
}
.BgClassName
{
background-color: #C583DC;
}
</style>
border-color css
<style>
span { border-color: #C583DC; }
span { border-color: rgb(197,131,220); }
td.TdClassName
{
border-color: #C583DC;
}
.TagClassName
{
border-color: #C583DC;
}
</style>