Shades of Wisteria #C084F5
Tints of Wisteria #C084F5
RGB
CMYK
RGB Variations
Color information
#C084F5 (or 0xC084F5) is known color: Wisteria. HEX triplet: C0, 84 and F5. RGB value is (192,132,245). Sum of RGB (Red+Green+Blue) = 192+132+245=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #C084F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084F5 is #3F7B0A. Grayscale: #A2A2A2. Windows color (decimal): -4160267 or 16090304. OLE color: 16090304.
HSL color Cylindrical-coordinate representation of color #C084F5: hue angle of 271.86º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C084F5 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 132 | 245 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.04 |
| HSL | 271.86º | 0.85% | 0.74% | - |
| HSV(B) | 271.86º | 0.46% | 0.96% | - |
| XYZ | 46.47 | 34.3 | 90.56 | - |
| YUV | 162.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 245 | 0.22 | 0.46 | 0 | 0.04 | 271.86 | 0.85 | 0.74 |
| Hex | C0 | 84 | F5 | 16 | 2E | 0 | 4 | 110 | 55 | 4A |
| Octal | 300 | 204 | 365 | 26 | 56 | 0 | 4 | 420 | 125 | 112 |
| Binary | 11000000 | 10000100 | 11110101 | 10110 | 101110 | 0 | 100 | 100010000 | 1010101 | 1001010 |
Color Harmonies of #C084F5
Complementary color
Monochromatic Colors of #C084F5
Black with #C084F5
Text Example
Text Example
White with #C084F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084F5; }
p { color: rgb(192,132,245); }
H1.HeaderClassName
{
color: #C084F5;
}
.AnyTagClassName
{
color: #C084F5;
}
</style>
background-color css
<style>
a { background-color: #C084F5; }
a { background-color: rgb(192,132,245); }
div.DivClassName
{
background-color: #C084F5;
}
.BgClassName
{
background-color: #C084F5;
}
</style>
border-color css
<style>
span { border-color: #C084F5; }
span { border-color: rgb(192,132,245); }
td.TdClassName
{
border-color: #C084F5;
}
.TagClassName
{
border-color: #C084F5;
}
</style>