Shades of Wisteria #C78CF2
Tints of Wisteria #C78CF2
RGB
CMYK
RGB Variations
Color information
#C78CF2 (or 0xC78CF2) is known color: Wisteria. HEX triplet: C7, 8C and F2. RGB value is (199,140,242). Sum of RGB (Red+Green+Blue) = 199+140+242=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #C78CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78CF2 is #38730D. Grayscale: #A8A8A8. Windows color (decimal): -3699470 or 15895751. OLE color: 15895751.
HSL color Cylindrical-coordinate representation of color #C78CF2: hue angle of 274.71º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C78CF2 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 140 | 242 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.05 |
| HSL | 274.71º | 0.8% | 0.75% | - |
| HSV(B) | 274.71º | 0.42% | 0.95% | - |
| XYZ | 48.96 | 37.31 | 88.63 | - |
| YUV | 169.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 242 | 0.18 | 0.42 | 0 | 0.05 | 274.71 | 0.8 | 0.75 |
| Hex | C7 | 8C | F2 | 12 | 2A | 0 | 5 | 113 | 50 | 4B |
| Octal | 307 | 214 | 362 | 22 | 52 | 0 | 5 | 423 | 120 | 113 |
| Binary | 11000111 | 10001100 | 11110010 | 10010 | 101010 | 0 | 101 | 100010011 | 1010000 | 1001011 |
Color Harmonies of #C78CF2
Complementary color
Monochromatic Colors of #C78CF2
Black with #C78CF2
Text Example
Text Example
White with #C78CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CF2; }
p { color: rgb(199,140,242); }
H1.HeaderClassName
{
color: #C78CF2;
}
.AnyTagClassName
{
color: #C78CF2;
}
</style>
background-color css
<style>
a { background-color: #C78CF2; }
a { background-color: rgb(199,140,242); }
div.DivClassName
{
background-color: #C78CF2;
}
.BgClassName
{
background-color: #C78CF2;
}
</style>
border-color css
<style>
span { border-color: #C78CF2; }
span { border-color: rgb(199,140,242); }
td.TdClassName
{
border-color: #C78CF2;
}
.TagClassName
{
border-color: #C78CF2;
}
</style>