Shades of Wisteria #C084EA
Tints of Wisteria #C084EA
RGB
CMYK
RGB Variations
Color information
#C084EA (or 0xC084EA) is known color: Wisteria. HEX triplet: C0, 84 and EA. RGB value is (192,132,234). Sum of RGB (Red+Green+Blue) = 192+132+234=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #C084EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084EA is #3F7B15. Grayscale: #A1A1A1. Windows color (decimal): -4160278 or 15369408. OLE color: 15369408.
HSL color Cylindrical-coordinate representation of color #C084EA: hue angle of 275.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C084EA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 132 | 234 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 275.29º | 0.71% | 0.72% | - |
| HSV(B) | 275.29º | 0.44% | 0.92% | - |
| XYZ | 44.84 | 33.65 | 81.97 | - |
| YUV | 161.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 234 | 0.18 | 0.44 | 0 | 0.08 | 275.29 | 0.71 | 0.72 |
| Hex | C0 | 84 | EA | 12 | 2C | 0 | 8 | 113 | 47 | 48 |
| Octal | 300 | 204 | 352 | 22 | 54 | 0 | 10 | 423 | 107 | 110 |
| Binary | 11000000 | 10000100 | 11101010 | 10010 | 101100 | 0 | 1000 | 100010011 | 1000111 | 1001000 |
Color Harmonies of #C084EA
Complementary color
Monochromatic Colors of #C084EA
Black with #C084EA
Text Example
Text Example
White with #C084EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084EA; }
p { color: rgb(192,132,234); }
H1.HeaderClassName
{
color: #C084EA;
}
.AnyTagClassName
{
color: #C084EA;
}
</style>
background-color css
<style>
a { background-color: #C084EA; }
a { background-color: rgb(192,132,234); }
div.DivClassName
{
background-color: #C084EA;
}
.BgClassName
{
background-color: #C084EA;
}
</style>
border-color css
<style>
span { border-color: #C084EA; }
span { border-color: rgb(192,132,234); }
td.TdClassName
{
border-color: #C084EA;
}
.TagClassName
{
border-color: #C084EA;
}
</style>