Shades of Wisteria #C084F4
Tints of Wisteria #C084F4
RGB
CMYK
RGB Variations
Color information
#C084F4 (or 0xC084F4) is known color: Wisteria. HEX triplet: C0, 84 and F4. RGB value is (192,132,244). Sum of RGB (Red+Green+Blue) = 192+132+244=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #C084F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084F4 is #3F7B0B. Grayscale: #A2A2A2. Windows color (decimal): -4160268 or 16024768. OLE color: 16024768.
HSL color Cylindrical-coordinate representation of color #C084F4: hue angle of 272.14º degrees, saturation: 0.84, 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 #C084F4 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 132 | 244 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.04 |
| HSL | 272.14º | 0.84% | 0.74% | - |
| HSV(B) | 272.14º | 0.46% | 0.96% | - |
| XYZ | 46.32 | 34.24 | 89.76 | - |
| YUV | 162.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 244 | 0.21 | 0.46 | 0 | 0.04 | 272.14 | 0.84 | 0.74 |
| Hex | C0 | 84 | F4 | 15 | 2E | 0 | 4 | 110 | 54 | 4A |
| Octal | 300 | 204 | 364 | 25 | 56 | 0 | 4 | 420 | 124 | 112 |
| Binary | 11000000 | 10000100 | 11110100 | 10101 | 101110 | 0 | 100 | 100010000 | 1010100 | 1001010 |
Color Harmonies of #C084F4
Complementary color
Monochromatic Colors of #C084F4
Black with #C084F4
Text Example
Text Example
White with #C084F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084F4; }
p { color: rgb(192,132,244); }
H1.HeaderClassName
{
color: #C084F4;
}
.AnyTagClassName
{
color: #C084F4;
}
</style>
background-color css
<style>
a { background-color: #C084F4; }
a { background-color: rgb(192,132,244); }
div.DivClassName
{
background-color: #C084F4;
}
.BgClassName
{
background-color: #C084F4;
}
</style>
border-color css
<style>
span { border-color: #C084F4; }
span { border-color: rgb(192,132,244); }
td.TdClassName
{
border-color: #C084F4;
}
.TagClassName
{
border-color: #C084F4;
}
</style>