Shades of Wisteria #C78FDF
Tints of Wisteria #C78FDF
RGB
CMYK
RGB Variations
Color information
#C78FDF (or 0xC78FDF) is known color: Wisteria. HEX triplet: C7, 8F and DF. RGB value is (199,143,223). Sum of RGB (Red+Green+Blue) = 199+143+223=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C78FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FDF is #387020. Grayscale: #A8A8A8. Windows color (decimal): -3698721 or 14651335. OLE color: 14651335.
HSL color Cylindrical-coordinate representation of color #C78FDF: hue angle of 282º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78FDF is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 143 | 223 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.13 |
| HSL | 282º | 0.56% | 0.72% | - |
| HSV(B) | 282º | 0.36% | 0.87% | - |
| XYZ | 46.69 | 37.11 | 74.51 | - |
| YUV | 168.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 223 | 0.11 | 0.36 | 0 | 0.13 | 282 | 0.56 | 0.72 |
| Hex | C7 | 8F | DF | B | 24 | 0 | D | 11A | 38 | 48 |
| Octal | 307 | 217 | 337 | 13 | 44 | 0 | 15 | 432 | 70 | 110 |
| Binary | 11000111 | 10001111 | 11011111 | 1011 | 100100 | 0 | 1101 | 100011010 | 111000 | 1001000 |
Color Harmonies of #C78FDF
Complementary color
Monochromatic Colors of #C78FDF
Black with #C78FDF
Text Example
Text Example
White with #C78FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FDF; }
p { color: rgb(199,143,223); }
H1.HeaderClassName
{
color: #C78FDF;
}
.AnyTagClassName
{
color: #C78FDF;
}
</style>
background-color css
<style>
a { background-color: #C78FDF; }
a { background-color: rgb(199,143,223); }
div.DivClassName
{
background-color: #C78FDF;
}
.BgClassName
{
background-color: #C78FDF;
}
</style>
border-color css
<style>
span { border-color: #C78FDF; }
span { border-color: rgb(199,143,223); }
td.TdClassName
{
border-color: #C78FDF;
}
.TagClassName
{
border-color: #C78FDF;
}
</style>