Shades of Wisteria #C582DD
Tints of Wisteria #C582DD
RGB
CMYK
RGB Variations
Color information
#C582DD (or 0xC582DD) is known color: Wisteria. HEX triplet: C5, 82 and DD. RGB value is (197,130,221). Sum of RGB (Red+Green+Blue) = 197+130+221=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C582DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582DD is #3A7D22. Grayscale: #A0A0A0. Windows color (decimal): -3833123 or 14516933. OLE color: 14516933.
HSL color Cylindrical-coordinate representation of color #C582DD: hue angle of 284.18º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C582DD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 130 | 221 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.13 |
| HSL | 284.18º | 0.57% | 0.69% | - |
| HSV(B) | 284.18º | 0.41% | 0.87% | - |
| XYZ | 44.06 | 33.06 | 72.46 | - |
| YUV | 160.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 221 | 0.11 | 0.41 | 0 | 0.13 | 284.18 | 0.57 | 0.69 |
| Hex | C5 | 82 | DD | B | 29 | 0 | D | 11C | 39 | 45 |
| Octal | 305 | 202 | 335 | 13 | 51 | 0 | 15 | 434 | 71 | 105 |
| Binary | 11000101 | 10000010 | 11011101 | 1011 | 101001 | 0 | 1101 | 100011100 | 111001 | 1000101 |
Color Harmonies of #C582DD
Complementary color
Monochromatic Colors of #C582DD
Black with #C582DD
Text Example
Text Example
White with #C582DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582DD; }
p { color: rgb(197,130,221); }
H1.HeaderClassName
{
color: #C582DD;
}
.AnyTagClassName
{
color: #C582DD;
}
</style>
background-color css
<style>
a { background-color: #C582DD; }
a { background-color: rgb(197,130,221); }
div.DivClassName
{
background-color: #C582DD;
}
.BgClassName
{
background-color: #C582DD;
}
</style>
border-color css
<style>
span { border-color: #C582DD; }
span { border-color: rgb(197,130,221); }
td.TdClassName
{
border-color: #C582DD;
}
.TagClassName
{
border-color: #C582DD;
}
</style>