Shades of Wisteria #C78EF5
Tints of Wisteria #C78EF5
RGB
CMYK
RGB Variations
Color information
#C78EF5 (or 0xC78EF5) is known color: Wisteria. HEX triplet: C7, 8E and F5. RGB value is (199,142,245). Sum of RGB (Red+Green+Blue) = 199+142+245=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #C78EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78EF5 is #38710A. Grayscale: #AAAAAA. Windows color (decimal): -3698955 or 16092871. OLE color: 16092871.
HSL color Cylindrical-coordinate representation of color #C78EF5: hue angle of 273.2º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C78EF5 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 142 | 245 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.04 |
| HSL | 273.2º | 0.84% | 0.76% | - |
| HSV(B) | 273.2º | 0.42% | 0.96% | - |
| XYZ | 49.71 | 38.08 | 91.12 | - |
| YUV | 170.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 245 | 0.19 | 0.42 | 0 | 0.04 | 273.2 | 0.84 | 0.76 |
| Hex | C7 | 8E | F5 | 13 | 2A | 0 | 4 | 111 | 54 | 4C |
| Octal | 307 | 216 | 365 | 23 | 52 | 0 | 4 | 421 | 124 | 114 |
| Binary | 11000111 | 10001110 | 11110101 | 10011 | 101010 | 0 | 100 | 100010001 | 1010100 | 1001100 |
Color Harmonies of #C78EF5
Complementary color
Monochromatic Colors of #C78EF5
Black with #C78EF5
Text Example
Text Example
White with #C78EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78EF5; }
p { color: rgb(199,142,245); }
H1.HeaderClassName
{
color: #C78EF5;
}
.AnyTagClassName
{
color: #C78EF5;
}
</style>
background-color css
<style>
a { background-color: #C78EF5; }
a { background-color: rgb(199,142,245); }
div.DivClassName
{
background-color: #C78EF5;
}
.BgClassName
{
background-color: #C78EF5;
}
</style>
border-color css
<style>
span { border-color: #C78EF5; }
span { border-color: rgb(199,142,245); }
td.TdClassName
{
border-color: #C78EF5;
}
.TagClassName
{
border-color: #C78EF5;
}
</style>