Shades of Wisteria #C78ADE
Tints of Wisteria #C78ADE
RGB
CMYK
RGB Variations
Color information
#C78ADE (or 0xC78ADE) is known color: Wisteria. HEX triplet: C7, 8A and DE. RGB value is (199,138,222). Sum of RGB (Red+Green+Blue) = 199+138+222=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #C78ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78ADE is #387521. Grayscale: #A5A5A5. Windows color (decimal): -3700002 or 14584519. OLE color: 14584519.
HSL color Cylindrical-coordinate representation of color #C78ADE: hue angle of 283.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C78ADE is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 138 | 222 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.13 |
| HSL | 283.57º | 0.56% | 0.71% | - |
| HSV(B) | 283.57º | 0.38% | 0.87% | - |
| XYZ | 45.83 | 35.59 | 73.56 | - |
| YUV | 165.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 222 | 0.10 | 0.38 | 0 | 0.13 | 283.57 | 0.56 | 0.71 |
| Hex | C7 | 8A | DE | A | 26 | 0 | D | 11C | 38 | 47 |
| Octal | 307 | 212 | 336 | 12 | 46 | 0 | 15 | 434 | 70 | 107 |
| Binary | 11000111 | 10001010 | 11011110 | 1010 | 100110 | 0 | 1101 | 100011100 | 111000 | 1000111 |
Color Harmonies of #C78ADE
Complementary color
Monochromatic Colors of #C78ADE
Black with #C78ADE
Text Example
Text Example
White with #C78ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78ADE; }
p { color: rgb(199,138,222); }
H1.HeaderClassName
{
color: #C78ADE;
}
.AnyTagClassName
{
color: #C78ADE;
}
</style>
background-color css
<style>
a { background-color: #C78ADE; }
a { background-color: rgb(199,138,222); }
div.DivClassName
{
background-color: #C78ADE;
}
.BgClassName
{
background-color: #C78ADE;
}
</style>
border-color css
<style>
span { border-color: #C78ADE; }
span { border-color: rgb(199,138,222); }
td.TdClassName
{
border-color: #C78ADE;
}
.TagClassName
{
border-color: #C78ADE;
}
</style>