Shades of Wisteria #C78DDC
Tints of Wisteria #C78DDC
RGB
CMYK
RGB Variations
Color information
#C78DDC (or 0xC78DDC) is known color: Wisteria. HEX triplet: C7, 8D and DC. RGB value is (199,141,220). Sum of RGB (Red+Green+Blue) = 199+141+220=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C78DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78DDC is #387223. Grayscale: #A7A7A7. Windows color (decimal): -3699236 or 14454215. OLE color: 14454215.
HSL color Cylindrical-coordinate representation of color #C78DDC: hue angle of 284.05º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78DDC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 141 | 220 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.14 |
| HSL | 284.05º | 0.53% | 0.71% | - |
| HSV(B) | 284.05º | 0.36% | 0.86% | - |
| XYZ | 46 | 36.36 | 72.3 | - |
| YUV | 167.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 220 | 0.10 | 0.36 | 0 | 0.14 | 284.05 | 0.53 | 0.71 |
| Hex | C7 | 8D | DC | A | 24 | 0 | E | 11C | 35 | 47 |
| Octal | 307 | 215 | 334 | 12 | 44 | 0 | 16 | 434 | 65 | 107 |
| Binary | 11000111 | 10001101 | 11011100 | 1010 | 100100 | 0 | 1110 | 100011100 | 110101 | 1000111 |
Color Harmonies of #C78DDC
Complementary color
Monochromatic Colors of #C78DDC
Black with #C78DDC
Text Example
Text Example
White with #C78DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78DDC; }
p { color: rgb(199,141,220); }
H1.HeaderClassName
{
color: #C78DDC;
}
.AnyTagClassName
{
color: #C78DDC;
}
</style>
background-color css
<style>
a { background-color: #C78DDC; }
a { background-color: rgb(199,141,220); }
div.DivClassName
{
background-color: #C78DDC;
}
.BgClassName
{
background-color: #C78DDC;
}
</style>
border-color css
<style>
span { border-color: #C78DDC; }
span { border-color: rgb(199,141,220); }
td.TdClassName
{
border-color: #C78DDC;
}
.TagClassName
{
border-color: #C78DDC;
}
</style>