Shades of Wisteria #C78CDF
Tints of Wisteria #C78CDF
RGB
CMYK
RGB Variations
Color information
#C78CDF (or 0xC78CDF) is known color: Wisteria. HEX triplet: C7, 8C and DF. RGB value is (199,140,223). Sum of RGB (Red+Green+Blue) = 199+140+223=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #C78CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CDF is #387320. Grayscale: #A6A6A6. Windows color (decimal): -3699489 or 14650567. OLE color: 14650567.
HSL color Cylindrical-coordinate representation of color #C78CDF: hue angle of 282.65º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C78CDF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 140 | 223 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.13 |
| HSL | 282.65º | 0.56% | 0.71% | - |
| HSV(B) | 282.65º | 0.37% | 0.87% | - |
| XYZ | 46.25 | 36.23 | 74.37 | - |
| YUV | 167.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 223 | 0.11 | 0.37 | 0 | 0.13 | 282.65 | 0.56 | 0.71 |
| Hex | C7 | 8C | DF | B | 25 | 0 | D | 11B | 38 | 47 |
| Octal | 307 | 214 | 337 | 13 | 45 | 0 | 15 | 433 | 70 | 107 |
| Binary | 11000111 | 10001100 | 11011111 | 1011 | 100101 | 0 | 1101 | 100011011 | 111000 | 1000111 |
Color Harmonies of #C78CDF
Complementary color
Monochromatic Colors of #C78CDF
Black with #C78CDF
Text Example
Text Example
White with #C78CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CDF; }
p { color: rgb(199,140,223); }
H1.HeaderClassName
{
color: #C78CDF;
}
.AnyTagClassName
{
color: #C78CDF;
}
</style>
background-color css
<style>
a { background-color: #C78CDF; }
a { background-color: rgb(199,140,223); }
div.DivClassName
{
background-color: #C78CDF;
}
.BgClassName
{
background-color: #C78CDF;
}
</style>
border-color css
<style>
span { border-color: #C78CDF; }
span { border-color: rgb(199,140,223); }
td.TdClassName
{
border-color: #C78CDF;
}
.TagClassName
{
border-color: #C78CDF;
}
</style>