Shades of Wisteria #C786F3
Tints of Wisteria #C786F3
RGB
CMYK
RGB Variations
Color information
#C786F3 (or 0xC786F3) is known color: Wisteria. HEX triplet: C7, 86 and F3. RGB value is (199,134,243). Sum of RGB (Red+Green+Blue) = 199+134+243=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #C786F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C786F3 is #38790C. Grayscale: #A5A5A5. Windows color (decimal): -3701005 or 15959751. OLE color: 15959751.
HSL color Cylindrical-coordinate representation of color #C786F3: hue angle of 275.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C786F3 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 134 | 243 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.05 |
| HSL | 275.78º | 0.82% | 0.74% | - |
| HSV(B) | 275.78º | 0.45% | 0.95% | - |
| XYZ | 48.26 | 35.66 | 89.13 | - |
| YUV | 165.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 243 | 0.18 | 0.45 | 0 | 0.05 | 275.78 | 0.82 | 0.74 |
| Hex | C7 | 86 | F3 | 12 | 2D | 0 | 5 | 114 | 52 | 4A |
| Octal | 307 | 206 | 363 | 22 | 55 | 0 | 5 | 424 | 122 | 112 |
| Binary | 11000111 | 10000110 | 11110011 | 10010 | 101101 | 0 | 101 | 100010100 | 1010010 | 1001010 |
Color Harmonies of #C786F3
Complementary color
Monochromatic Colors of #C786F3
Black with #C786F3
Text Example
Text Example
White with #C786F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786F3; }
p { color: rgb(199,134,243); }
H1.HeaderClassName
{
color: #C786F3;
}
.AnyTagClassName
{
color: #C786F3;
}
</style>
background-color css
<style>
a { background-color: #C786F3; }
a { background-color: rgb(199,134,243); }
div.DivClassName
{
background-color: #C786F3;
}
.BgClassName
{
background-color: #C786F3;
}
</style>
border-color css
<style>
span { border-color: #C786F3; }
span { border-color: rgb(199,134,243); }
td.TdClassName
{
border-color: #C786F3;
}
.TagClassName
{
border-color: #C786F3;
}
</style>