Shades of Wisteria #C78CDD
Tints of Wisteria #C78CDD
RGB
CMYK
RGB Variations
Color information
#C78CDD (or 0xC78CDD) is known color: Wisteria. HEX triplet: C7, 8C and DD. RGB value is (199,140,221). Sum of RGB (Red+Green+Blue) = 199+140+221=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C78CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C78CDD is #387322. Grayscale: #A6A6A6. Windows color (decimal): -3699491 or 14519495. OLE color: 14519495.
HSL color Cylindrical-coordinate representation of color #C78CDD: hue angle of 283.7º degrees, saturation: 0.54, 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 #C78CDD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 140 | 221 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.13 |
| HSL | 283.7º | 0.54% | 0.71% | - |
| HSV(B) | 283.7º | 0.37% | 0.87% | - |
| XYZ | 45.98 | 36.12 | 72.95 | - |
| YUV | 166.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 221 | 0.10 | 0.37 | 0 | 0.13 | 283.7 | 0.54 | 0.71 |
| Hex | C7 | 8C | DD | A | 25 | 0 | D | 11C | 36 | 47 |
| Octal | 307 | 214 | 335 | 12 | 45 | 0 | 15 | 434 | 66 | 107 |
| Binary | 11000111 | 10001100 | 11011101 | 1010 | 100101 | 0 | 1101 | 100011100 | 110110 | 1000111 |
Color Harmonies of #C78CDD
Complementary color
Monochromatic Colors of #C78CDD
Black with #C78CDD
Text Example
Text Example
White with #C78CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CDD; }
p { color: rgb(199,140,221); }
H1.HeaderClassName
{
color: #C78CDD;
}
.AnyTagClassName
{
color: #C78CDD;
}
</style>
background-color css
<style>
a { background-color: #C78CDD; }
a { background-color: rgb(199,140,221); }
div.DivClassName
{
background-color: #C78CDD;
}
.BgClassName
{
background-color: #C78CDD;
}
</style>
border-color css
<style>
span { border-color: #C78CDD; }
span { border-color: rgb(199,140,221); }
td.TdClassName
{
border-color: #C78CDD;
}
.TagClassName
{
border-color: #C78CDD;
}
</style>