Shades of Wisteria #C084EF
Tints of Wisteria #C084EF
RGB
CMYK
RGB Variations
Color information
#C084EF (or 0xC084EF) is known color: Wisteria. HEX triplet: C0, 84 and EF. RGB value is (192,132,239). Sum of RGB (Red+Green+Blue) = 192+132+239=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #C084EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084EF is #3F7B10. Grayscale: #A1A1A1. Windows color (decimal): -4160273 or 15697088. OLE color: 15697088.
HSL color Cylindrical-coordinate representation of color #C084EF: hue angle of 273.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C084EF is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 132 | 239 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.06 |
| HSL | 273.64º | 0.77% | 0.73% | - |
| HSV(B) | 273.64º | 0.45% | 0.94% | - |
| XYZ | 45.57 | 33.94 | 85.81 | - |
| YUV | 162.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 239 | 0.20 | 0.45 | 0 | 0.06 | 273.64 | 0.77 | 0.73 |
| Hex | C0 | 84 | EF | 14 | 2D | 0 | 6 | 112 | 4D | 49 |
| Octal | 300 | 204 | 357 | 24 | 55 | 0 | 6 | 422 | 115 | 111 |
| Binary | 11000000 | 10000100 | 11101111 | 10100 | 101101 | 0 | 110 | 100010010 | 1001101 | 1001001 |
Color Harmonies of #C084EF
Complementary color
Monochromatic Colors of #C084EF
Black with #C084EF
Text Example
Text Example
White with #C084EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084EF; }
p { color: rgb(192,132,239); }
H1.HeaderClassName
{
color: #C084EF;
}
.AnyTagClassName
{
color: #C084EF;
}
</style>
background-color css
<style>
a { background-color: #C084EF; }
a { background-color: rgb(192,132,239); }
div.DivClassName
{
background-color: #C084EF;
}
.BgClassName
{
background-color: #C084EF;
}
</style>
border-color css
<style>
span { border-color: #C084EF; }
span { border-color: rgb(192,132,239); }
td.TdClassName
{
border-color: #C084EF;
}
.TagClassName
{
border-color: #C084EF;
}
</style>