Shades of Wisteria #C486EA
Tints of Wisteria #C486EA
RGB
CMYK
RGB Variations
Color information
#C486EA (or 0xC486EA) is known color: Wisteria. HEX triplet: C4, 86 and EA. RGB value is (196,134,234). Sum of RGB (Red+Green+Blue) = 196+134+234=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #C486EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486EA is #3B7915. Grayscale: #A3A3A3. Windows color (decimal): -3897622 or 15369924. OLE color: 15369924.
HSL color Cylindrical-coordinate representation of color #C486EA: hue angle of 277.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C486EA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 134 | 234 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.08 |
| HSL | 277.2º | 0.7% | 0.72% | - |
| HSV(B) | 277.2º | 0.43% | 0.92% | - |
| XYZ | 46.14 | 34.73 | 82.11 | - |
| YUV | 163.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 234 | 0.16 | 0.43 | 0 | 0.08 | 277.2 | 0.7 | 0.72 |
| Hex | C4 | 86 | EA | 10 | 2B | 0 | 8 | 115 | 46 | 48 |
| Octal | 304 | 206 | 352 | 20 | 53 | 0 | 10 | 425 | 106 | 110 |
| Binary | 11000100 | 10000110 | 11101010 | 10000 | 101011 | 0 | 1000 | 100010101 | 1000110 | 1001000 |
Color Harmonies of #C486EA
Complementary color
Monochromatic Colors of #C486EA
Black with #C486EA
Text Example
Text Example
White with #C486EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486EA; }
p { color: rgb(196,134,234); }
H1.HeaderClassName
{
color: #C486EA;
}
.AnyTagClassName
{
color: #C486EA;
}
</style>
background-color css
<style>
a { background-color: #C486EA; }
a { background-color: rgb(196,134,234); }
div.DivClassName
{
background-color: #C486EA;
}
.BgClassName
{
background-color: #C486EA;
}
</style>
border-color css
<style>
span { border-color: #C486EA; }
span { border-color: rgb(196,134,234); }
td.TdClassName
{
border-color: #C486EA;
}
.TagClassName
{
border-color: #C486EA;
}
</style>