Shades of Wisteria #C78FFC
Tints of Wisteria #C78FFC
RGB
CMYK
RGB Variations
Color information
#C78FFC (or 0xC78FFC) is known color: Wisteria. HEX triplet: C7, 8F and FC. RGB value is (199,143,252). Sum of RGB (Red+Green+Blue) = 199+143+252=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C78FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78FFC is #387003. Grayscale: #ABABAB. Windows color (decimal): -3698692 or 16551879. OLE color: 16551879.
HSL color Cylindrical-coordinate representation of color #C78FFC: hue angle of 270.83º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78FFC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 143 | 252 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.01 |
| HSL | 270.83º | 0.95% | 0.77% | - |
| HSV(B) | 270.83º | 0.43% | 0.99% | - |
| XYZ | 50.95 | 38.82 | 96.9 | - |
| YUV | 172.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 252 | 0.21 | 0.43 | 0 | 0.01 | 270.83 | 0.95 | 0.77 |
| Hex | C7 | 8F | FC | 15 | 2B | 0 | 1 | 10F | 5F | 4D |
| Octal | 307 | 217 | 374 | 25 | 53 | 0 | 1 | 417 | 137 | 115 |
| Binary | 11000111 | 10001111 | 11111100 | 10101 | 101011 | 0 | 1 | 100001111 | 1011111 | 1001101 |
Color Harmonies of #C78FFC
Complementary color
Monochromatic Colors of #C78FFC
Black with #C78FFC
Text Example
Text Example
White with #C78FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FFC; }
p { color: rgb(199,143,252); }
H1.HeaderClassName
{
color: #C78FFC;
}
.AnyTagClassName
{
color: #C78FFC;
}
</style>
background-color css
<style>
a { background-color: #C78FFC; }
a { background-color: rgb(199,143,252); }
div.DivClassName
{
background-color: #C78FFC;
}
.BgClassName
{
background-color: #C78FFC;
}
</style>
border-color css
<style>
span { border-color: #C78FFC; }
span { border-color: rgb(199,143,252); }
td.TdClassName
{
border-color: #C78FFC;
}
.TagClassName
{
border-color: #C78FFC;
}
</style>