Shades of Wisteria #C085EF
Tints of Wisteria #C085EF
RGB
CMYK
RGB Variations
Color information
#C085EF (or 0xC085EF) is known color: Wisteria. HEX triplet: C0, 85 and EF. RGB value is (192,133,239). Sum of RGB (Red+Green+Blue) = 192+133+239=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C085EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085EF is #3F7A10. Grayscale: #A2A2A2. Windows color (decimal): -4160017 or 15697344. OLE color: 15697344.
HSL color Cylindrical-coordinate representation of color #C085EF: hue angle of 273.4º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C085EF is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 133 | 239 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.06 |
| HSL | 273.4º | 0.77% | 0.73% | - |
| HSV(B) | 273.4º | 0.44% | 0.94% | - |
| XYZ | 45.71 | 34.21 | 85.86 | - |
| YUV | 162.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 239 | 0.20 | 0.44 | 0 | 0.06 | 273.4 | 0.77 | 0.73 |
| Hex | C0 | 85 | EF | 14 | 2C | 0 | 6 | 111 | 4D | 49 |
| Octal | 300 | 205 | 357 | 24 | 54 | 0 | 6 | 421 | 115 | 111 |
| Binary | 11000000 | 10000101 | 11101111 | 10100 | 101100 | 0 | 110 | 100010001 | 1001101 | 1001001 |
Color Harmonies of #C085EF
Complementary color
Monochromatic Colors of #C085EF
Black with #C085EF
Text Example
Text Example
White with #C085EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085EF; }
p { color: rgb(192,133,239); }
H1.HeaderClassName
{
color: #C085EF;
}
.AnyTagClassName
{
color: #C085EF;
}
</style>
background-color css
<style>
a { background-color: #C085EF; }
a { background-color: rgb(192,133,239); }
div.DivClassName
{
background-color: #C085EF;
}
.BgClassName
{
background-color: #C085EF;
}
</style>
border-color css
<style>
span { border-color: #C085EF; }
span { border-color: rgb(192,133,239); }
td.TdClassName
{
border-color: #C085EF;
}
.TagClassName
{
border-color: #C085EF;
}
</style>