Shades of Medium Orchid #C85EE9
Tints of Medium Orchid #C85EE9
RGB
CMYK
RGB Variations
Color information
#C85EE9 (or 0xC85EE9) is known color: Medium Orchid. HEX triplet: C8, 5E and E9. RGB value is (200,94,233). Sum of RGB (Red+Green+Blue) = 200+94+233=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #C85EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EE9 is #37A116. Grayscale: #8D8D8D. Windows color (decimal): -3645719 or 15294152. OLE color: 15294152.
HSL color Cylindrical-coordinate representation of color #C85EE9: hue angle of 285.76º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85EE9 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 94 | 233 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.09 |
| HSL | 285.76º | 0.76% | 0.64% | - |
| HSV(B) | 285.76º | 0.6% | 0.91% | - |
| XYZ | 42.53 | 26.17 | 79.9 | - |
| YUV | 141.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 233 | 0.14 | 0.60 | 0 | 0.09 | 285.76 | 0.76 | 0.64 |
| Hex | C8 | 5E | E9 | E | 3C | 0 | 9 | 11E | 4C | 40 |
| Octal | 310 | 136 | 351 | 16 | 74 | 0 | 11 | 436 | 114 | 100 |
| Binary | 11001000 | 1011110 | 11101001 | 1110 | 111100 | 0 | 1001 | 100011110 | 1001100 | 1000000 |
Color Harmonies of #C85EE9
Complementary color
Monochromatic Colors of #C85EE9
Black with #C85EE9
Text Example
Text Example
White with #C85EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EE9; }
p { color: rgb(200,94,233); }
H1.HeaderClassName
{
color: #C85EE9;
}
.AnyTagClassName
{
color: #C85EE9;
}
</style>
background-color css
<style>
a { background-color: #C85EE9; }
a { background-color: rgb(200,94,233); }
div.DivClassName
{
background-color: #C85EE9;
}
.BgClassName
{
background-color: #C85EE9;
}
</style>
border-color css
<style>
span { border-color: #C85EE9; }
span { border-color: rgb(200,94,233); }
td.TdClassName
{
border-color: #C85EE9;
}
.TagClassName
{
border-color: #C85EE9;
}
</style>