Shades of Wisteria #C78AF0
Tints of Wisteria #C78AF0
RGB
CMYK
RGB Variations
Color information
#C78AF0 (or 0xC78AF0) is known color: Wisteria. HEX triplet: C7, 8A and F0. RGB value is (199,138,240). Sum of RGB (Red+Green+Blue) = 199+138+240=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #C78AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78AF0 is #38750F. Grayscale: #A7A7A7. Windows color (decimal): -3699984 or 15764167. OLE color: 15764167.
HSL color Cylindrical-coordinate representation of color #C78AF0: hue angle of 275.88º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78AF0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 138 | 240 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.06 |
| HSL | 275.88º | 0.77% | 0.74% | - |
| HSV(B) | 275.88º | 0.43% | 0.94% | - |
| XYZ | 48.37 | 36.61 | 86.96 | - |
| YUV | 167.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 240 | 0.17 | 0.42 | 0 | 0.06 | 275.88 | 0.77 | 0.74 |
| Hex | C7 | 8A | F0 | 11 | 2A | 0 | 6 | 114 | 4D | 4A |
| Octal | 307 | 212 | 360 | 21 | 52 | 0 | 6 | 424 | 115 | 112 |
| Binary | 11000111 | 10001010 | 11110000 | 10001 | 101010 | 0 | 110 | 100010100 | 1001101 | 1001010 |
Color Harmonies of #C78AF0
Complementary color
Monochromatic Colors of #C78AF0
Black with #C78AF0
Text Example
Text Example
White with #C78AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78AF0; }
p { color: rgb(199,138,240); }
H1.HeaderClassName
{
color: #C78AF0;
}
.AnyTagClassName
{
color: #C78AF0;
}
</style>
background-color css
<style>
a { background-color: #C78AF0; }
a { background-color: rgb(199,138,240); }
div.DivClassName
{
background-color: #C78AF0;
}
.BgClassName
{
background-color: #C78AF0;
}
</style>
border-color css
<style>
span { border-color: #C78AF0; }
span { border-color: rgb(199,138,240); }
td.TdClassName
{
border-color: #C78AF0;
}
.TagClassName
{
border-color: #C78AF0;
}
</style>