Shades of Wisteria #C982DF
Tints of Wisteria #C982DF
RGB
CMYK
RGB Variations
Color information
#C982DF (or 0xC982DF) is known color: Wisteria. HEX triplet: C9, 82 and DF. RGB value is (201,130,223). Sum of RGB (Red+Green+Blue) = 201+130+223=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C982DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982DF is #367D20. Grayscale: #A1A1A1. Windows color (decimal): -3570977 or 14648009. OLE color: 14648009.
HSL color Cylindrical-coordinate representation of color #C982DF: hue angle of 285.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C982DF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 130 | 223 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.13 |
| HSL | 285.81º | 0.59% | 0.69% | - |
| HSV(B) | 285.81º | 0.42% | 0.87% | - |
| XYZ | 45.39 | 33.71 | 73.93 | - |
| YUV | 161.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 223 | 0.10 | 0.42 | 0 | 0.13 | 285.81 | 0.59 | 0.69 |
| Hex | C9 | 82 | DF | A | 2A | 0 | D | 11E | 3B | 45 |
| Octal | 311 | 202 | 337 | 12 | 52 | 0 | 15 | 436 | 73 | 105 |
| Binary | 11001001 | 10000010 | 11011111 | 1010 | 101010 | 0 | 1101 | 100011110 | 111011 | 1000101 |
Color Harmonies of #C982DF
Complementary color
Monochromatic Colors of #C982DF
Black with #C982DF
Text Example
Text Example
White with #C982DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982DF; }
p { color: rgb(201,130,223); }
H1.HeaderClassName
{
color: #C982DF;
}
.AnyTagClassName
{
color: #C982DF;
}
</style>
background-color css
<style>
a { background-color: #C982DF; }
a { background-color: rgb(201,130,223); }
div.DivClassName
{
background-color: #C982DF;
}
.BgClassName
{
background-color: #C982DF;
}
</style>
border-color css
<style>
span { border-color: #C982DF; }
span { border-color: rgb(201,130,223); }
td.TdClassName
{
border-color: #C982DF;
}
.TagClassName
{
border-color: #C982DF;
}
</style>