Shades of Wisteria #C680D9
Tints of Wisteria #C680D9
RGB
CMYK
RGB Variations
Color information
#C680D9 (or 0xC680D9) is known color: Wisteria. HEX triplet: C6, 80 and D9. RGB value is (198,128,217). Sum of RGB (Red+Green+Blue) = 198+128+217=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #C680D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680D9 is #397F26. Grayscale: #9E9E9E. Windows color (decimal): -3768103 or 14254278. OLE color: 14254278.
HSL color Cylindrical-coordinate representation of color #C680D9: hue angle of 287.19º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C680D9 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 128 | 217 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.15 |
| HSL | 287.19º | 0.54% | 0.68% | - |
| HSV(B) | 287.19º | 0.41% | 0.85% | - |
| XYZ | 43.53 | 32.45 | 69.62 | - |
| YUV | 159.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 217 | 0.09 | 0.41 | 0 | 0.15 | 287.19 | 0.54 | 0.68 |
| Hex | C6 | 80 | D9 | 9 | 29 | 0 | F | 11F | 36 | 44 |
| Octal | 306 | 200 | 331 | 11 | 51 | 0 | 17 | 437 | 66 | 104 |
| Binary | 11000110 | 10000000 | 11011001 | 1001 | 101001 | 0 | 1111 | 100011111 | 110110 | 1000100 |
Color Harmonies of #C680D9
Complementary color
Monochromatic Colors of #C680D9
Black with #C680D9
Text Example
Text Example
White with #C680D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680D9; }
p { color: rgb(198,128,217); }
H1.HeaderClassName
{
color: #C680D9;
}
.AnyTagClassName
{
color: #C680D9;
}
</style>
background-color css
<style>
a { background-color: #C680D9; }
a { background-color: rgb(198,128,217); }
div.DivClassName
{
background-color: #C680D9;
}
.BgClassName
{
background-color: #C680D9;
}
</style>
border-color css
<style>
span { border-color: #C680D9; }
span { border-color: rgb(198,128,217); }
td.TdClassName
{
border-color: #C680D9;
}
.TagClassName
{
border-color: #C680D9;
}
</style>