Shades of Medium Orchid #C84EEC
Tints of Medium Orchid #C84EEC
RGB
CMYK
RGB Variations
Color information
#C84EEC (or 0xC84EEC) is known color: Medium Orchid. HEX triplet: C8, 4E and EC. RGB value is (200,78,236). Sum of RGB (Red+Green+Blue) = 200+78+236=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #C84EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84EEC is #37B113. Grayscale: #838383. Windows color (decimal): -3649812 or 15486664. OLE color: 15486664.
HSL color Cylindrical-coordinate representation of color #C84EEC: hue angle of 286.33º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84EEC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 78 | 236 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.33º | 0.81% | 0.62% | - |
| HSV(B) | 286.33º | 0.67% | 0.93% | - |
| XYZ | 41.68 | 23.78 | 81.75 | - |
| YUV | 132.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 236 | 0.15 | 0.67 | 0 | 0.07 | 286.33 | 0.81 | 0.62 |
| Hex | C8 | 4E | EC | F | 43 | 0 | 7 | 11E | 51 | 3E |
| Octal | 310 | 116 | 354 | 17 | 103 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11001000 | 1001110 | 11101100 | 1111 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C84EEC
Complementary color
Monochromatic Colors of #C84EEC
Black with #C84EEC
Text Example
Text Example
White with #C84EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EEC; }
p { color: rgb(200,78,236); }
H1.HeaderClassName
{
color: #C84EEC;
}
.AnyTagClassName
{
color: #C84EEC;
}
</style>
background-color css
<style>
a { background-color: #C84EEC; }
a { background-color: rgb(200,78,236); }
div.DivClassName
{
background-color: #C84EEC;
}
.BgClassName
{
background-color: #C84EEC;
}
</style>
border-color css
<style>
span { border-color: #C84EEC; }
span { border-color: rgb(200,78,236); }
td.TdClassName
{
border-color: #C84EEC;
}
.TagClassName
{
border-color: #C84EEC;
}
</style>