Shades of Wisteria #C78EFA
Tints of Wisteria #C78EFA
RGB
CMYK
RGB Variations
Color information
#C78EFA (or 0xC78EFA) is known color: Wisteria. HEX triplet: C7, 8E and FA. RGB value is (199,142,250). Sum of RGB (Red+Green+Blue) = 199+142+250=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C78EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78EFA is #387105. Grayscale: #AAAAAA. Windows color (decimal): -3698950 or 16420551. OLE color: 16420551.
HSL color Cylindrical-coordinate representation of color #C78EFA: hue angle of 271.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78EFA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 142 | 250 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.02 |
| HSL | 271.67º | 0.92% | 0.77% | - |
| HSV(B) | 271.67º | 0.43% | 0.98% | - |
| XYZ | 50.48 | 38.39 | 95.19 | - |
| YUV | 171.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 250 | 0.20 | 0.43 | 0 | 0.02 | 271.67 | 0.92 | 0.77 |
| Hex | C7 | 8E | FA | 14 | 2B | 0 | 2 | 110 | 5C | 4D |
| Octal | 307 | 216 | 372 | 24 | 53 | 0 | 2 | 420 | 134 | 115 |
| Binary | 11000111 | 10001110 | 11111010 | 10100 | 101011 | 0 | 10 | 100010000 | 1011100 | 1001101 |
Color Harmonies of #C78EFA
Complementary color
Monochromatic Colors of #C78EFA
Black with #C78EFA
Text Example
Text Example
White with #C78EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78EFA; }
p { color: rgb(199,142,250); }
H1.HeaderClassName
{
color: #C78EFA;
}
.AnyTagClassName
{
color: #C78EFA;
}
</style>
background-color css
<style>
a { background-color: #C78EFA; }
a { background-color: rgb(199,142,250); }
div.DivClassName
{
background-color: #C78EFA;
}
.BgClassName
{
background-color: #C78EFA;
}
</style>
border-color css
<style>
span { border-color: #C78EFA; }
span { border-color: rgb(199,142,250); }
td.TdClassName
{
border-color: #C78EFA;
}
.TagClassName
{
border-color: #C78EFA;
}
</style>