Shades of Wisteria #C78CEC
Tints of Wisteria #C78CEC
RGB
CMYK
RGB Variations
Color information
#C78CEC (or 0xC78CEC) is known color: Wisteria. HEX triplet: C7, 8C and EC. RGB value is (199,140,236). Sum of RGB (Red+Green+Blue) = 199+140+236=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C78CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78CEC is #387313. Grayscale: #A8A8A8. Windows color (decimal): -3699476 or 15502535. OLE color: 15502535.
HSL color Cylindrical-coordinate representation of color #C78CEC: hue angle of 276.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78CEC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 140 | 236 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.07 |
| HSL | 276.88º | 0.72% | 0.74% | - |
| HSV(B) | 276.88º | 0.41% | 0.93% | - |
| XYZ | 48.07 | 36.95 | 83.96 | - |
| YUV | 168.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 236 | 0.16 | 0.41 | 0 | 0.07 | 276.88 | 0.72 | 0.74 |
| Hex | C7 | 8C | EC | 10 | 29 | 0 | 7 | 115 | 48 | 4A |
| Octal | 307 | 214 | 354 | 20 | 51 | 0 | 7 | 425 | 110 | 112 |
| Binary | 11000111 | 10001100 | 11101100 | 10000 | 101001 | 0 | 111 | 100010101 | 1001000 | 1001010 |
Color Harmonies of #C78CEC
Complementary color
Monochromatic Colors of #C78CEC
Black with #C78CEC
Text Example
Text Example
White with #C78CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CEC; }
p { color: rgb(199,140,236); }
H1.HeaderClassName
{
color: #C78CEC;
}
.AnyTagClassName
{
color: #C78CEC;
}
</style>
background-color css
<style>
a { background-color: #C78CEC; }
a { background-color: rgb(199,140,236); }
div.DivClassName
{
background-color: #C78CEC;
}
.BgClassName
{
background-color: #C78CEC;
}
</style>
border-color css
<style>
span { border-color: #C78CEC; }
span { border-color: rgb(199,140,236); }
td.TdClassName
{
border-color: #C78CEC;
}
.TagClassName
{
border-color: #C78CEC;
}
</style>