Shades of Medium Orchid #C850ED
Tints of Medium Orchid #C850ED
RGB
CMYK
RGB Variations
Color information
#C850ED (or 0xC850ED) is known color: Medium Orchid. HEX triplet: C8, 50 and ED. RGB value is (200,80,237). Sum of RGB (Red+Green+Blue) = 200+80+237=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #C850ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850ED is #37AF12. Grayscale: #858585. Windows color (decimal): -3649299 or 15552712. OLE color: 15552712.
HSL color Cylindrical-coordinate representation of color #C850ED: hue angle of 285.86º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C850ED is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 80 | 237 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.86º | 0.81% | 0.62% | - |
| HSV(B) | 285.86º | 0.66% | 0.93% | - |
| XYZ | 41.97 | 24.13 | 82.57 | - |
| YUV | 133.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 237 | 0.16 | 0.66 | 0 | 0.07 | 285.86 | 0.81 | 0.62 |
| Hex | C8 | 50 | ED | 10 | 42 | 0 | 7 | 11E | 51 | 3E |
| Octal | 310 | 120 | 355 | 20 | 102 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11001000 | 1010000 | 11101101 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C850ED
Complementary color
Monochromatic Colors of #C850ED
Black with #C850ED
Text Example
Text Example
White with #C850ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850ED; }
p { color: rgb(200,80,237); }
H1.HeaderClassName
{
color: #C850ED;
}
.AnyTagClassName
{
color: #C850ED;
}
</style>
background-color css
<style>
a { background-color: #C850ED; }
a { background-color: rgb(200,80,237); }
div.DivClassName
{
background-color: #C850ED;
}
.BgClassName
{
background-color: #C850ED;
}
</style>
border-color css
<style>
span { border-color: #C850ED; }
span { border-color: rgb(200,80,237); }
td.TdClassName
{
border-color: #C850ED;
}
.TagClassName
{
border-color: #C850ED;
}
</style>