Shades of Wisteria #C085DC
Tints of Wisteria #C085DC
RGB
CMYK
RGB Variations
Color information
#C085DC (or 0xC085DC) is known color: Wisteria. HEX triplet: C0, 85 and DC. RGB value is (192,133,220). Sum of RGB (Red+Green+Blue) = 192+133+220=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C085DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DC is #3F7A23. Grayscale: #A0A0A0. Windows color (decimal): -4160036 or 14452160. OLE color: 14452160.
HSL color Cylindrical-coordinate representation of color #C085DC: hue angle of 280.69º 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 #C085DC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 133 | 220 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.14 |
| HSL | 280.69º | 0.55% | 0.69% | - |
| HSV(B) | 280.69º | 0.4% | 0.86% | - |
| XYZ | 43.04 | 33.15 | 71.84 | - |
| YUV | 160.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 220 | 0.13 | 0.40 | 0 | 0.14 | 280.69 | 0.55 | 0.69 |
| Hex | C0 | 85 | DC | D | 28 | 0 | E | 119 | 37 | 45 |
| Octal | 300 | 205 | 334 | 15 | 50 | 0 | 16 | 431 | 67 | 105 |
| Binary | 11000000 | 10000101 | 11011100 | 1101 | 101000 | 0 | 1110 | 100011001 | 110111 | 1000101 |
Color Harmonies of #C085DC
Complementary color
Monochromatic Colors of #C085DC
Black with #C085DC
Text Example
Text Example
White with #C085DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085DC; }
p { color: rgb(192,133,220); }
H1.HeaderClassName
{
color: #C085DC;
}
.AnyTagClassName
{
color: #C085DC;
}
</style>
background-color css
<style>
a { background-color: #C085DC; }
a { background-color: rgb(192,133,220); }
div.DivClassName
{
background-color: #C085DC;
}
.BgClassName
{
background-color: #C085DC;
}
</style>
border-color css
<style>
span { border-color: #C085DC; }
span { border-color: rgb(192,133,220); }
td.TdClassName
{
border-color: #C085DC;
}
.TagClassName
{
border-color: #C085DC;
}
</style>