Shades of Wisteria #C486DE
Tints of Wisteria #C486DE
RGB
CMYK
RGB Variations
Color information
#C486DE (or 0xC486DE) is known color: Wisteria. HEX triplet: C4, 86 and DE. RGB value is (196,134,222). Sum of RGB (Red+Green+Blue) = 196+134+222=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C486DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DE is #3B7921. Grayscale: #A2A2A2. Windows color (decimal): -3897634 or 14583492. OLE color: 14583492.
HSL color Cylindrical-coordinate representation of color #C486DE: hue angle of 282.27º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C486DE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 134 | 222 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.13 |
| HSL | 282.27º | 0.57% | 0.7% | - |
| HSV(B) | 282.27º | 0.4% | 0.87% | - |
| XYZ | 44.47 | 34.06 | 73.34 | - |
| YUV | 162.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 222 | 0.12 | 0.40 | 0 | 0.13 | 282.27 | 0.57 | 0.7 |
| Hex | C4 | 86 | DE | C | 28 | 0 | D | 11A | 39 | 46 |
| Octal | 304 | 206 | 336 | 14 | 50 | 0 | 15 | 432 | 71 | 106 |
| Binary | 11000100 | 10000110 | 11011110 | 1100 | 101000 | 0 | 1101 | 100011010 | 111001 | 1000110 |
Color Harmonies of #C486DE
Complementary color
Monochromatic Colors of #C486DE
Black with #C486DE
Text Example
Text Example
White with #C486DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486DE; }
p { color: rgb(196,134,222); }
H1.HeaderClassName
{
color: #C486DE;
}
.AnyTagClassName
{
color: #C486DE;
}
</style>
background-color css
<style>
a { background-color: #C486DE; }
a { background-color: rgb(196,134,222); }
div.DivClassName
{
background-color: #C486DE;
}
.BgClassName
{
background-color: #C486DE;
}
</style>
border-color css
<style>
span { border-color: #C486DE; }
span { border-color: rgb(196,134,222); }
td.TdClassName
{
border-color: #C486DE;
}
.TagClassName
{
border-color: #C486DE;
}
</style>