Shades of Wisteria #C085ED
Tints of Wisteria #C085ED
RGB
CMYK
RGB Variations
Color information
#C085ED (or 0xC085ED) is known color: Wisteria. HEX triplet: C0, 85 and ED. RGB value is (192,133,237). Sum of RGB (Red+Green+Blue) = 192+133+237=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #C085ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085ED is #3F7A12. Grayscale: #A2A2A2. Windows color (decimal): -4160019 or 15566272. OLE color: 15566272.
HSL color Cylindrical-coordinate representation of color #C085ED: hue angle of 274.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C085ED is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 133 | 237 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.07 |
| HSL | 274.04º | 0.74% | 0.73% | - |
| HSV(B) | 274.04º | 0.44% | 0.93% | - |
| XYZ | 45.41 | 34.1 | 84.31 | - |
| YUV | 162.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 237 | 0.19 | 0.44 | 0 | 0.07 | 274.04 | 0.74 | 0.73 |
| Hex | C0 | 85 | ED | 13 | 2C | 0 | 7 | 112 | 4A | 49 |
| Octal | 300 | 205 | 355 | 23 | 54 | 0 | 7 | 422 | 112 | 111 |
| Binary | 11000000 | 10000101 | 11101101 | 10011 | 101100 | 0 | 111 | 100010010 | 1001010 | 1001001 |
Color Harmonies of #C085ED
Complementary color
Monochromatic Colors of #C085ED
Black with #C085ED
Text Example
Text Example
White with #C085ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085ED; }
p { color: rgb(192,133,237); }
H1.HeaderClassName
{
color: #C085ED;
}
.AnyTagClassName
{
color: #C085ED;
}
</style>
background-color css
<style>
a { background-color: #C085ED; }
a { background-color: rgb(192,133,237); }
div.DivClassName
{
background-color: #C085ED;
}
.BgClassName
{
background-color: #C085ED;
}
</style>
border-color css
<style>
span { border-color: #C085ED; }
span { border-color: rgb(192,133,237); }
td.TdClassName
{
border-color: #C085ED;
}
.TagClassName
{
border-color: #C085ED;
}
</style>