Shades of Wisteria #C481E6
Tints of Wisteria #C481E6
RGB
CMYK
RGB Variations
Color information
#C481E6 (or 0xC481E6) is known color: Wisteria. HEX triplet: C4, 81 and E6. RGB value is (196,129,230). Sum of RGB (Red+Green+Blue) = 196+129+230=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #C481E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481E6 is #3B7E19. Grayscale: #A0A0A0. Windows color (decimal): -3898906 or 15106500. OLE color: 15106500.
HSL color Cylindrical-coordinate representation of color #C481E6: hue angle of 279.8º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C481E6 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 129 | 230 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.10 |
| HSL | 279.8º | 0.67% | 0.7% | - |
| HSV(B) | 279.8º | 0.44% | 0.9% | - |
| XYZ | 44.9 | 33.15 | 78.9 | - |
| YUV | 160.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 230 | 0.15 | 0.44 | 0 | 0.10 | 279.8 | 0.67 | 0.7 |
| Hex | C4 | 81 | E6 | F | 2C | 0 | A | 118 | 43 | 46 |
| Octal | 304 | 201 | 346 | 17 | 54 | 0 | 12 | 430 | 103 | 106 |
| Binary | 11000100 | 10000001 | 11100110 | 1111 | 101100 | 0 | 1010 | 100011000 | 1000011 | 1000110 |
Color Harmonies of #C481E6
Complementary color
Monochromatic Colors of #C481E6
Black with #C481E6
Text Example
Text Example
White with #C481E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481E6; }
p { color: rgb(196,129,230); }
H1.HeaderClassName
{
color: #C481E6;
}
.AnyTagClassName
{
color: #C481E6;
}
</style>
background-color css
<style>
a { background-color: #C481E6; }
a { background-color: rgb(196,129,230); }
div.DivClassName
{
background-color: #C481E6;
}
.BgClassName
{
background-color: #C481E6;
}
</style>
border-color css
<style>
span { border-color: #C481E6; }
span { border-color: rgb(196,129,230); }
td.TdClassName
{
border-color: #C481E6;
}
.TagClassName
{
border-color: #C481E6;
}
</style>