Shades of Wisteria #C78DFA
Tints of Wisteria #C78DFA
RGB
CMYK
RGB Variations
Color information
#C78DFA (or 0xC78DFA) is known color: Wisteria. HEX triplet: C7, 8D and FA. RGB value is (199,141,250). Sum of RGB (Red+Green+Blue) = 199+141+250=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C78DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78DFA is #387205. Grayscale: #AAAAAA. Windows color (decimal): -3699206 or 16420295. OLE color: 16420295.
HSL color Cylindrical-coordinate representation of color #C78DFA: hue angle of 271.93º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C78DFA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 141 | 250 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 271.93º | 0.92% | 0.77% | - |
| HSV(B) | 271.93º | 0.44% | 0.98% | - |
| XYZ | 50.33 | 38.09 | 95.14 | - |
| YUV | 170.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 250 | 0.20 | 0.44 | 0 | 0.02 | 271.93 | 0.92 | 0.77 |
| Hex | C7 | 8D | FA | 14 | 2C | 0 | 2 | 110 | 5C | 4D |
| Octal | 307 | 215 | 372 | 24 | 54 | 0 | 2 | 420 | 134 | 115 |
| Binary | 11000111 | 10001101 | 11111010 | 10100 | 101100 | 0 | 10 | 100010000 | 1011100 | 1001101 |
Color Harmonies of #C78DFA
Complementary color
Monochromatic Colors of #C78DFA
Black with #C78DFA
Text Example
Text Example
White with #C78DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DFA; }
p { color: rgb(199,141,250); }
H1.HeaderClassName
{
color: #C78DFA;
}
.AnyTagClassName
{
color: #C78DFA;
}
</style>
background-color css
<style>
a { background-color: #C78DFA; }
a { background-color: rgb(199,141,250); }
div.DivClassName
{
background-color: #C78DFA;
}
.BgClassName
{
background-color: #C78DFA;
}
</style>
border-color css
<style>
span { border-color: #C78DFA; }
span { border-color: rgb(199,141,250); }
td.TdClassName
{
border-color: #C78DFA;
}
.TagClassName
{
border-color: #C78DFA;
}
</style>