Shades of Wisteria #C484D0
Tints of Wisteria #C484D0
RGB
CMYK
RGB Variations
Color information
#C484D0 (or 0xC484D0) is known color: Wisteria. HEX triplet: C4, 84 and D0. RGB value is (196,132,208). Sum of RGB (Red+Green+Blue) = 196+132+208=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C484D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484D0 is #3B7B2F. Grayscale: #9F9F9F. Windows color (decimal): -3898160 or 13665476. OLE color: 13665476.
HSL color Cylindrical-coordinate representation of color #C484D0: hue angle of 290.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C484D0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 132 | 208 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.18 |
| HSL | 290.53º | 0.45% | 0.67% | - |
| HSV(B) | 290.53º | 0.37% | 0.82% | - |
| XYZ | 42.4 | 32.79 | 63.77 | - |
| YUV | 159.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 208 | 0.06 | 0.37 | 0 | 0.18 | 290.53 | 0.45 | 0.67 |
| Hex | C4 | 84 | D0 | 6 | 25 | 0 | 12 | 123 | 2D | 43 |
| Octal | 304 | 204 | 320 | 6 | 45 | 0 | 22 | 443 | 55 | 103 |
| Binary | 11000100 | 10000100 | 11010000 | 110 | 100101 | 0 | 10010 | 100100011 | 101101 | 1000011 |
Color Harmonies of #C484D0
Complementary color
Monochromatic Colors of #C484D0
Black with #C484D0
Text Example
Text Example
White with #C484D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484D0; }
p { color: rgb(196,132,208); }
H1.HeaderClassName
{
color: #C484D0;
}
.AnyTagClassName
{
color: #C484D0;
}
</style>
background-color css
<style>
a { background-color: #C484D0; }
a { background-color: rgb(196,132,208); }
div.DivClassName
{
background-color: #C484D0;
}
.BgClassName
{
background-color: #C484D0;
}
</style>
border-color css
<style>
span { border-color: #C484D0; }
span { border-color: rgb(196,132,208); }
td.TdClassName
{
border-color: #C484D0;
}
.TagClassName
{
border-color: #C484D0;
}
</style>