Shades of Wisteria #C483F1
Tints of Wisteria #C483F1
RGB
CMYK
RGB Variations
Color information
#C483F1 (or 0xC483F1) is known color: Wisteria. HEX triplet: C4, 83 and F1. RGB value is (196,131,241). Sum of RGB (Red+Green+Blue) = 196+131+241=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #C483F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C483F1 is #3B7C0E. Grayscale: #A2A2A2. Windows color (decimal): -3898383 or 15827908. OLE color: 15827908.
HSL color Cylindrical-coordinate representation of color #C483F1: hue angle of 275.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C483F1 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 131 | 241 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.05 |
| HSL | 275.45º | 0.8% | 0.73% | - |
| HSV(B) | 275.45º | 0.46% | 0.95% | - |
| XYZ | 46.76 | 34.32 | 87.38 | - |
| YUV | 162.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 241 | 0.19 | 0.46 | 0 | 0.05 | 275.45 | 0.8 | 0.73 |
| Hex | C4 | 83 | F1 | 13 | 2E | 0 | 5 | 113 | 50 | 49 |
| Octal | 304 | 203 | 361 | 23 | 56 | 0 | 5 | 423 | 120 | 111 |
| Binary | 11000100 | 10000011 | 11110001 | 10011 | 101110 | 0 | 101 | 100010011 | 1010000 | 1001001 |
Color Harmonies of #C483F1
Complementary color
Monochromatic Colors of #C483F1
Black with #C483F1
Text Example
Text Example
White with #C483F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483F1; }
p { color: rgb(196,131,241); }
H1.HeaderClassName
{
color: #C483F1;
}
.AnyTagClassName
{
color: #C483F1;
}
</style>
background-color css
<style>
a { background-color: #C483F1; }
a { background-color: rgb(196,131,241); }
div.DivClassName
{
background-color: #C483F1;
}
.BgClassName
{
background-color: #C483F1;
}
</style>
border-color css
<style>
span { border-color: #C483F1; }
span { border-color: rgb(196,131,241); }
td.TdClassName
{
border-color: #C483F1;
}
.TagClassName
{
border-color: #C483F1;
}
</style>