Shades of Wisteria #C78EDD
Tints of Wisteria #C78EDD
RGB
CMYK
RGB Variations
Color information
#C78EDD (or 0xC78EDD) is known color: Wisteria. HEX triplet: C7, 8E and DD. RGB value is (199,142,221). Sum of RGB (Red+Green+Blue) = 199+142+221=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C78EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78EDD is #387122. Grayscale: #A7A7A7. Windows color (decimal): -3698979 or 14520007. OLE color: 14520007.
HSL color Cylindrical-coordinate representation of color #C78EDD: hue angle of 283.29º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78EDD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 142 | 221 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.13 |
| HSL | 283.29º | 0.54% | 0.71% | - |
| HSV(B) | 283.29º | 0.36% | 0.87% | - |
| XYZ | 46.28 | 36.71 | 73.05 | - |
| YUV | 168.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 221 | 0.10 | 0.36 | 0 | 0.13 | 283.29 | 0.54 | 0.71 |
| Hex | C7 | 8E | DD | A | 24 | 0 | D | 11B | 36 | 47 |
| Octal | 307 | 216 | 335 | 12 | 44 | 0 | 15 | 433 | 66 | 107 |
| Binary | 11000111 | 10001110 | 11011101 | 1010 | 100100 | 0 | 1101 | 100011011 | 110110 | 1000111 |
Color Harmonies of #C78EDD
Complementary color
Monochromatic Colors of #C78EDD
Black with #C78EDD
Text Example
Text Example
White with #C78EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78EDD; }
p { color: rgb(199,142,221); }
H1.HeaderClassName
{
color: #C78EDD;
}
.AnyTagClassName
{
color: #C78EDD;
}
</style>
background-color css
<style>
a { background-color: #C78EDD; }
a { background-color: rgb(199,142,221); }
div.DivClassName
{
background-color: #C78EDD;
}
.BgClassName
{
background-color: #C78EDD;
}
</style>
border-color css
<style>
span { border-color: #C78EDD; }
span { border-color: rgb(199,142,221); }
td.TdClassName
{
border-color: #C78EDD;
}
.TagClassName
{
border-color: #C78EDD;
}
</style>