Shades of Wisteria #C484DC
Tints of Wisteria #C484DC
RGB
CMYK
RGB Variations
Color information
#C484DC (or 0xC484DC) is known color: Wisteria. HEX triplet: C4, 84 and DC. RGB value is (196,132,220). Sum of RGB (Red+Green+Blue) = 196+132+220=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C484DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484DC is #3B7B23. Grayscale: #A0A0A0. Windows color (decimal): -3898148 or 14451908. OLE color: 14451908.
HSL color Cylindrical-coordinate representation of color #C484DC: hue angle of 283.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C484DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 132 | 220 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.14 |
| HSL | 283.64º | 0.56% | 0.69% | - |
| HSV(B) | 283.64º | 0.4% | 0.86% | - |
| XYZ | 43.93 | 33.41 | 71.84 | - |
| YUV | 161.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 220 | 0.11 | 0.40 | 0 | 0.14 | 283.64 | 0.56 | 0.69 |
| Hex | C4 | 84 | DC | B | 28 | 0 | E | 11C | 38 | 45 |
| Octal | 304 | 204 | 334 | 13 | 50 | 0 | 16 | 434 | 70 | 105 |
| Binary | 11000100 | 10000100 | 11011100 | 1011 | 101000 | 0 | 1110 | 100011100 | 111000 | 1000101 |
Color Harmonies of #C484DC
Complementary color
Monochromatic Colors of #C484DC
Black with #C484DC
Text Example
Text Example
White with #C484DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484DC; }
p { color: rgb(196,132,220); }
H1.HeaderClassName
{
color: #C484DC;
}
.AnyTagClassName
{
color: #C484DC;
}
</style>
background-color css
<style>
a { background-color: #C484DC; }
a { background-color: rgb(196,132,220); }
div.DivClassName
{
background-color: #C484DC;
}
.BgClassName
{
background-color: #C484DC;
}
</style>
border-color css
<style>
span { border-color: #C484DC; }
span { border-color: rgb(196,132,220); }
td.TdClassName
{
border-color: #C484DC;
}
.TagClassName
{
border-color: #C484DC;
}
</style>