Shades of Wisteria #C78CEB
Tints of Wisteria #C78CEB
RGB
CMYK
RGB Variations
Color information
#C78CEB (or 0xC78CEB) is known color: Wisteria. HEX triplet: C7, 8C and EB. RGB value is (199,140,235). Sum of RGB (Red+Green+Blue) = 199+140+235=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C78CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78CEB is #387314. Grayscale: #A8A8A8. Windows color (decimal): -3699477 or 15436999. OLE color: 15436999.
HSL color Cylindrical-coordinate representation of color #C78CEB: hue angle of 277.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78CEB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 140 | 235 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.08 |
| HSL | 277.26º | 0.7% | 0.74% | - |
| HSV(B) | 277.26º | 0.4% | 0.92% | - |
| XYZ | 47.93 | 36.9 | 83.19 | - |
| YUV | 168.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 235 | 0.15 | 0.40 | 0 | 0.08 | 277.26 | 0.7 | 0.74 |
| Hex | C7 | 8C | EB | F | 28 | 0 | 8 | 115 | 46 | 4A |
| Octal | 307 | 214 | 353 | 17 | 50 | 0 | 10 | 425 | 106 | 112 |
| Binary | 11000111 | 10001100 | 11101011 | 1111 | 101000 | 0 | 1000 | 100010101 | 1000110 | 1001010 |
Color Harmonies of #C78CEB
Complementary color
Monochromatic Colors of #C78CEB
Black with #C78CEB
Text Example
Text Example
White with #C78CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CEB; }
p { color: rgb(199,140,235); }
H1.HeaderClassName
{
color: #C78CEB;
}
.AnyTagClassName
{
color: #C78CEB;
}
</style>
background-color css
<style>
a { background-color: #C78CEB; }
a { background-color: rgb(199,140,235); }
div.DivClassName
{
background-color: #C78CEB;
}
.BgClassName
{
background-color: #C78CEB;
}
</style>
border-color css
<style>
span { border-color: #C78CEB; }
span { border-color: rgb(199,140,235); }
td.TdClassName
{
border-color: #C78CEB;
}
.TagClassName
{
border-color: #C78CEB;
}
</style>