Shades of Wisteria #C78FFA
Tints of Wisteria #C78FFA
RGB
CMYK
RGB Variations
Color information
#C78FFA (or 0xC78FFA) is known color: Wisteria. HEX triplet: C7, 8F and FA. RGB value is (199,143,250). Sum of RGB (Red+Green+Blue) = 199+143+250=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C78FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78FFA is #387005. Grayscale: #ABABAB. Windows color (decimal): -3698694 or 16420807. OLE color: 16420807.
HSL color Cylindrical-coordinate representation of color #C78FFA: hue angle of 271.4º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78FFA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 143 | 250 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.02 |
| HSL | 271.4º | 0.91% | 0.77% | - |
| HSV(B) | 271.4º | 0.43% | 0.98% | - |
| XYZ | 50.63 | 38.69 | 95.24 | - |
| YUV | 171.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 250 | 0.20 | 0.43 | 0 | 0.02 | 271.4 | 0.91 | 0.77 |
| Hex | C7 | 8F | FA | 14 | 2B | 0 | 2 | 10F | 5B | 4D |
| Octal | 307 | 217 | 372 | 24 | 53 | 0 | 2 | 417 | 133 | 115 |
| Binary | 11000111 | 10001111 | 11111010 | 10100 | 101011 | 0 | 10 | 100001111 | 1011011 | 1001101 |
Color Harmonies of #C78FFA
Complementary color
Monochromatic Colors of #C78FFA
Black with #C78FFA
Text Example
Text Example
White with #C78FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FFA; }
p { color: rgb(199,143,250); }
H1.HeaderClassName
{
color: #C78FFA;
}
.AnyTagClassName
{
color: #C78FFA;
}
</style>
background-color css
<style>
a { background-color: #C78FFA; }
a { background-color: rgb(199,143,250); }
div.DivClassName
{
background-color: #C78FFA;
}
.BgClassName
{
background-color: #C78FFA;
}
</style>
border-color css
<style>
span { border-color: #C78FFA; }
span { border-color: rgb(199,143,250); }
td.TdClassName
{
border-color: #C78FFA;
}
.TagClassName
{
border-color: #C78FFA;
}
</style>