Shades of Wisteria #C681E5
Tints of Wisteria #C681E5
RGB
CMYK
RGB Variations
Color information
#C681E5 (or 0xC681E5) is known color: Wisteria. HEX triplet: C6, 81 and E5. RGB value is (198,129,229). Sum of RGB (Red+Green+Blue) = 198+129+229=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #C681E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681E5 is #397E1A. Grayscale: #A0A0A0. Windows color (decimal): -3767835 or 15040966. OLE color: 15040966.
HSL color Cylindrical-coordinate representation of color #C681E5: hue angle of 281.4º degrees, saturation: 0.66, 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 #C681E5 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 129 | 229 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.10 |
| HSL | 281.4º | 0.66% | 0.7% | - |
| HSV(B) | 281.4º | 0.44% | 0.9% | - |
| XYZ | 45.28 | 33.36 | 78.18 | - |
| YUV | 161.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 229 | 0.14 | 0.44 | 0 | 0.10 | 281.4 | 0.66 | 0.7 |
| Hex | C6 | 81 | E5 | E | 2C | 0 | A | 119 | 42 | 46 |
| Octal | 306 | 201 | 345 | 16 | 54 | 0 | 12 | 431 | 102 | 106 |
| Binary | 11000110 | 10000001 | 11100101 | 1110 | 101100 | 0 | 1010 | 100011001 | 1000010 | 1000110 |
Color Harmonies of #C681E5
Complementary color
Monochromatic Colors of #C681E5
Black with #C681E5
Text Example
Text Example
White with #C681E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C681E5; }
p { color: rgb(198,129,229); }
H1.HeaderClassName
{
color: #C681E5;
}
.AnyTagClassName
{
color: #C681E5;
}
</style>
background-color css
<style>
a { background-color: #C681E5; }
a { background-color: rgb(198,129,229); }
div.DivClassName
{
background-color: #C681E5;
}
.BgClassName
{
background-color: #C681E5;
}
</style>
border-color css
<style>
span { border-color: #C681E5; }
span { border-color: rgb(198,129,229); }
td.TdClassName
{
border-color: #C681E5;
}
.TagClassName
{
border-color: #C681E5;
}
</style>