Shades of Medium Orchid #C84EEF
Tints of Medium Orchid #C84EEF
RGB
CMYK
RGB Variations
Color information
#C84EEF (or 0xC84EEF) is known color: Medium Orchid. HEX triplet: C8, 4E and EF. RGB value is (200,78,239). Sum of RGB (Red+Green+Blue) = 200+78+239=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C84EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84EEF is #37B110. Grayscale: #848484. Windows color (decimal): -3649809 or 15683272. OLE color: 15683272.
HSL color Cylindrical-coordinate representation of color #C84EEF: hue angle of 285.47º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84EEF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 78 | 239 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.06 |
| HSL | 285.47º | 0.83% | 0.62% | - |
| HSV(B) | 285.47º | 0.67% | 0.94% | - |
| XYZ | 42.12 | 23.96 | 84.07 | - |
| YUV | 132.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 239 | 0.16 | 0.67 | 0 | 0.06 | 285.47 | 0.83 | 0.62 |
| Hex | C8 | 4E | EF | 10 | 43 | 0 | 6 | 11D | 53 | 3E |
| Octal | 310 | 116 | 357 | 20 | 103 | 0 | 6 | 435 | 123 | 76 |
| Binary | 11001000 | 1001110 | 11101111 | 10000 | 1000011 | 0 | 110 | 100011101 | 1010011 | 111110 |
Color Harmonies of #C84EEF
Complementary color
Monochromatic Colors of #C84EEF
Black with #C84EEF
Text Example
Text Example
White with #C84EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EEF; }
p { color: rgb(200,78,239); }
H1.HeaderClassName
{
color: #C84EEF;
}
.AnyTagClassName
{
color: #C84EEF;
}
</style>
background-color css
<style>
a { background-color: #C84EEF; }
a { background-color: rgb(200,78,239); }
div.DivClassName
{
background-color: #C84EEF;
}
.BgClassName
{
background-color: #C84EEF;
}
</style>
border-color css
<style>
span { border-color: #C84EEF; }
span { border-color: rgb(200,78,239); }
td.TdClassName
{
border-color: #C84EEF;
}
.TagClassName
{
border-color: #C84EEF;
}
</style>