Shades of Medium Orchid #C84FEC
Tints of Medium Orchid #C84FEC
RGB
CMYK
RGB Variations
Color information
#C84FEC (or 0xC84FEC) is known color: Medium Orchid. HEX triplet: C8, 4F and EC. RGB value is (200,79,236). Sum of RGB (Red+Green+Blue) = 200+79+236=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #C84FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FEC is #37B013. Grayscale: #848484. Windows color (decimal): -3649556 or 15486920. OLE color: 15486920.
HSL color Cylindrical-coordinate representation of color #C84FEC: hue angle of 286.24º 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 #C84FEC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 79 | 236 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.24º | 0.81% | 0.62% | - |
| HSV(B) | 286.24º | 0.67% | 0.93% | - |
| XYZ | 41.76 | 23.93 | 81.77 | - |
| YUV | 133.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 236 | 0.15 | 0.67 | 0 | 0.07 | 286.24 | 0.81 | 0.62 |
| Hex | C8 | 4F | EC | F | 43 | 0 | 7 | 11E | 51 | 3E |
| Octal | 310 | 117 | 354 | 17 | 103 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11001000 | 1001111 | 11101100 | 1111 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C84FEC
Complementary color
Monochromatic Colors of #C84FEC
Black with #C84FEC
Text Example
Text Example
White with #C84FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FEC; }
p { color: rgb(200,79,236); }
H1.HeaderClassName
{
color: #C84FEC;
}
.AnyTagClassName
{
color: #C84FEC;
}
</style>
background-color css
<style>
a { background-color: #C84FEC; }
a { background-color: rgb(200,79,236); }
div.DivClassName
{
background-color: #C84FEC;
}
.BgClassName
{
background-color: #C84FEC;
}
</style>
border-color css
<style>
span { border-color: #C84FEC; }
span { border-color: rgb(200,79,236); }
td.TdClassName
{
border-color: #C84FEC;
}
.TagClassName
{
border-color: #C84FEC;
}
</style>