Shades of Wisteria #C785DC
Tints of Wisteria #C785DC
RGB
CMYK
RGB Variations
Color information
#C785DC (or 0xC785DC) is known color: Wisteria. HEX triplet: C7, 85 and DC. RGB value is (199,133,220). Sum of RGB (Red+Green+Blue) = 199+133+220=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C785DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785DC is #387A23. Grayscale: #A2A2A2. Windows color (decimal): -3701284 or 14452167. OLE color: 14452167.
HSL color Cylindrical-coordinate representation of color #C785DC: hue angle of 285.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C785DC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 133 | 220 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.14 |
| HSL | 285.52º | 0.55% | 0.69% | - |
| HSV(B) | 285.52º | 0.4% | 0.86% | - |
| XYZ | 44.86 | 34.08 | 71.92 | - |
| YUV | 162.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 220 | 0.10 | 0.40 | 0 | 0.14 | 285.52 | 0.55 | 0.69 |
| Hex | C7 | 85 | DC | A | 28 | 0 | E | 11E | 37 | 45 |
| Octal | 307 | 205 | 334 | 12 | 50 | 0 | 16 | 436 | 67 | 105 |
| Binary | 11000111 | 10000101 | 11011100 | 1010 | 101000 | 0 | 1110 | 100011110 | 110111 | 1000101 |
Color Harmonies of #C785DC
Complementary color
Monochromatic Colors of #C785DC
Black with #C785DC
Text Example
Text Example
White with #C785DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785DC; }
p { color: rgb(199,133,220); }
H1.HeaderClassName
{
color: #C785DC;
}
.AnyTagClassName
{
color: #C785DC;
}
</style>
background-color css
<style>
a { background-color: #C785DC; }
a { background-color: rgb(199,133,220); }
div.DivClassName
{
background-color: #C785DC;
}
.BgClassName
{
background-color: #C785DC;
}
</style>
border-color css
<style>
span { border-color: #C785DC; }
span { border-color: rgb(199,133,220); }
td.TdClassName
{
border-color: #C785DC;
}
.TagClassName
{
border-color: #C785DC;
}
</style>