Shades of Wisteria #C680DD
Tints of Wisteria #C680DD
RGB
CMYK
RGB Variations
Color information
#C680DD (or 0xC680DD) is known color: Wisteria. HEX triplet: C6, 80 and DD. RGB value is (198,128,221). Sum of RGB (Red+Green+Blue) = 198+128+221=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C680DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DD is #397F22. Grayscale: #9F9F9F. Windows color (decimal): -3768099 or 14516422. OLE color: 14516422.
HSL color Cylindrical-coordinate representation of color #C680DD: hue angle of 285.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C680DD is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 128 | 221 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.13 |
| HSL | 285.16º | 0.58% | 0.68% | - |
| HSV(B) | 285.16º | 0.42% | 0.87% | - |
| XYZ | 44.06 | 32.66 | 72.39 | - |
| YUV | 159.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 221 | 0.10 | 0.42 | 0 | 0.13 | 285.16 | 0.58 | 0.68 |
| Hex | C6 | 80 | DD | A | 2A | 0 | D | 11D | 3A | 44 |
| Octal | 306 | 200 | 335 | 12 | 52 | 0 | 15 | 435 | 72 | 104 |
| Binary | 11000110 | 10000000 | 11011101 | 1010 | 101010 | 0 | 1101 | 100011101 | 111010 | 1000100 |
Color Harmonies of #C680DD
Complementary color
Monochromatic Colors of #C680DD
Black with #C680DD
Text Example
Text Example
White with #C680DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680DD; }
p { color: rgb(198,128,221); }
H1.HeaderClassName
{
color: #C680DD;
}
.AnyTagClassName
{
color: #C680DD;
}
</style>
background-color css
<style>
a { background-color: #C680DD; }
a { background-color: rgb(198,128,221); }
div.DivClassName
{
background-color: #C680DD;
}
.BgClassName
{
background-color: #C680DD;
}
</style>
border-color css
<style>
span { border-color: #C680DD; }
span { border-color: rgb(198,128,221); }
td.TdClassName
{
border-color: #C680DD;
}
.TagClassName
{
border-color: #C680DD;
}
</style>