Shades of Wisteria #C982DD
Tints of Wisteria #C982DD
RGB
CMYK
RGB Variations
Color information
#C982DD (or 0xC982DD) is known color: Wisteria. HEX triplet: C9, 82 and DD. RGB value is (201,130,221). Sum of RGB (Red+Green+Blue) = 201+130+221=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C982DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982DD is #367D22. Grayscale: #A1A1A1. Windows color (decimal): -3570979 or 14516937. OLE color: 14516937.
HSL color Cylindrical-coordinate representation of color #C982DD: hue angle of 286.81º 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 #C982DD is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 130 | 221 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.13 |
| HSL | 286.81º | 0.57% | 0.69% | - |
| HSV(B) | 286.81º | 0.41% | 0.87% | - |
| XYZ | 45.12 | 33.6 | 72.51 | - |
| YUV | 161.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 221 | 0.09 | 0.41 | 0 | 0.13 | 286.81 | 0.57 | 0.69 |
| Hex | C9 | 82 | DD | 9 | 29 | 0 | D | 11F | 39 | 45 |
| Octal | 311 | 202 | 335 | 11 | 51 | 0 | 15 | 437 | 71 | 105 |
| Binary | 11001001 | 10000010 | 11011101 | 1001 | 101001 | 0 | 1101 | 100011111 | 111001 | 1000101 |
Color Harmonies of #C982DD
Complementary color
Monochromatic Colors of #C982DD
Black with #C982DD
Text Example
Text Example
White with #C982DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982DD; }
p { color: rgb(201,130,221); }
H1.HeaderClassName
{
color: #C982DD;
}
.AnyTagClassName
{
color: #C982DD;
}
</style>
background-color css
<style>
a { background-color: #C982DD; }
a { background-color: rgb(201,130,221); }
div.DivClassName
{
background-color: #C982DD;
}
.BgClassName
{
background-color: #C982DD;
}
</style>
border-color css
<style>
span { border-color: #C982DD; }
span { border-color: rgb(201,130,221); }
td.TdClassName
{
border-color: #C982DD;
}
.TagClassName
{
border-color: #C982DD;
}
</style>