Shades of Medium Orchid #C842EF
Tints of Medium Orchid #C842EF
RGB
CMYK
RGB Variations
Color information
#C842EF (or 0xC842EF) is known color: Medium Orchid. HEX triplet: C8, 42 and EF. RGB value is (200,66,239). Sum of RGB (Red+Green+Blue) = 200+66+239=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #C842EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842EF is #37BD10. Grayscale: #7D7D7D. Windows color (decimal): -3652881 or 15680200. OLE color: 15680200.
HSL color Cylindrical-coordinate representation of color #C842EF: hue angle of 286.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C842EF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 66 | 239 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.06 |
| HSL | 286.47º | 0.84% | 0.6% | - |
| HSV(B) | 286.47º | 0.72% | 0.94% | - |
| XYZ | 41.35 | 22.41 | 83.81 | - |
| YUV | 125.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 239 | 0.16 | 0.72 | 0 | 0.06 | 286.47 | 0.84 | 0.6 |
| Hex | C8 | 42 | EF | 10 | 48 | 0 | 6 | 11E | 54 | 3C |
| Octal | 310 | 102 | 357 | 20 | 110 | 0 | 6 | 436 | 124 | 74 |
| Binary | 11001000 | 1000010 | 11101111 | 10000 | 1001000 | 0 | 110 | 100011110 | 1010100 | 111100 |
Color Harmonies of #C842EF
Complementary color
Monochromatic Colors of #C842EF
Black with #C842EF
Text Example
Text Example
White with #C842EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842EF; }
p { color: rgb(200,66,239); }
H1.HeaderClassName
{
color: #C842EF;
}
.AnyTagClassName
{
color: #C842EF;
}
</style>
background-color css
<style>
a { background-color: #C842EF; }
a { background-color: rgb(200,66,239); }
div.DivClassName
{
background-color: #C842EF;
}
.BgClassName
{
background-color: #C842EF;
}
</style>
border-color css
<style>
span { border-color: #C842EF; }
span { border-color: rgb(200,66,239); }
td.TdClassName
{
border-color: #C842EF;
}
.TagClassName
{
border-color: #C842EF;
}
</style>