Shades of Wisteria #C484E2
Tints of Wisteria #C484E2
RGB
CMYK
RGB Variations
Color information
#C484E2 (or 0xC484E2) is known color: Wisteria. HEX triplet: C4, 84 and E2. RGB value is (196,132,226). Sum of RGB (Red+Green+Blue) = 196+132+226=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #C484E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484E2 is #3B7B1D. Grayscale: #A1A1A1. Windows color (decimal): -3898142 or 14845124. OLE color: 14845124.
HSL color Cylindrical-coordinate representation of color #C484E2: hue angle of 280.85º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C484E2 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 132 | 226 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.11 |
| HSL | 280.85º | 0.62% | 0.7% | - |
| HSV(B) | 280.85º | 0.42% | 0.89% | - |
| XYZ | 44.74 | 33.73 | 76.1 | - |
| YUV | 161.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 226 | 0.13 | 0.42 | 0 | 0.11 | 280.85 | 0.62 | 0.7 |
| Hex | C4 | 84 | E2 | D | 2A | 0 | B | 119 | 3E | 46 |
| Octal | 304 | 204 | 342 | 15 | 52 | 0 | 13 | 431 | 76 | 106 |
| Binary | 11000100 | 10000100 | 11100010 | 1101 | 101010 | 0 | 1011 | 100011001 | 111110 | 1000110 |
Color Harmonies of #C484E2
Complementary color
Monochromatic Colors of #C484E2
Black with #C484E2
Text Example
Text Example
White with #C484E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484E2; }
p { color: rgb(196,132,226); }
H1.HeaderClassName
{
color: #C484E2;
}
.AnyTagClassName
{
color: #C484E2;
}
</style>
background-color css
<style>
a { background-color: #C484E2; }
a { background-color: rgb(196,132,226); }
div.DivClassName
{
background-color: #C484E2;
}
.BgClassName
{
background-color: #C484E2;
}
</style>
border-color css
<style>
span { border-color: #C484E2; }
span { border-color: rgb(196,132,226); }
td.TdClassName
{
border-color: #C484E2;
}
.TagClassName
{
border-color: #C484E2;
}
</style>