Shades of Wisteria #C786DA
Tints of Wisteria #C786DA
RGB
CMYK
RGB Variations
Color information
#C786DA (or 0xC786DA) is known color: Wisteria. HEX triplet: C7, 86 and DA. RGB value is (199,134,218). Sum of RGB (Red+Green+Blue) = 199+134+218=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #C786DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786DA is #387925. Grayscale: #A2A2A2. Windows color (decimal): -3701030 or 14321351. OLE color: 14321351.
HSL color Cylindrical-coordinate representation of color #C786DA: hue angle of 286.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C786DA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 134 | 218 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.15 |
| HSL | 286.43º | 0.53% | 0.69% | - |
| HSV(B) | 286.43º | 0.39% | 0.85% | - |
| XYZ | 44.73 | 34.25 | 70.58 | - |
| YUV | 163.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 218 | 0.09 | 0.39 | 0 | 0.15 | 286.43 | 0.53 | 0.69 |
| Hex | C7 | 86 | DA | 9 | 27 | 0 | F | 11E | 35 | 45 |
| Octal | 307 | 206 | 332 | 11 | 47 | 0 | 17 | 436 | 65 | 105 |
| Binary | 11000111 | 10000110 | 11011010 | 1001 | 100111 | 0 | 1111 | 100011110 | 110101 | 1000101 |
Color Harmonies of #C786DA
Complementary color
Monochromatic Colors of #C786DA
Black with #C786DA
Text Example
Text Example
White with #C786DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786DA; }
p { color: rgb(199,134,218); }
H1.HeaderClassName
{
color: #C786DA;
}
.AnyTagClassName
{
color: #C786DA;
}
</style>
background-color css
<style>
a { background-color: #C786DA; }
a { background-color: rgb(199,134,218); }
div.DivClassName
{
background-color: #C786DA;
}
.BgClassName
{
background-color: #C786DA;
}
</style>
border-color css
<style>
span { border-color: #C786DA; }
span { border-color: rgb(199,134,218); }
td.TdClassName
{
border-color: #C786DA;
}
.TagClassName
{
border-color: #C786DA;
}
</style>