Shades of Wisteria #C78FD2
Tints of Wisteria #C78FD2
RGB
CMYK
RGB Variations
Color information
#C78FD2 (or 0xC78FD2) is known color: Wisteria. HEX triplet: C7, 8F and D2. RGB value is (199,143,210). Sum of RGB (Red+Green+Blue) = 199+143+210=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #C78FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78FD2 is #38702D. Grayscale: #A7A7A7. Windows color (decimal): -3698734 or 13799367. OLE color: 13799367.
HSL color Cylindrical-coordinate representation of color #C78FD2: hue angle of 290.15º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78FD2 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 143 | 210 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.18 |
| HSL | 290.15º | 0.43% | 0.69% | - |
| HSV(B) | 290.15º | 0.32% | 0.82% | - |
| XYZ | 45.01 | 36.44 | 65.63 | - |
| YUV | 167.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 210 | 0.05 | 0.32 | 0 | 0.18 | 290.15 | 0.43 | 0.69 |
| Hex | C7 | 8F | D2 | 5 | 20 | 0 | 12 | 122 | 2B | 45 |
| Octal | 307 | 217 | 322 | 5 | 40 | 0 | 22 | 442 | 53 | 105 |
| Binary | 11000111 | 10001111 | 11010010 | 101 | 100000 | 0 | 10010 | 100100010 | 101011 | 1000101 |
Color Harmonies of #C78FD2
Complementary color
Monochromatic Colors of #C78FD2
Black with #C78FD2
Text Example
Text Example
White with #C78FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FD2; }
p { color: rgb(199,143,210); }
H1.HeaderClassName
{
color: #C78FD2;
}
.AnyTagClassName
{
color: #C78FD2;
}
</style>
background-color css
<style>
a { background-color: #C78FD2; }
a { background-color: rgb(199,143,210); }
div.DivClassName
{
background-color: #C78FD2;
}
.BgClassName
{
background-color: #C78FD2;
}
</style>
border-color css
<style>
span { border-color: #C78FD2; }
span { border-color: rgb(199,143,210); }
td.TdClassName
{
border-color: #C78FD2;
}
.TagClassName
{
border-color: #C78FD2;
}
</style>