Shades of Wisteria #C184E4
Tints of Wisteria #C184E4
RGB
CMYK
RGB Variations
Color information
#C184E4 (or 0xC184E4) is known color: Wisteria. HEX triplet: C1, 84 and E4. RGB value is (193,132,228). Sum of RGB (Red+Green+Blue) = 193+132+228=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 132 (51.95% from 255 or 23.87% 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 #C184E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184E4 is #3E7B1B. Grayscale: #A0A0A0. Windows color (decimal): -4094748 or 14976193. OLE color: 14976193.
HSL color Cylindrical-coordinate representation of color #C184E4: hue angle of 278.12º 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 #C184E4 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 132 | 228 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.11 |
| HSL | 278.13º | 0.64% | 0.71% | - |
| HSV(B) | 278.13º | 0.42% | 0.89% | - |
| XYZ | 44.25 | 33.44 | 77.52 | - |
| YUV | 161.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 228 | 0.15 | 0.42 | 0 | 0.11 | 278.13 | 0.64 | 0.71 |
| Hex | C1 | 84 | E4 | F | 2A | 0 | B | 116 | 40 | 47 |
| Octal | 301 | 204 | 344 | 17 | 52 | 0 | 13 | 426 | 100 | 107 |
| Binary | 11000001 | 10000100 | 11100100 | 1111 | 101010 | 0 | 1011 | 100010110 | 1000000 | 1000111 |
Color Harmonies of #C184E4
Complementary color
Monochromatic Colors of #C184E4
Black with #C184E4
Text Example
Text Example
White with #C184E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184E4; }
p { color: rgb(193,132,228); }
H1.HeaderClassName
{
color: #C184E4;
}
.AnyTagClassName
{
color: #C184E4;
}
</style>
background-color css
<style>
a { background-color: #C184E4; }
a { background-color: rgb(193,132,228); }
div.DivClassName
{
background-color: #C184E4;
}
.BgClassName
{
background-color: #C184E4;
}
</style>
border-color css
<style>
span { border-color: #C184E4; }
span { border-color: rgb(193,132,228); }
td.TdClassName
{
border-color: #C184E4;
}
.TagClassName
{
border-color: #C184E4;
}
</style>