Shades of Wisteria #C583EF
Tints of Wisteria #C583EF
RGB
CMYK
RGB Variations
Color information
#C583EF (or 0xC583EF) is known color: Wisteria. HEX triplet: C5, 83 and EF. RGB value is (197,131,239). Sum of RGB (Red+Green+Blue) = 197+131+239=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C583EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C583EF is #3A7C10. Grayscale: #A2A2A2. Windows color (decimal): -3832849 or 15696837. OLE color: 15696837.
HSL color Cylindrical-coordinate representation of color #C583EF: hue angle of 276.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C583EF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 131 | 239 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.06 |
| HSL | 276.67º | 0.77% | 0.73% | - |
| HSV(B) | 276.67º | 0.45% | 0.94% | - |
| XYZ | 46.72 | 34.33 | 85.83 | - |
| YUV | 163.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 239 | 0.18 | 0.45 | 0 | 0.06 | 276.67 | 0.77 | 0.73 |
| Hex | C5 | 83 | EF | 12 | 2D | 0 | 6 | 115 | 4D | 49 |
| Octal | 305 | 203 | 357 | 22 | 55 | 0 | 6 | 425 | 115 | 111 |
| Binary | 11000101 | 10000011 | 11101111 | 10010 | 101101 | 0 | 110 | 100010101 | 1001101 | 1001001 |
Color Harmonies of #C583EF
Complementary color
Monochromatic Colors of #C583EF
Black with #C583EF
Text Example
Text Example
White with #C583EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583EF; }
p { color: rgb(197,131,239); }
H1.HeaderClassName
{
color: #C583EF;
}
.AnyTagClassName
{
color: #C583EF;
}
</style>
background-color css
<style>
a { background-color: #C583EF; }
a { background-color: rgb(197,131,239); }
div.DivClassName
{
background-color: #C583EF;
}
.BgClassName
{
background-color: #C583EF;
}
</style>
border-color css
<style>
span { border-color: #C583EF; }
span { border-color: rgb(197,131,239); }
td.TdClassName
{
border-color: #C583EF;
}
.TagClassName
{
border-color: #C583EF;
}
</style>