Shades of Wisteria #C78FF8
Tints of Wisteria #C78FF8
RGB
CMYK
RGB Variations
Color information
#C78FF8 (or 0xC78FF8) is known color: Wisteria. HEX triplet: C7, 8F and F8. RGB value is (199,143,248). Sum of RGB (Red+Green+Blue) = 199+143+248=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #C78FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78FF8 is #387007. Grayscale: #ABABAB. Windows color (decimal): -3698696 or 16289735. OLE color: 16289735.
HSL color Cylindrical-coordinate representation of color #C78FF8: hue angle of 272º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C78FF8 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 143 | 248 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.03 |
| HSL | 272º | 0.88% | 0.77% | - |
| HSV(B) | 272º | 0.42% | 0.97% | - |
| XYZ | 50.32 | 38.56 | 93.6 | - |
| YUV | 171.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 248 | 0.20 | 0.42 | 0 | 0.03 | 272 | 0.88 | 0.77 |
| Hex | C7 | 8F | F8 | 14 | 2A | 0 | 3 | 110 | 58 | 4D |
| Octal | 307 | 217 | 370 | 24 | 52 | 0 | 3 | 420 | 130 | 115 |
| Binary | 11000111 | 10001111 | 11111000 | 10100 | 101010 | 0 | 11 | 100010000 | 1011000 | 1001101 |
Color Harmonies of #C78FF8
Complementary color
Monochromatic Colors of #C78FF8
Black with #C78FF8
Text Example
Text Example
White with #C78FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FF8; }
p { color: rgb(199,143,248); }
H1.HeaderClassName
{
color: #C78FF8;
}
.AnyTagClassName
{
color: #C78FF8;
}
</style>
background-color css
<style>
a { background-color: #C78FF8; }
a { background-color: rgb(199,143,248); }
div.DivClassName
{
background-color: #C78FF8;
}
.BgClassName
{
background-color: #C78FF8;
}
</style>
border-color css
<style>
span { border-color: #C78FF8; }
span { border-color: rgb(199,143,248); }
td.TdClassName
{
border-color: #C78FF8;
}
.TagClassName
{
border-color: #C78FF8;
}
</style>