Shades of Wisteria #C682E4
Tints of Wisteria #C682E4
RGB
CMYK
RGB Variations
Color information
#C682E4 (or 0xC682E4) is known color: Wisteria. HEX triplet: C6, 82 and E4. RGB value is (198,130,228). Sum of RGB (Red+Green+Blue) = 198+130+228=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #C682E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682E4 is #397D1B. Grayscale: #A1A1A1. Windows color (decimal): -3767580 or 14975686. OLE color: 14975686.
HSL color Cylindrical-coordinate representation of color #C682E4: hue angle of 281.63º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C682E4 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 130 | 228 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.11 |
| HSL | 281.63º | 0.64% | 0.7% | - |
| HSV(B) | 281.63º | 0.43% | 0.89% | - |
| XYZ | 45.27 | 33.57 | 77.49 | - |
| YUV | 161.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 228 | 0.13 | 0.43 | 0 | 0.11 | 281.63 | 0.64 | 0.7 |
| Hex | C6 | 82 | E4 | D | 2B | 0 | B | 11A | 40 | 46 |
| Octal | 306 | 202 | 344 | 15 | 53 | 0 | 13 | 432 | 100 | 106 |
| Binary | 11000110 | 10000010 | 11100100 | 1101 | 101011 | 0 | 1011 | 100011010 | 1000000 | 1000110 |
Color Harmonies of #C682E4
Complementary color
Monochromatic Colors of #C682E4
Black with #C682E4
Text Example
Text Example
White with #C682E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682E4; }
p { color: rgb(198,130,228); }
H1.HeaderClassName
{
color: #C682E4;
}
.AnyTagClassName
{
color: #C682E4;
}
</style>
background-color css
<style>
a { background-color: #C682E4; }
a { background-color: rgb(198,130,228); }
div.DivClassName
{
background-color: #C682E4;
}
.BgClassName
{
background-color: #C682E4;
}
</style>
border-color css
<style>
span { border-color: #C682E4; }
span { border-color: rgb(198,130,228); }
td.TdClassName
{
border-color: #C682E4;
}
.TagClassName
{
border-color: #C682E4;
}
</style>