Shades of Medium Orchid #C84DEC
Tints of Medium Orchid #C84DEC
RGB
CMYK
RGB Variations
Color information
#C84DEC (or 0xC84DEC) is known color: Medium Orchid. HEX triplet: C8, 4D and EC. RGB value is (200,77,236). Sum of RGB (Red+Green+Blue) = 200+77+236=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #C84DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DEC is #37B213. Grayscale: #838383. Windows color (decimal): -3650068 or 15486408. OLE color: 15486408.
HSL color Cylindrical-coordinate representation of color #C84DEC: hue angle of 286.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84DEC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 77 | 236 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.42º | 0.81% | 0.61% | - |
| HSV(B) | 286.42º | 0.67% | 0.93% | - |
| XYZ | 41.61 | 23.64 | 81.73 | - |
| YUV | 131.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 236 | 0.15 | 0.67 | 0 | 0.07 | 286.42 | 0.81 | 0.61 |
| Hex | C8 | 4D | EC | F | 43 | 0 | 7 | 11E | 51 | 3D |
| Octal | 310 | 115 | 354 | 17 | 103 | 0 | 7 | 436 | 121 | 75 |
| Binary | 11001000 | 1001101 | 11101100 | 1111 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111101 |
Color Harmonies of #C84DEC
Complementary color
Monochromatic Colors of #C84DEC
Black with #C84DEC
Text Example
Text Example
White with #C84DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DEC; }
p { color: rgb(200,77,236); }
H1.HeaderClassName
{
color: #C84DEC;
}
.AnyTagClassName
{
color: #C84DEC;
}
</style>
background-color css
<style>
a { background-color: #C84DEC; }
a { background-color: rgb(200,77,236); }
div.DivClassName
{
background-color: #C84DEC;
}
.BgClassName
{
background-color: #C84DEC;
}
</style>
border-color css
<style>
span { border-color: #C84DEC; }
span { border-color: rgb(200,77,236); }
td.TdClassName
{
border-color: #C84DEC;
}
.TagClassName
{
border-color: #C84DEC;
}
</style>