Shades of Wisteria #C680DB
Tints of Wisteria #C680DB
RGB
CMYK
RGB Variations
Color information
#C680DB (or 0xC680DB) is known color: Wisteria. HEX triplet: C6, 80 and DB. RGB value is (198,128,219). Sum of RGB (Red+Green+Blue) = 198+128+219=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C680DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DB is #397F24. Grayscale: #9F9F9F. Windows color (decimal): -3768101 or 14385350. OLE color: 14385350.
HSL color Cylindrical-coordinate representation of color #C680DB: hue angle of 286.15º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C680DB is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 128 | 219 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.14 |
| HSL | 286.15º | 0.56% | 0.68% | - |
| HSV(B) | 286.15º | 0.42% | 0.86% | - |
| XYZ | 43.79 | 32.56 | 70.99 | - |
| YUV | 159.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 219 | 0.10 | 0.42 | 0 | 0.14 | 286.15 | 0.56 | 0.68 |
| Hex | C6 | 80 | DB | A | 2A | 0 | E | 11E | 38 | 44 |
| Octal | 306 | 200 | 333 | 12 | 52 | 0 | 16 | 436 | 70 | 104 |
| Binary | 11000110 | 10000000 | 11011011 | 1010 | 101010 | 0 | 1110 | 100011110 | 111000 | 1000100 |
Color Harmonies of #C680DB
Complementary color
Monochromatic Colors of #C680DB
Black with #C680DB
Text Example
Text Example
White with #C680DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680DB; }
p { color: rgb(198,128,219); }
H1.HeaderClassName
{
color: #C680DB;
}
.AnyTagClassName
{
color: #C680DB;
}
</style>
background-color css
<style>
a { background-color: #C680DB; }
a { background-color: rgb(198,128,219); }
div.DivClassName
{
background-color: #C680DB;
}
.BgClassName
{
background-color: #C680DB;
}
</style>
border-color css
<style>
span { border-color: #C680DB; }
span { border-color: rgb(198,128,219); }
td.TdClassName
{
border-color: #C680DB;
}
.TagClassName
{
border-color: #C680DB;
}
</style>