Shades of Wisteria #C78ADA
Tints of Wisteria #C78ADA
RGB
CMYK
RGB Variations
Color information
#C78ADA (or 0xC78ADA) is known color: Wisteria. HEX triplet: C7, 8A and DA. RGB value is (199,138,218). Sum of RGB (Red+Green+Blue) = 199+138+218=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #C78ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ADA is #387525. Grayscale: #A5A5A5. Windows color (decimal): -3700006 or 14322375. OLE color: 14322375.
HSL color Cylindrical-coordinate representation of color #C78ADA: hue angle of 285.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C78ADA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 138 | 218 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.15 |
| HSL | 285.75º | 0.52% | 0.7% | - |
| HSV(B) | 285.75º | 0.37% | 0.85% | - |
| XYZ | 45.3 | 35.38 | 70.77 | - |
| YUV | 165.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 218 | 0.09 | 0.37 | 0 | 0.15 | 285.75 | 0.52 | 0.7 |
| Hex | C7 | 8A | DA | 9 | 25 | 0 | F | 11E | 34 | 46 |
| Octal | 307 | 212 | 332 | 11 | 45 | 0 | 17 | 436 | 64 | 106 |
| Binary | 11000111 | 10001010 | 11011010 | 1001 | 100101 | 0 | 1111 | 100011110 | 110100 | 1000110 |
Color Harmonies of #C78ADA
Complementary color
Monochromatic Colors of #C78ADA
Black with #C78ADA
Text Example
Text Example
White with #C78ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ADA; }
p { color: rgb(199,138,218); }
H1.HeaderClassName
{
color: #C78ADA;
}
.AnyTagClassName
{
color: #C78ADA;
}
</style>
background-color css
<style>
a { background-color: #C78ADA; }
a { background-color: rgb(199,138,218); }
div.DivClassName
{
background-color: #C78ADA;
}
.BgClassName
{
background-color: #C78ADA;
}
</style>
border-color css
<style>
span { border-color: #C78ADA; }
span { border-color: rgb(199,138,218); }
td.TdClassName
{
border-color: #C78ADA;
}
.TagClassName
{
border-color: #C78ADA;
}
</style>