Shades of Medium Orchid #C850EE
Tints of Medium Orchid #C850EE
RGB
CMYK
RGB Variations
Color information
#C850EE (or 0xC850EE) is known color: Medium Orchid. HEX triplet: C8, 50 and EE. RGB value is (200,80,238). Sum of RGB (Red+Green+Blue) = 200+80+238=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C850EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850EE is #37AF11. Grayscale: #858585. Windows color (decimal): -3649298 or 15618248. OLE color: 15618248.
HSL color Cylindrical-coordinate representation of color #C850EE: hue angle of 285.57º degrees, saturation: 0.82, 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 #C850EE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 80 | 238 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.57º | 0.82% | 0.62% | - |
| HSV(B) | 285.57º | 0.66% | 0.93% | - |
| XYZ | 42.12 | 24.19 | 83.34 | - |
| YUV | 133.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 238 | 0.16 | 0.66 | 0 | 0.07 | 285.57 | 0.82 | 0.62 |
| Hex | C8 | 50 | EE | 10 | 42 | 0 | 7 | 11E | 52 | 3E |
| Octal | 310 | 120 | 356 | 20 | 102 | 0 | 7 | 436 | 122 | 76 |
| Binary | 11001000 | 1010000 | 11101110 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010010 | 111110 |
Color Harmonies of #C850EE
Complementary color
Monochromatic Colors of #C850EE
Black with #C850EE
Text Example
Text Example
White with #C850EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850EE; }
p { color: rgb(200,80,238); }
H1.HeaderClassName
{
color: #C850EE;
}
.AnyTagClassName
{
color: #C850EE;
}
</style>
background-color css
<style>
a { background-color: #C850EE; }
a { background-color: rgb(200,80,238); }
div.DivClassName
{
background-color: #C850EE;
}
.BgClassName
{
background-color: #C850EE;
}
</style>
border-color css
<style>
span { border-color: #C850EE; }
span { border-color: rgb(200,80,238); }
td.TdClassName
{
border-color: #C850EE;
}
.TagClassName
{
border-color: #C850EE;
}
</style>