Shades of Wisteria #C982E2
Tints of Wisteria #C982E2
RGB
CMYK
RGB Variations
Color information
#C982E2 (or 0xC982E2) is known color: Wisteria. HEX triplet: C9, 82 and E2. RGB value is (201,130,226). Sum of RGB (Red+Green+Blue) = 201+130+226=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #C982E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982E2 is #367D1D. Grayscale: #A1A1A1. Windows color (decimal): -3570974 or 14844617. OLE color: 14844617.
HSL color Cylindrical-coordinate representation of color #C982E2: hue angle of 284.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C982E2 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 130 | 226 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.11 |
| HSL | 284.38º | 0.62% | 0.7% | - |
| HSV(B) | 284.38º | 0.42% | 0.89% | - |
| XYZ | 45.8 | 33.87 | 76.08 | - |
| YUV | 162.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 226 | 0.11 | 0.42 | 0 | 0.11 | 284.38 | 0.62 | 0.7 |
| Hex | C9 | 82 | E2 | B | 2A | 0 | B | 11C | 3E | 46 |
| Octal | 311 | 202 | 342 | 13 | 52 | 0 | 13 | 434 | 76 | 106 |
| Binary | 11001001 | 10000010 | 11100010 | 1011 | 101010 | 0 | 1011 | 100011100 | 111110 | 1000110 |
Color Harmonies of #C982E2
Complementary color
Monochromatic Colors of #C982E2
Black with #C982E2
Text Example
Text Example
White with #C982E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982E2; }
p { color: rgb(201,130,226); }
H1.HeaderClassName
{
color: #C982E2;
}
.AnyTagClassName
{
color: #C982E2;
}
</style>
background-color css
<style>
a { background-color: #C982E2; }
a { background-color: rgb(201,130,226); }
div.DivClassName
{
background-color: #C982E2;
}
.BgClassName
{
background-color: #C982E2;
}
</style>
border-color css
<style>
span { border-color: #C982E2; }
span { border-color: rgb(201,130,226); }
td.TdClassName
{
border-color: #C982E2;
}
.TagClassName
{
border-color: #C982E2;
}
</style>