Shades of Wisteria #C78EFF
Tints of Wisteria #C78EFF
RGB
CMYK
RGB Variations
Color information
#C78EFF (or 0xC78EFF) is known color: Wisteria. HEX triplet: C7, 8E and FF. RGB value is (199,142,255). Sum of RGB (Red+Green+Blue) = 199+142+255=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C78EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78EFF is #387100. Grayscale: #ABABAB. Windows color (decimal): -3698945 or 16748231. OLE color: 16748231.
HSL color Cylindrical-coordinate representation of color #C78EFF: hue angle of 270.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C78EFF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 142 | 255 | - |
| CMYK | 0.22 | 0.44 | 0 | 0 |
| HSL | 270.27º | 1% | 0.78% | - |
| HSV(B) | 270.27º | 0.44% | 1% | - |
| XYZ | 51.28 | 38.71 | 99.38 | - |
| YUV | 171.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 255 | 0.22 | 0.44 | 0 | 0 | 270.27 | 1 | 0.78 |
| Hex | C7 | 8E | FF | 16 | 2C | 0 | 0 | 10E | 64 | 4E |
| Octal | 307 | 216 | 377 | 26 | 54 | 0 | 0 | 416 | 144 | 116 |
| Binary | 11000111 | 10001110 | 11111111 | 10110 | 101100 | 0 | 0 | 100001110 | 1100100 | 1001110 |
Color Harmonies of #C78EFF
Complementary color
Monochromatic Colors of #C78EFF
Black with #C78EFF
Text Example
Text Example
White with #C78EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78EFF; }
p { color: rgb(199,142,255); }
H1.HeaderClassName
{
color: #C78EFF;
}
.AnyTagClassName
{
color: #C78EFF;
}
</style>
background-color css
<style>
a { background-color: #C78EFF; }
a { background-color: rgb(199,142,255); }
div.DivClassName
{
background-color: #C78EFF;
}
.BgClassName
{
background-color: #C78EFF;
}
</style>
border-color css
<style>
span { border-color: #C78EFF; }
span { border-color: rgb(199,142,255); }
td.TdClassName
{
border-color: #C78EFF;
}
.TagClassName
{
border-color: #C78EFF;
}
</style>