Shades of Medium Orchid #C851EC
Tints of Medium Orchid #C851EC
RGB
CMYK
RGB Variations
Color information
#C851EC (or 0xC851EC) is known color: Medium Orchid. HEX triplet: C8, 51 and EC. RGB value is (200,81,236). Sum of RGB (Red+Green+Blue) = 200+81+236=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #C851EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C851EC is #37AE13. Grayscale: #858585. Windows color (decimal): -3649044 or 15487432. OLE color: 15487432.
HSL color Cylindrical-coordinate representation of color #C851EC: hue angle of 286.06º degrees, saturation: 0.8, 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 #C851EC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 81 | 236 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.07 |
| HSL | 286.06º | 0.8% | 0.62% | - |
| HSV(B) | 286.06º | 0.66% | 0.93% | - |
| XYZ | 41.9 | 24.22 | 81.82 | - |
| YUV | 134.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 236 | 0.15 | 0.66 | 0 | 0.07 | 286.06 | 0.8 | 0.62 |
| Hex | C8 | 51 | EC | F | 42 | 0 | 7 | 11E | 50 | 3E |
| Octal | 310 | 121 | 354 | 17 | 102 | 0 | 7 | 436 | 120 | 76 |
| Binary | 11001000 | 1010001 | 11101100 | 1111 | 1000010 | 0 | 111 | 100011110 | 1010000 | 111110 |
Color Harmonies of #C851EC
Complementary color
Monochromatic Colors of #C851EC
Black with #C851EC
Text Example
Text Example
White with #C851EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851EC; }
p { color: rgb(200,81,236); }
H1.HeaderClassName
{
color: #C851EC;
}
.AnyTagClassName
{
color: #C851EC;
}
</style>
background-color css
<style>
a { background-color: #C851EC; }
a { background-color: rgb(200,81,236); }
div.DivClassName
{
background-color: #C851EC;
}
.BgClassName
{
background-color: #C851EC;
}
</style>
border-color css
<style>
span { border-color: #C851EC; }
span { border-color: rgb(200,81,236); }
td.TdClassName
{
border-color: #C851EC;
}
.TagClassName
{
border-color: #C851EC;
}
</style>