Shades of Wisteria #C384F4
Tints of Wisteria #C384F4
RGB
CMYK
RGB Variations
Color information
#C384F4 (or 0xC384F4) is known color: Wisteria. HEX triplet: C3, 84 and F4. RGB value is (195,132,244). Sum of RGB (Red+Green+Blue) = 195+132+244=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 244 - color contains mainly: blue. Hex color #C384F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384F4 is #3C7B0B. Grayscale: #A3A3A3. Windows color (decimal): -3963660 or 16024771. OLE color: 16024771.
HSL color Cylindrical-coordinate representation of color #C384F4: hue angle of 273.75º 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 #C384F4 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 132 | 244 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.04 |
| HSL | 273.75º | 0.84% | 0.74% | - |
| HSV(B) | 273.75º | 0.46% | 0.96% | - |
| XYZ | 47.09 | 34.64 | 89.79 | - |
| YUV | 163.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 244 | 0.20 | 0.46 | 0 | 0.04 | 273.75 | 0.84 | 0.74 |
| Hex | C3 | 84 | F4 | 14 | 2E | 0 | 4 | 112 | 54 | 4A |
| Octal | 303 | 204 | 364 | 24 | 56 | 0 | 4 | 422 | 124 | 112 |
| Binary | 11000011 | 10000100 | 11110100 | 10100 | 101110 | 0 | 100 | 100010010 | 1010100 | 1001010 |
Color Harmonies of #C384F4
Complementary color
Monochromatic Colors of #C384F4
Black with #C384F4
Text Example
Text Example
White with #C384F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384F4; }
p { color: rgb(195,132,244); }
H1.HeaderClassName
{
color: #C384F4;
}
.AnyTagClassName
{
color: #C384F4;
}
</style>
background-color css
<style>
a { background-color: #C384F4; }
a { background-color: rgb(195,132,244); }
div.DivClassName
{
background-color: #C384F4;
}
.BgClassName
{
background-color: #C384F4;
}
</style>
border-color css
<style>
span { border-color: #C384F4; }
span { border-color: rgb(195,132,244); }
td.TdClassName
{
border-color: #C384F4;
}
.TagClassName
{
border-color: #C384F4;
}
</style>