Shades of Medium Orchid #C850EB
Tints of Medium Orchid #C850EB
RGB
CMYK
RGB Variations
Color information
#C850EB (or 0xC850EB) is known color: Medium Orchid. HEX triplet: C8, 50 and EB. RGB value is (200,80,235). Sum of RGB (Red+Green+Blue) = 200+80+235=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #C850EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850EB is #37AF14. Grayscale: #858585. Windows color (decimal): -3649301 or 15421640. OLE color: 15421640.
HSL color Cylindrical-coordinate representation of color #C850EB: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C850EB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 80 | 235 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 286.45º | 0.79% | 0.62% | - |
| HSV(B) | 286.45º | 0.66% | 0.92% | - |
| XYZ | 41.68 | 24.01 | 81.04 | - |
| YUV | 133.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 235 | 0.15 | 0.66 | 0 | 0.08 | 286.45 | 0.79 | 0.62 |
| Hex | C8 | 50 | EB | F | 42 | 0 | 8 | 11E | 4F | 3E |
| Octal | 310 | 120 | 353 | 17 | 102 | 0 | 10 | 436 | 117 | 76 |
| Binary | 11001000 | 1010000 | 11101011 | 1111 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111110 |
Color Harmonies of #C850EB
Complementary color
Monochromatic Colors of #C850EB
Black with #C850EB
Text Example
Text Example
White with #C850EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850EB; }
p { color: rgb(200,80,235); }
H1.HeaderClassName
{
color: #C850EB;
}
.AnyTagClassName
{
color: #C850EB;
}
</style>
background-color css
<style>
a { background-color: #C850EB; }
a { background-color: rgb(200,80,235); }
div.DivClassName
{
background-color: #C850EB;
}
.BgClassName
{
background-color: #C850EB;
}
</style>
border-color css
<style>
span { border-color: #C850EB; }
span { border-color: rgb(200,80,235); }
td.TdClassName
{
border-color: #C850EB;
}
.TagClassName
{
border-color: #C850EB;
}
</style>