Shades of Wisteria #C78FE0
Tints of Wisteria #C78FE0
RGB
CMYK
RGB Variations
Color information
#C78FE0 (or 0xC78FE0) is known color: Wisteria. HEX triplet: C7, 8F and E0. RGB value is (199,143,224). Sum of RGB (Red+Green+Blue) = 199+143+224=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #C78FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FE0 is #38701F. Grayscale: #A8A8A8. Windows color (decimal): -3698720 or 14716871. OLE color: 14716871.
HSL color Cylindrical-coordinate representation of color #C78FE0: hue angle of 281.48º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78FE0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 143 | 224 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.12 |
| HSL | 281.48º | 0.57% | 0.72% | - |
| HSV(B) | 281.48º | 0.36% | 0.88% | - |
| XYZ | 46.83 | 37.17 | 75.23 | - |
| YUV | 168.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 224 | 0.11 | 0.36 | 0 | 0.12 | 281.48 | 0.57 | 0.72 |
| Hex | C7 | 8F | E0 | B | 24 | 0 | C | 119 | 39 | 48 |
| Octal | 307 | 217 | 340 | 13 | 44 | 0 | 14 | 431 | 71 | 110 |
| Binary | 11000111 | 10001111 | 11100000 | 1011 | 100100 | 0 | 1100 | 100011001 | 111001 | 1001000 |
Color Harmonies of #C78FE0
Complementary color
Monochromatic Colors of #C78FE0
Black with #C78FE0
Text Example
Text Example
White with #C78FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FE0; }
p { color: rgb(199,143,224); }
H1.HeaderClassName
{
color: #C78FE0;
}
.AnyTagClassName
{
color: #C78FE0;
}
</style>
background-color css
<style>
a { background-color: #C78FE0; }
a { background-color: rgb(199,143,224); }
div.DivClassName
{
background-color: #C78FE0;
}
.BgClassName
{
background-color: #C78FE0;
}
</style>
border-color css
<style>
span { border-color: #C78FE0; }
span { border-color: rgb(199,143,224); }
td.TdClassName
{
border-color: #C78FE0;
}
.TagClassName
{
border-color: #C78FE0;
}
</style>