Shades of Wisteria #C78BEB
Tints of Wisteria #C78BEB
RGB
CMYK
RGB Variations
Color information
#C78BEB (or 0xC78BEB) is known color: Wisteria. HEX triplet: C7, 8B and EB. RGB value is (199,139,235). Sum of RGB (Red+Green+Blue) = 199+139+235=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #C78BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78BEB is #387414. Grayscale: #A7A7A7. Windows color (decimal): -3699733 or 15436743. OLE color: 15436743.
HSL color Cylindrical-coordinate representation of color #C78BEB: hue angle of 277.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78BEB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 139 | 235 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.08 |
| HSL | 277.5º | 0.71% | 0.73% | - |
| HSV(B) | 277.5º | 0.41% | 0.92% | - |
| XYZ | 47.78 | 36.61 | 83.14 | - |
| YUV | 167.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 235 | 0.15 | 0.41 | 0 | 0.08 | 277.5 | 0.71 | 0.73 |
| Hex | C7 | 8B | EB | F | 29 | 0 | 8 | 116 | 47 | 49 |
| Octal | 307 | 213 | 353 | 17 | 51 | 0 | 10 | 426 | 107 | 111 |
| Binary | 11000111 | 10001011 | 11101011 | 1111 | 101001 | 0 | 1000 | 100010110 | 1000111 | 1001001 |
Color Harmonies of #C78BEB
Complementary color
Monochromatic Colors of #C78BEB
Black with #C78BEB
Text Example
Text Example
White with #C78BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BEB; }
p { color: rgb(199,139,235); }
H1.HeaderClassName
{
color: #C78BEB;
}
.AnyTagClassName
{
color: #C78BEB;
}
</style>
background-color css
<style>
a { background-color: #C78BEB; }
a { background-color: rgb(199,139,235); }
div.DivClassName
{
background-color: #C78BEB;
}
.BgClassName
{
background-color: #C78BEB;
}
</style>
border-color css
<style>
span { border-color: #C78BEB; }
span { border-color: rgb(199,139,235); }
td.TdClassName
{
border-color: #C78BEB;
}
.TagClassName
{
border-color: #C78BEB;
}
</style>