Shades of Wisteria #C084EC
Tints of Wisteria #C084EC
RGB
CMYK
RGB Variations
Color information
#C084EC (or 0xC084EC) is known color: Wisteria. HEX triplet: C0, 84 and EC. RGB value is (192,132,236). Sum of RGB (Red+Green+Blue) = 192+132+236=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #C084EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084EC is #3F7B13. Grayscale: #A1A1A1. Windows color (decimal): -4160276 or 15500480. OLE color: 15500480.
HSL color Cylindrical-coordinate representation of color #C084EC: hue angle of 274.62º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C084EC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 132 | 236 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.07 |
| HSL | 274.62º | 0.73% | 0.72% | - |
| HSV(B) | 274.62º | 0.44% | 0.93% | - |
| XYZ | 45.13 | 33.77 | 83.5 | - |
| YUV | 161.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 236 | 0.19 | 0.44 | 0 | 0.07 | 274.62 | 0.73 | 0.72 |
| Hex | C0 | 84 | EC | 13 | 2C | 0 | 7 | 113 | 49 | 48 |
| Octal | 300 | 204 | 354 | 23 | 54 | 0 | 7 | 423 | 111 | 110 |
| Binary | 11000000 | 10000100 | 11101100 | 10011 | 101100 | 0 | 111 | 100010011 | 1001001 | 1001000 |
Color Harmonies of #C084EC
Complementary color
Monochromatic Colors of #C084EC
Black with #C084EC
Text Example
Text Example
White with #C084EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084EC; }
p { color: rgb(192,132,236); }
H1.HeaderClassName
{
color: #C084EC;
}
.AnyTagClassName
{
color: #C084EC;
}
</style>
background-color css
<style>
a { background-color: #C084EC; }
a { background-color: rgb(192,132,236); }
div.DivClassName
{
background-color: #C084EC;
}
.BgClassName
{
background-color: #C084EC;
}
</style>
border-color css
<style>
span { border-color: #C084EC; }
span { border-color: rgb(192,132,236); }
td.TdClassName
{
border-color: #C084EC;
}
.TagClassName
{
border-color: #C084EC;
}
</style>