Shades of Wisteria #C382E4
Tints of Wisteria #C382E4
RGB
CMYK
RGB Variations
Color information
#C382E4 (or 0xC382E4) is known color: Wisteria. HEX triplet: C3, 82 and E4. RGB value is (195,130,228). Sum of RGB (Red+Green+Blue) = 195+130+228=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #C382E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382E4 is #3C7D1B. Grayscale: #A0A0A0. Windows color (decimal): -3964188 or 14975683. OLE color: 14975683.
HSL color Cylindrical-coordinate representation of color #C382E4: hue angle of 279.8º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C382E4 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 130 | 228 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.11 |
| HSL | 279.8º | 0.64% | 0.7% | - |
| HSV(B) | 279.8º | 0.43% | 0.89% | - |
| XYZ | 44.49 | 33.17 | 77.46 | - |
| YUV | 160.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 228 | 0.14 | 0.43 | 0 | 0.11 | 279.8 | 0.64 | 0.7 |
| Hex | C3 | 82 | E4 | E | 2B | 0 | B | 118 | 40 | 46 |
| Octal | 303 | 202 | 344 | 16 | 53 | 0 | 13 | 430 | 100 | 106 |
| Binary | 11000011 | 10000010 | 11100100 | 1110 | 101011 | 0 | 1011 | 100011000 | 1000000 | 1000110 |
Color Harmonies of #C382E4
Complementary color
Monochromatic Colors of #C382E4
Black with #C382E4
Text Example
Text Example
White with #C382E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382E4; }
p { color: rgb(195,130,228); }
H1.HeaderClassName
{
color: #C382E4;
}
.AnyTagClassName
{
color: #C382E4;
}
</style>
background-color css
<style>
a { background-color: #C382E4; }
a { background-color: rgb(195,130,228); }
div.DivClassName
{
background-color: #C382E4;
}
.BgClassName
{
background-color: #C382E4;
}
</style>
border-color css
<style>
span { border-color: #C382E4; }
span { border-color: rgb(195,130,228); }
td.TdClassName
{
border-color: #C382E4;
}
.TagClassName
{
border-color: #C382E4;
}
</style>