Shades of Wisteria #C786E8
Tints of Wisteria #C786E8
RGB
CMYK
RGB Variations
Color information
#C786E8 (or 0xC786E8) is known color: Wisteria. HEX triplet: C7, 86 and E8. RGB value is (199,134,232). Sum of RGB (Red+Green+Blue) = 199+134+232=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #C786E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C786E8 is #387917. Grayscale: #A4A4A4. Windows color (decimal): -3701016 or 15238855. OLE color: 15238855.
HSL color Cylindrical-coordinate representation of color #C786E8: hue angle of 279.8º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C786E8 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 134 | 232 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.09 |
| HSL | 279.8º | 0.68% | 0.72% | - |
| HSV(B) | 279.8º | 0.42% | 0.91% | - |
| XYZ | 46.64 | 35.02 | 80.64 | - |
| YUV | 164.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 232 | 0.14 | 0.42 | 0 | 0.09 | 279.8 | 0.68 | 0.72 |
| Hex | C7 | 86 | E8 | E | 2A | 0 | 9 | 118 | 44 | 48 |
| Octal | 307 | 206 | 350 | 16 | 52 | 0 | 11 | 430 | 104 | 110 |
| Binary | 11000111 | 10000110 | 11101000 | 1110 | 101010 | 0 | 1001 | 100011000 | 1000100 | 1001000 |
Color Harmonies of #C786E8
Complementary color
Monochromatic Colors of #C786E8
Black with #C786E8
Text Example
Text Example
White with #C786E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786E8; }
p { color: rgb(199,134,232); }
H1.HeaderClassName
{
color: #C786E8;
}
.AnyTagClassName
{
color: #C786E8;
}
</style>
background-color css
<style>
a { background-color: #C786E8; }
a { background-color: rgb(199,134,232); }
div.DivClassName
{
background-color: #C786E8;
}
.BgClassName
{
background-color: #C786E8;
}
</style>
border-color css
<style>
span { border-color: #C786E8; }
span { border-color: rgb(199,134,232); }
td.TdClassName
{
border-color: #C786E8;
}
.TagClassName
{
border-color: #C786E8;
}
</style>