Shades of Wisteria #C086DC
Tints of Wisteria #C086DC
RGB
CMYK
RGB Variations
Color information
#C086DC (or 0xC086DC) is known color: Wisteria. HEX triplet: C0, 86 and DC. RGB value is (192,134,220). Sum of RGB (Red+Green+Blue) = 192+134+220=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C086DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086DC is #3F7923. Grayscale: #A0A0A0. Windows color (decimal): -4159780 or 14452416. OLE color: 14452416.
HSL color Cylindrical-coordinate representation of color #C086DC: hue angle of 280.47º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C086DC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 134 | 220 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.14 |
| HSL | 280.47º | 0.55% | 0.69% | - |
| HSV(B) | 280.47º | 0.39% | 0.86% | - |
| XYZ | 43.18 | 33.42 | 71.89 | - |
| YUV | 161.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 220 | 0.13 | 0.39 | 0 | 0.14 | 280.47 | 0.55 | 0.69 |
| Hex | C0 | 86 | DC | D | 27 | 0 | E | 118 | 37 | 45 |
| Octal | 300 | 206 | 334 | 15 | 47 | 0 | 16 | 430 | 67 | 105 |
| Binary | 11000000 | 10000110 | 11011100 | 1101 | 100111 | 0 | 1110 | 100011000 | 110111 | 1000101 |
Color Harmonies of #C086DC
Complementary color
Monochromatic Colors of #C086DC
Black with #C086DC
Text Example
Text Example
White with #C086DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086DC; }
p { color: rgb(192,134,220); }
H1.HeaderClassName
{
color: #C086DC;
}
.AnyTagClassName
{
color: #C086DC;
}
</style>
background-color css
<style>
a { background-color: #C086DC; }
a { background-color: rgb(192,134,220); }
div.DivClassName
{
background-color: #C086DC;
}
.BgClassName
{
background-color: #C086DC;
}
</style>
border-color css
<style>
span { border-color: #C086DC; }
span { border-color: rgb(192,134,220); }
td.TdClassName
{
border-color: #C086DC;
}
.TagClassName
{
border-color: #C086DC;
}
</style>