Shades of Wisteria #C680E6
Tints of Wisteria #C680E6
RGB
CMYK
RGB Variations
Color information
#C680E6 (or 0xC680E6) is known color: Wisteria. HEX triplet: C6, 80 and E6. RGB value is (198,128,230). Sum of RGB (Red+Green+Blue) = 198+128+230=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #C680E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680E6 is #397F19. Grayscale: #A0A0A0. Windows color (decimal): -3768090 or 15106246. OLE color: 15106246.
HSL color Cylindrical-coordinate representation of color #C680E6: hue angle of 281.18º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C680E6 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 128 | 230 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.10 |
| HSL | 281.18º | 0.67% | 0.7% | - |
| HSV(B) | 281.18º | 0.44% | 0.9% | - |
| XYZ | 45.29 | 33.16 | 78.88 | - |
| YUV | 160.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 230 | 0.14 | 0.44 | 0 | 0.10 | 281.18 | 0.67 | 0.7 |
| Hex | C6 | 80 | E6 | E | 2C | 0 | A | 119 | 43 | 46 |
| Octal | 306 | 200 | 346 | 16 | 54 | 0 | 12 | 431 | 103 | 106 |
| Binary | 11000110 | 10000000 | 11100110 | 1110 | 101100 | 0 | 1010 | 100011001 | 1000011 | 1000110 |
Color Harmonies of #C680E6
Complementary color
Monochromatic Colors of #C680E6
Black with #C680E6
Text Example
Text Example
White with #C680E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680E6; }
p { color: rgb(198,128,230); }
H1.HeaderClassName
{
color: #C680E6;
}
.AnyTagClassName
{
color: #C680E6;
}
</style>
background-color css
<style>
a { background-color: #C680E6; }
a { background-color: rgb(198,128,230); }
div.DivClassName
{
background-color: #C680E6;
}
.BgClassName
{
background-color: #C680E6;
}
</style>
border-color css
<style>
span { border-color: #C680E6; }
span { border-color: rgb(198,128,230); }
td.TdClassName
{
border-color: #C680E6;
}
.TagClassName
{
border-color: #C680E6;
}
</style>