Shades of Wisteria #C482DC
Tints of Wisteria #C482DC
RGB
CMYK
RGB Variations
Color information
#C482DC (or 0xC482DC) is known color: Wisteria. HEX triplet: C4, 82 and DC. RGB value is (196,130,220). Sum of RGB (Red+Green+Blue) = 196+130+220=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C482DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DC is #3B7D23. Grayscale: #9F9F9F. Windows color (decimal): -3898660 or 14451396. OLE color: 14451396.
HSL color Cylindrical-coordinate representation of color #C482DC: hue angle of 284º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C482DC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 130 | 220 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.14 |
| HSL | 284º | 0.56% | 0.69% | - |
| HSV(B) | 284º | 0.41% | 0.86% | - |
| XYZ | 43.67 | 32.87 | 71.75 | - |
| YUV | 159.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 220 | 0.11 | 0.41 | 0 | 0.14 | 284 | 0.56 | 0.69 |
| Hex | C4 | 82 | DC | B | 29 | 0 | E | 11C | 38 | 45 |
| Octal | 304 | 202 | 334 | 13 | 51 | 0 | 16 | 434 | 70 | 105 |
| Binary | 11000100 | 10000010 | 11011100 | 1011 | 101001 | 0 | 1110 | 100011100 | 111000 | 1000101 |
Color Harmonies of #C482DC
Complementary color
Monochromatic Colors of #C482DC
Black with #C482DC
Text Example
Text Example
White with #C482DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482DC; }
p { color: rgb(196,130,220); }
H1.HeaderClassName
{
color: #C482DC;
}
.AnyTagClassName
{
color: #C482DC;
}
</style>
background-color css
<style>
a { background-color: #C482DC; }
a { background-color: rgb(196,130,220); }
div.DivClassName
{
background-color: #C482DC;
}
.BgClassName
{
background-color: #C482DC;
}
</style>
border-color css
<style>
span { border-color: #C482DC; }
span { border-color: rgb(196,130,220); }
td.TdClassName
{
border-color: #C482DC;
}
.TagClassName
{
border-color: #C482DC;
}
</style>