Shades of Wisteria #C085DE
Tints of Wisteria #C085DE
RGB
CMYK
RGB Variations
Color information
#C085DE (or 0xC085DE) is known color: Wisteria. HEX triplet: C0, 85 and DE. RGB value is (192,133,222). Sum of RGB (Red+Green+Blue) = 192+133+222=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #C085DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DE is #3F7A21. Grayscale: #A0A0A0. Windows color (decimal): -4160034 or 14583232. OLE color: 14583232.
HSL color Cylindrical-coordinate representation of color #C085DE: hue angle of 279.78º degrees, saturation: 0.57, 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 #C085DE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 133 | 222 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.13 |
| HSL | 279.78º | 0.57% | 0.7% | - |
| HSV(B) | 279.78º | 0.4% | 0.87% | - |
| XYZ | 43.31 | 33.26 | 73.24 | - |
| YUV | 160.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 222 | 0.14 | 0.40 | 0 | 0.13 | 279.78 | 0.57 | 0.7 |
| Hex | C0 | 85 | DE | E | 28 | 0 | D | 118 | 39 | 46 |
| Octal | 300 | 205 | 336 | 16 | 50 | 0 | 15 | 430 | 71 | 106 |
| Binary | 11000000 | 10000101 | 11011110 | 1110 | 101000 | 0 | 1101 | 100011000 | 111001 | 1000110 |
Color Harmonies of #C085DE
Complementary color
Monochromatic Colors of #C085DE
Black with #C085DE
Text Example
Text Example
White with #C085DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085DE; }
p { color: rgb(192,133,222); }
H1.HeaderClassName
{
color: #C085DE;
}
.AnyTagClassName
{
color: #C085DE;
}
</style>
background-color css
<style>
a { background-color: #C085DE; }
a { background-color: rgb(192,133,222); }
div.DivClassName
{
background-color: #C085DE;
}
.BgClassName
{
background-color: #C085DE;
}
</style>
border-color css
<style>
span { border-color: #C085DE; }
span { border-color: rgb(192,133,222); }
td.TdClassName
{
border-color: #C085DE;
}
.TagClassName
{
border-color: #C085DE;
}
</style>