Shades of Wisteria #C680DA
Tints of Wisteria #C680DA
RGB
CMYK
RGB Variations
Color information
#C680DA (or 0xC680DA) is known color: Wisteria. HEX triplet: C6, 80 and DA. RGB value is (198,128,218). Sum of RGB (Red+Green+Blue) = 198+128+218=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C680DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DA is #397F25. Grayscale: #9E9E9E. Windows color (decimal): -3768102 or 14319814. OLE color: 14319814.
HSL color Cylindrical-coordinate representation of color #C680DA: hue angle of 286.67º degrees, saturation: 0.55, 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 #C680DA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 128 | 218 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.15 |
| HSL | 286.67º | 0.55% | 0.68% | - |
| HSV(B) | 286.67º | 0.41% | 0.85% | - |
| XYZ | 43.66 | 32.51 | 70.3 | - |
| YUV | 159.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 218 | 0.09 | 0.41 | 0 | 0.15 | 286.67 | 0.55 | 0.68 |
| Hex | C6 | 80 | DA | 9 | 29 | 0 | F | 11F | 37 | 44 |
| Octal | 306 | 200 | 332 | 11 | 51 | 0 | 17 | 437 | 67 | 104 |
| Binary | 11000110 | 10000000 | 11011010 | 1001 | 101001 | 0 | 1111 | 100011111 | 110111 | 1000100 |
Color Harmonies of #C680DA
Complementary color
Monochromatic Colors of #C680DA
Black with #C680DA
Text Example
Text Example
White with #C680DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680DA; }
p { color: rgb(198,128,218); }
H1.HeaderClassName
{
color: #C680DA;
}
.AnyTagClassName
{
color: #C680DA;
}
</style>
background-color css
<style>
a { background-color: #C680DA; }
a { background-color: rgb(198,128,218); }
div.DivClassName
{
background-color: #C680DA;
}
.BgClassName
{
background-color: #C680DA;
}
</style>
border-color css
<style>
span { border-color: #C680DA; }
span { border-color: rgb(198,128,218); }
td.TdClassName
{
border-color: #C680DA;
}
.TagClassName
{
border-color: #C680DA;
}
</style>