Shades of Wisteria #C486D1
Tints of Wisteria #C486D1
RGB
CMYK
RGB Variations
Color information
#C486D1 (or 0xC486D1) is known color: Wisteria. HEX triplet: C4, 86 and D1. RGB value is (196,134,209). Sum of RGB (Red+Green+Blue) = 196+134+209=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #C486D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486D1 is #3B792E. Grayscale: #A0A0A0. Windows color (decimal): -3897647 or 13731524. OLE color: 13731524.
HSL color Cylindrical-coordinate representation of color #C486D1: hue angle of 289.6º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C486D1 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 134 | 209 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.18 |
| HSL | 289.6º | 0.45% | 0.67% | - |
| HSV(B) | 289.6º | 0.36% | 0.82% | - |
| XYZ | 42.8 | 33.39 | 64.51 | - |
| YUV | 161.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 209 | 0.06 | 0.36 | 0 | 0.18 | 289.6 | 0.45 | 0.67 |
| Hex | C4 | 86 | D1 | 6 | 24 | 0 | 12 | 122 | 2D | 43 |
| Octal | 304 | 206 | 321 | 6 | 44 | 0 | 22 | 442 | 55 | 103 |
| Binary | 11000100 | 10000110 | 11010001 | 110 | 100100 | 0 | 10010 | 100100010 | 101101 | 1000011 |
Color Harmonies of #C486D1
Complementary color
Monochromatic Colors of #C486D1
Black with #C486D1
Text Example
Text Example
White with #C486D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486D1; }
p { color: rgb(196,134,209); }
H1.HeaderClassName
{
color: #C486D1;
}
.AnyTagClassName
{
color: #C486D1;
}
</style>
background-color css
<style>
a { background-color: #C486D1; }
a { background-color: rgb(196,134,209); }
div.DivClassName
{
background-color: #C486D1;
}
.BgClassName
{
background-color: #C486D1;
}
</style>
border-color css
<style>
span { border-color: #C486D1; }
span { border-color: rgb(196,134,209); }
td.TdClassName
{
border-color: #C486D1;
}
.TagClassName
{
border-color: #C486D1;
}
</style>