Shades of Wisteria #C582EF
Tints of Wisteria #C582EF
RGB
CMYK
RGB Variations
Color information
#C582EF (or 0xC582EF) is known color: Wisteria. HEX triplet: C5, 82 and EF. RGB value is (197,130,239). Sum of RGB (Red+Green+Blue) = 197+130+239=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #C582EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582EF is #3A7D10. Grayscale: #A2A2A2. Windows color (decimal): -3833105 or 15696581. OLE color: 15696581.
HSL color Cylindrical-coordinate representation of color #C582EF: hue angle of 276.88º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C582EF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 130 | 239 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.06 |
| HSL | 276.88º | 0.77% | 0.72% | - |
| HSV(B) | 276.88º | 0.46% | 0.94% | - |
| XYZ | 46.59 | 34.07 | 85.78 | - |
| YUV | 162.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 239 | 0.18 | 0.46 | 0 | 0.06 | 276.88 | 0.77 | 0.72 |
| Hex | C5 | 82 | EF | 12 | 2E | 0 | 6 | 115 | 4D | 48 |
| Octal | 305 | 202 | 357 | 22 | 56 | 0 | 6 | 425 | 115 | 110 |
| Binary | 11000101 | 10000010 | 11101111 | 10010 | 101110 | 0 | 110 | 100010101 | 1001101 | 1001000 |
Color Harmonies of #C582EF
Complementary color
Monochromatic Colors of #C582EF
Black with #C582EF
Text Example
Text Example
White with #C582EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582EF; }
p { color: rgb(197,130,239); }
H1.HeaderClassName
{
color: #C582EF;
}
.AnyTagClassName
{
color: #C582EF;
}
</style>
background-color css
<style>
a { background-color: #C582EF; }
a { background-color: rgb(197,130,239); }
div.DivClassName
{
background-color: #C582EF;
}
.BgClassName
{
background-color: #C582EF;
}
</style>
border-color css
<style>
span { border-color: #C582EF; }
span { border-color: rgb(197,130,239); }
td.TdClassName
{
border-color: #C582EF;
}
.TagClassName
{
border-color: #C582EF;
}
</style>