Shades of Wisteria #C481DC
Tints of Wisteria #C481DC
RGB
CMYK
RGB Variations
Color information
#C481DC (or 0xC481DC) is known color: Wisteria. HEX triplet: C4, 81 and DC. RGB value is (196,129,220). Sum of RGB (Red+Green+Blue) = 196+129+220=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C481DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DC is #3B7E23. Grayscale: #9F9F9F. Windows color (decimal): -3898916 or 14451140. OLE color: 14451140.
HSL color Cylindrical-coordinate representation of color #C481DC: hue angle of 284.18º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C481DC is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 129 | 220 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.14 |
| HSL | 284.18º | 0.57% | 0.68% | - |
| HSV(B) | 284.18º | 0.41% | 0.86% | - |
| XYZ | 43.53 | 32.6 | 71.71 | - |
| YUV | 159.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 220 | 0.11 | 0.41 | 0 | 0.14 | 284.18 | 0.57 | 0.68 |
| Hex | C4 | 81 | DC | B | 29 | 0 | E | 11C | 39 | 44 |
| Octal | 304 | 201 | 334 | 13 | 51 | 0 | 16 | 434 | 71 | 104 |
| Binary | 11000100 | 10000001 | 11011100 | 1011 | 101001 | 0 | 1110 | 100011100 | 111001 | 1000100 |
Color Harmonies of #C481DC
Complementary color
Monochromatic Colors of #C481DC
Black with #C481DC
Text Example
Text Example
White with #C481DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481DC; }
p { color: rgb(196,129,220); }
H1.HeaderClassName
{
color: #C481DC;
}
.AnyTagClassName
{
color: #C481DC;
}
</style>
background-color css
<style>
a { background-color: #C481DC; }
a { background-color: rgb(196,129,220); }
div.DivClassName
{
background-color: #C481DC;
}
.BgClassName
{
background-color: #C481DC;
}
</style>
border-color css
<style>
span { border-color: #C481DC; }
span { border-color: rgb(196,129,220); }
td.TdClassName
{
border-color: #C481DC;
}
.TagClassName
{
border-color: #C481DC;
}
</style>