Shades of Wisteria #C682E8
Tints of Wisteria #C682E8
RGB
CMYK
RGB Variations
Color information
#C682E8 (or 0xC682E8) is known color: Wisteria. HEX triplet: C6, 82 and E8. RGB value is (198,130,232). Sum of RGB (Red+Green+Blue) = 198+130+232=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #C682E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682E8 is #397D17. Grayscale: #A1A1A1. Windows color (decimal): -3767576 or 15237830. OLE color: 15237830.
HSL color Cylindrical-coordinate representation of color #C682E8: hue angle of 280º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C682E8 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 130 | 232 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.09 |
| HSL | 280º | 0.69% | 0.71% | - |
| HSV(B) | 280º | 0.44% | 0.91% | - |
| XYZ | 45.84 | 33.8 | 80.45 | - |
| YUV | 161.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 232 | 0.15 | 0.44 | 0 | 0.09 | 280 | 0.69 | 0.71 |
| Hex | C6 | 82 | E8 | F | 2C | 0 | 9 | 118 | 45 | 47 |
| Octal | 306 | 202 | 350 | 17 | 54 | 0 | 11 | 430 | 105 | 107 |
| Binary | 11000110 | 10000010 | 11101000 | 1111 | 101100 | 0 | 1001 | 100011000 | 1000101 | 1000111 |
Color Harmonies of #C682E8
Complementary color
Monochromatic Colors of #C682E8
Black with #C682E8
Text Example
Text Example
White with #C682E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682E8; }
p { color: rgb(198,130,232); }
H1.HeaderClassName
{
color: #C682E8;
}
.AnyTagClassName
{
color: #C682E8;
}
</style>
background-color css
<style>
a { background-color: #C682E8; }
a { background-color: rgb(198,130,232); }
div.DivClassName
{
background-color: #C682E8;
}
.BgClassName
{
background-color: #C682E8;
}
</style>
border-color css
<style>
span { border-color: #C682E8; }
span { border-color: rgb(198,130,232); }
td.TdClassName
{
border-color: #C682E8;
}
.TagClassName
{
border-color: #C682E8;
}
</style>