Shades of Wisteria #C085DF
Tints of Wisteria #C085DF
RGB
CMYK
RGB Variations
Color information
#C085DF (or 0xC085DF) is known color: Wisteria. HEX triplet: C0, 85 and DF. RGB value is (192,133,223). Sum of RGB (Red+Green+Blue) = 192+133+223=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C085DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DF is #3F7A20. Grayscale: #A0A0A0. Windows color (decimal): -4160033 or 14648768. OLE color: 14648768.
HSL color Cylindrical-coordinate representation of color #C085DF: hue angle of 279.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C085DF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 133 | 223 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.13 |
| HSL | 279.33º | 0.58% | 0.7% | - |
| HSV(B) | 279.33º | 0.4% | 0.87% | - |
| XYZ | 43.45 | 33.31 | 73.95 | - |
| YUV | 160.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 223 | 0.14 | 0.40 | 0 | 0.13 | 279.33 | 0.58 | 0.7 |
| Hex | C0 | 85 | DF | E | 28 | 0 | D | 117 | 3A | 46 |
| Octal | 300 | 205 | 337 | 16 | 50 | 0 | 15 | 427 | 72 | 106 |
| Binary | 11000000 | 10000101 | 11011111 | 1110 | 101000 | 0 | 1101 | 100010111 | 111010 | 1000110 |
Color Harmonies of #C085DF
Complementary color
Monochromatic Colors of #C085DF
Black with #C085DF
Text Example
Text Example
White with #C085DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085DF; }
p { color: rgb(192,133,223); }
H1.HeaderClassName
{
color: #C085DF;
}
.AnyTagClassName
{
color: #C085DF;
}
</style>
background-color css
<style>
a { background-color: #C085DF; }
a { background-color: rgb(192,133,223); }
div.DivClassName
{
background-color: #C085DF;
}
.BgClassName
{
background-color: #C085DF;
}
</style>
border-color css
<style>
span { border-color: #C085DF; }
span { border-color: rgb(192,133,223); }
td.TdClassName
{
border-color: #C085DF;
}
.TagClassName
{
border-color: #C085DF;
}
</style>