Shades of Wisteria #C786EF
Tints of Wisteria #C786EF
RGB
CMYK
RGB Variations
Color information
#C786EF (or 0xC786EF) is known color: Wisteria. HEX triplet: C7, 86 and EF. RGB value is (199,134,239). Sum of RGB (Red+Green+Blue) = 199+134+239=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #C786EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C786EF is #387910. Grayscale: #A5A5A5. Windows color (decimal): -3701009 or 15697607. OLE color: 15697607.
HSL color Cylindrical-coordinate representation of color #C786EF: hue angle of 277.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C786EF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 134 | 239 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.06 |
| HSL | 277.14º | 0.77% | 0.73% | - |
| HSV(B) | 277.14º | 0.44% | 0.94% | - |
| XYZ | 47.66 | 35.42 | 85.99 | - |
| YUV | 165.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 239 | 0.17 | 0.44 | 0 | 0.06 | 277.14 | 0.77 | 0.73 |
| Hex | C7 | 86 | EF | 11 | 2C | 0 | 6 | 115 | 4D | 49 |
| Octal | 307 | 206 | 357 | 21 | 54 | 0 | 6 | 425 | 115 | 111 |
| Binary | 11000111 | 10000110 | 11101111 | 10001 | 101100 | 0 | 110 | 100010101 | 1001101 | 1001001 |
Color Harmonies of #C786EF
Complementary color
Monochromatic Colors of #C786EF
Black with #C786EF
Text Example
Text Example
White with #C786EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786EF; }
p { color: rgb(199,134,239); }
H1.HeaderClassName
{
color: #C786EF;
}
.AnyTagClassName
{
color: #C786EF;
}
</style>
background-color css
<style>
a { background-color: #C786EF; }
a { background-color: rgb(199,134,239); }
div.DivClassName
{
background-color: #C786EF;
}
.BgClassName
{
background-color: #C786EF;
}
</style>
border-color css
<style>
span { border-color: #C786EF; }
span { border-color: rgb(199,134,239); }
td.TdClassName
{
border-color: #C786EF;
}
.TagClassName
{
border-color: #C786EF;
}
</style>