Shades of Wisteria #C78FDA
Tints of Wisteria #C78FDA
RGB
CMYK
RGB Variations
Color information
#C78FDA (or 0xC78FDA) is known color: Wisteria. HEX triplet: C7, 8F and DA. RGB value is (199,143,218). Sum of RGB (Red+Green+Blue) = 199+143+218=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #C78FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FDA is #387025. Grayscale: #A8A8A8. Windows color (decimal): -3698726 or 14323655. OLE color: 14323655.
HSL color Cylindrical-coordinate representation of color #C78FDA: hue angle of 284.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78FDA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 143 | 218 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.15 |
| HSL | 284.8º | 0.5% | 0.71% | - |
| HSV(B) | 284.8º | 0.34% | 0.85% | - |
| XYZ | 46.03 | 36.85 | 71.02 | - |
| YUV | 168.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 218 | 0.09 | 0.34 | 0 | 0.15 | 284.8 | 0.5 | 0.71 |
| Hex | C7 | 8F | DA | 9 | 22 | 0 | F | 11D | 32 | 47 |
| Octal | 307 | 217 | 332 | 11 | 42 | 0 | 17 | 435 | 62 | 107 |
| Binary | 11000111 | 10001111 | 11011010 | 1001 | 100010 | 0 | 1111 | 100011101 | 110010 | 1000111 |
Color Harmonies of #C78FDA
Complementary color
Monochromatic Colors of #C78FDA
Black with #C78FDA
Text Example
Text Example
White with #C78FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FDA; }
p { color: rgb(199,143,218); }
H1.HeaderClassName
{
color: #C78FDA;
}
.AnyTagClassName
{
color: #C78FDA;
}
</style>
background-color css
<style>
a { background-color: #C78FDA; }
a { background-color: rgb(199,143,218); }
div.DivClassName
{
background-color: #C78FDA;
}
.BgClassName
{
background-color: #C78FDA;
}
</style>
border-color css
<style>
span { border-color: #C78FDA; }
span { border-color: rgb(199,143,218); }
td.TdClassName
{
border-color: #C78FDA;
}
.TagClassName
{
border-color: #C78FDA;
}
</style>