Shades of Wisteria #C78EDF
Tints of Wisteria #C78EDF
RGB
CMYK
RGB Variations
Color information
#C78EDF (or 0xC78EDF) is known color: Wisteria. HEX triplet: C7, 8E and DF. RGB value is (199,142,223). Sum of RGB (Red+Green+Blue) = 199+142+223=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C78EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78EDF is #387120. Grayscale: #A8A8A8. Windows color (decimal): -3698977 or 14651079. OLE color: 14651079.
HSL color Cylindrical-coordinate representation of color #C78EDF: hue angle of 282.22º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78EDF is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 142 | 223 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.13 |
| HSL | 282.22º | 0.56% | 0.72% | - |
| HSV(B) | 282.22º | 0.36% | 0.87% | - |
| XYZ | 46.55 | 36.82 | 74.47 | - |
| YUV | 168.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 223 | 0.11 | 0.36 | 0 | 0.13 | 282.22 | 0.56 | 0.72 |
| Hex | C7 | 8E | DF | B | 24 | 0 | D | 11A | 38 | 48 |
| Octal | 307 | 216 | 337 | 13 | 44 | 0 | 15 | 432 | 70 | 110 |
| Binary | 11000111 | 10001110 | 11011111 | 1011 | 100100 | 0 | 1101 | 100011010 | 111000 | 1001000 |
Color Harmonies of #C78EDF
Complementary color
Monochromatic Colors of #C78EDF
Black with #C78EDF
Text Example
Text Example
White with #C78EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78EDF; }
p { color: rgb(199,142,223); }
H1.HeaderClassName
{
color: #C78EDF;
}
.AnyTagClassName
{
color: #C78EDF;
}
</style>
background-color css
<style>
a { background-color: #C78EDF; }
a { background-color: rgb(199,142,223); }
div.DivClassName
{
background-color: #C78EDF;
}
.BgClassName
{
background-color: #C78EDF;
}
</style>
border-color css
<style>
span { border-color: #C78EDF; }
span { border-color: rgb(199,142,223); }
td.TdClassName
{
border-color: #C78EDF;
}
.TagClassName
{
border-color: #C78EDF;
}
</style>