Shades of Medium Orchid #C85ED0
Tints of Medium Orchid #C85ED0
RGB
CMYK
RGB Variations
Color information
#C85ED0 (or 0xC85ED0) is known color: Medium Orchid. HEX triplet: C8, 5E and D0. RGB value is (200,94,208). Sum of RGB (Red+Green+Blue) = 200+94+208=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #C85ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ED0 is #37A12F. Grayscale: #8A8A8A. Windows color (decimal): -3645744 or 13655752. OLE color: 13655752.
HSL color Cylindrical-coordinate representation of color #C85ED0: hue angle of 295.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85ED0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 94 | 208 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.18 |
| HSL | 295.79º | 0.55% | 0.59% | - |
| HSV(B) | 295.79º | 0.55% | 0.82% | - |
| XYZ | 39.21 | 24.84 | 62.4 | - |
| YUV | 138.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 208 | 0.04 | 0.55 | 0 | 0.18 | 295.79 | 0.55 | 0.59 |
| Hex | C8 | 5E | D0 | 4 | 37 | 0 | 12 | 128 | 37 | 3B |
| Octal | 310 | 136 | 320 | 4 | 67 | 0 | 22 | 450 | 67 | 73 |
| Binary | 11001000 | 1011110 | 11010000 | 100 | 110111 | 0 | 10010 | 100101000 | 110111 | 111011 |
Color Harmonies of #C85ED0
Complementary color
Monochromatic Colors of #C85ED0
Black with #C85ED0
Text Example
Text Example
White with #C85ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ED0; }
p { color: rgb(200,94,208); }
H1.HeaderClassName
{
color: #C85ED0;
}
.AnyTagClassName
{
color: #C85ED0;
}
</style>
background-color css
<style>
a { background-color: #C85ED0; }
a { background-color: rgb(200,94,208); }
div.DivClassName
{
background-color: #C85ED0;
}
.BgClassName
{
background-color: #C85ED0;
}
</style>
border-color css
<style>
span { border-color: #C85ED0; }
span { border-color: rgb(200,94,208); }
td.TdClassName
{
border-color: #C85ED0;
}
.TagClassName
{
border-color: #C85ED0;
}
</style>