Shades of Wisteria #C78CEF
Tints of Wisteria #C78CEF
RGB
CMYK
RGB Variations
Color information
#C78CEF (or 0xC78CEF) is known color: Wisteria. HEX triplet: C7, 8C and EF. RGB value is (199,140,239). Sum of RGB (Red+Green+Blue) = 199+140+239=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C78CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78CEF is #387310. Grayscale: #A8A8A8. Windows color (decimal): -3699473 or 15699143. OLE color: 15699143.
HSL color Cylindrical-coordinate representation of color #C78CEF: hue angle of 275.76º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78CEF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 140 | 239 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.06 |
| HSL | 275.76º | 0.76% | 0.74% | - |
| HSV(B) | 275.76º | 0.41% | 0.94% | - |
| XYZ | 48.51 | 37.13 | 86.27 | - |
| YUV | 168.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 239 | 0.17 | 0.41 | 0 | 0.06 | 275.76 | 0.76 | 0.74 |
| Hex | C7 | 8C | EF | 11 | 29 | 0 | 6 | 114 | 4C | 4A |
| Octal | 307 | 214 | 357 | 21 | 51 | 0 | 6 | 424 | 114 | 112 |
| Binary | 11000111 | 10001100 | 11101111 | 10001 | 101001 | 0 | 110 | 100010100 | 1001100 | 1001010 |
Color Harmonies of #C78CEF
Complementary color
Monochromatic Colors of #C78CEF
Black with #C78CEF
Text Example
Text Example
White with #C78CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CEF; }
p { color: rgb(199,140,239); }
H1.HeaderClassName
{
color: #C78CEF;
}
.AnyTagClassName
{
color: #C78CEF;
}
</style>
background-color css
<style>
a { background-color: #C78CEF; }
a { background-color: rgb(199,140,239); }
div.DivClassName
{
background-color: #C78CEF;
}
.BgClassName
{
background-color: #C78CEF;
}
</style>
border-color css
<style>
span { border-color: #C78CEF; }
span { border-color: rgb(199,140,239); }
td.TdClassName
{
border-color: #C78CEF;
}
.TagClassName
{
border-color: #C78CEF;
}
</style>