Shades of Wisteria #C980DF
Tints of Wisteria #C980DF
RGB
CMYK
RGB Variations
Color information
#C980DF (or 0xC980DF) is known color: Wisteria. HEX triplet: C9, 80 and DF. RGB value is (201,128,223). Sum of RGB (Red+Green+Blue) = 201+128+223=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #C980DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DF is #367F20. Grayscale: #A0A0A0. Windows color (decimal): -3571489 or 14647497. OLE color: 14647497.
HSL color Cylindrical-coordinate representation of color #C980DF: hue angle of 286.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C980DF is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 128 | 223 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.13 |
| HSL | 286.11º | 0.6% | 0.69% | - |
| HSV(B) | 286.11º | 0.43% | 0.87% | - |
| XYZ | 45.13 | 33.18 | 73.84 | - |
| YUV | 160.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 223 | 0.10 | 0.43 | 0 | 0.13 | 286.11 | 0.6 | 0.69 |
| Hex | C9 | 80 | DF | A | 2B | 0 | D | 11E | 3C | 45 |
| Octal | 311 | 200 | 337 | 12 | 53 | 0 | 15 | 436 | 74 | 105 |
| Binary | 11001001 | 10000000 | 11011111 | 1010 | 101011 | 0 | 1101 | 100011110 | 111100 | 1000101 |
Color Harmonies of #C980DF
Complementary color
Monochromatic Colors of #C980DF
Black with #C980DF
Text Example
Text Example
White with #C980DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980DF; }
p { color: rgb(201,128,223); }
H1.HeaderClassName
{
color: #C980DF;
}
.AnyTagClassName
{
color: #C980DF;
}
</style>
background-color css
<style>
a { background-color: #C980DF; }
a { background-color: rgb(201,128,223); }
div.DivClassName
{
background-color: #C980DF;
}
.BgClassName
{
background-color: #C980DF;
}
</style>
border-color css
<style>
span { border-color: #C980DF; }
span { border-color: rgb(201,128,223); }
td.TdClassName
{
border-color: #C980DF;
}
.TagClassName
{
border-color: #C980DF;
}
</style>