Shades of Wisteria #C78BEC
Tints of Wisteria #C78BEC
RGB
CMYK
RGB Variations
Color information
#C78BEC (or 0xC78BEC) is known color: Wisteria. HEX triplet: C7, 8B and EC. RGB value is (199,139,236). Sum of RGB (Red+Green+Blue) = 199+139+236=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #C78BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78BEC is #387413. Grayscale: #A7A7A7. Windows color (decimal): -3699732 or 15502279. OLE color: 15502279.
HSL color Cylindrical-coordinate representation of color #C78BEC: hue angle of 277.11º 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 #C78BEC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 139 | 236 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.07 |
| HSL | 277.11º | 0.72% | 0.74% | - |
| HSV(B) | 277.11º | 0.41% | 0.93% | - |
| XYZ | 47.93 | 36.66 | 83.91 | - |
| YUV | 168 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 236 | 0.16 | 0.41 | 0 | 0.07 | 277.11 | 0.72 | 0.74 |
| Hex | C7 | 8B | EC | 10 | 29 | 0 | 7 | 115 | 48 | 4A |
| Octal | 307 | 213 | 354 | 20 | 51 | 0 | 7 | 425 | 110 | 112 |
| Binary | 11000111 | 10001011 | 11101100 | 10000 | 101001 | 0 | 111 | 100010101 | 1001000 | 1001010 |
Color Harmonies of #C78BEC
Complementary color
Monochromatic Colors of #C78BEC
Black with #C78BEC
Text Example
Text Example
White with #C78BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BEC; }
p { color: rgb(199,139,236); }
H1.HeaderClassName
{
color: #C78BEC;
}
.AnyTagClassName
{
color: #C78BEC;
}
</style>
background-color css
<style>
a { background-color: #C78BEC; }
a { background-color: rgb(199,139,236); }
div.DivClassName
{
background-color: #C78BEC;
}
.BgClassName
{
background-color: #C78BEC;
}
</style>
border-color css
<style>
span { border-color: #C78BEC; }
span { border-color: rgb(199,139,236); }
td.TdClassName
{
border-color: #C78BEC;
}
.TagClassName
{
border-color: #C78BEC;
}
</style>