Shades of Wisteria #C284E4
Tints of Wisteria #C284E4
RGB
CMYK
RGB Variations
Color information
#C284E4 (or 0xC284E4) is known color: Wisteria. HEX triplet: C2, 84 and E4. RGB value is (194,132,228). Sum of RGB (Red+Green+Blue) = 194+132+228=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #C284E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284E4 is #3D7B1B. Grayscale: #A1A1A1. Windows color (decimal): -4029212 or 14976194. OLE color: 14976194.
HSL color Cylindrical-coordinate representation of color #C284E4: hue angle of 278.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C284E4 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 132 | 228 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.11 |
| HSL | 278.75º | 0.64% | 0.71% | - |
| HSV(B) | 278.75º | 0.42% | 0.89% | - |
| XYZ | 44.5 | 33.57 | 77.53 | - |
| YUV | 161.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 228 | 0.15 | 0.42 | 0 | 0.11 | 278.75 | 0.64 | 0.71 |
| Hex | C2 | 84 | E4 | F | 2A | 0 | B | 117 | 40 | 47 |
| Octal | 302 | 204 | 344 | 17 | 52 | 0 | 13 | 427 | 100 | 107 |
| Binary | 11000010 | 10000100 | 11100100 | 1111 | 101010 | 0 | 1011 | 100010111 | 1000000 | 1000111 |
Color Harmonies of #C284E4
Complementary color
Monochromatic Colors of #C284E4
Black with #C284E4
Text Example
Text Example
White with #C284E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284E4; }
p { color: rgb(194,132,228); }
H1.HeaderClassName
{
color: #C284E4;
}
.AnyTagClassName
{
color: #C284E4;
}
</style>
background-color css
<style>
a { background-color: #C284E4; }
a { background-color: rgb(194,132,228); }
div.DivClassName
{
background-color: #C284E4;
}
.BgClassName
{
background-color: #C284E4;
}
</style>
border-color css
<style>
span { border-color: #C284E4; }
span { border-color: rgb(194,132,228); }
td.TdClassName
{
border-color: #C284E4;
}
.TagClassName
{
border-color: #C284E4;
}
</style>