Shades of Wisteria #C486D5
Tints of Wisteria #C486D5
RGB
CMYK
RGB Variations
Color information
#C486D5 (or 0xC486D5) is known color: Wisteria. HEX triplet: C4, 86 and D5. RGB value is (196,134,213). Sum of RGB (Red+Green+Blue) = 196+134+213=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #C486D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486D5 is #3B792A. Grayscale: #A1A1A1. Windows color (decimal): -3897643 or 13993668. OLE color: 13993668.
HSL color Cylindrical-coordinate representation of color #C486D5: hue angle of 287.09º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C486D5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 134 | 213 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.16 |
| HSL | 287.09º | 0.48% | 0.68% | - |
| HSV(B) | 287.09º | 0.37% | 0.84% | - |
| XYZ | 43.3 | 33.59 | 67.15 | - |
| YUV | 161.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 213 | 0.08 | 0.37 | 0 | 0.16 | 287.09 | 0.48 | 0.68 |
| Hex | C4 | 86 | D5 | 8 | 25 | 0 | 10 | 11F | 30 | 44 |
| Octal | 304 | 206 | 325 | 10 | 45 | 0 | 20 | 437 | 60 | 104 |
| Binary | 11000100 | 10000110 | 11010101 | 1000 | 100101 | 0 | 10000 | 100011111 | 110000 | 1000100 |
Color Harmonies of #C486D5
Complementary color
Monochromatic Colors of #C486D5
Black with #C486D5
Text Example
Text Example
White with #C486D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486D5; }
p { color: rgb(196,134,213); }
H1.HeaderClassName
{
color: #C486D5;
}
.AnyTagClassName
{
color: #C486D5;
}
</style>
background-color css
<style>
a { background-color: #C486D5; }
a { background-color: rgb(196,134,213); }
div.DivClassName
{
background-color: #C486D5;
}
.BgClassName
{
background-color: #C486D5;
}
</style>
border-color css
<style>
span { border-color: #C486D5; }
span { border-color: rgb(196,134,213); }
td.TdClassName
{
border-color: #C486D5;
}
.TagClassName
{
border-color: #C486D5;
}
</style>