Shades of Medium Orchid #C842EE
Tints of Medium Orchid #C842EE
RGB
CMYK
RGB Variations
Color information
#C842EE (or 0xC842EE) is known color: Medium Orchid. HEX triplet: C8, 42 and EE. RGB value is (200,66,238). Sum of RGB (Red+Green+Blue) = 200+66+238=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C842EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842EE is #37BD11. Grayscale: #7D7D7D. Windows color (decimal): -3652882 or 15614664. OLE color: 15614664.
HSL color Cylindrical-coordinate representation of color #C842EE: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C842EE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 66 | 238 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 286.74º | 0.83% | 0.6% | - |
| HSV(B) | 286.74º | 0.72% | 0.93% | - |
| XYZ | 41.2 | 22.35 | 83.03 | - |
| YUV | 125.67 | 191.39 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 238 | 0.16 | 0.72 | 0 | 0.07 | 286.74 | 0.83 | 0.6 |
| Hex | C8 | 42 | EE | 10 | 48 | 0 | 7 | 11F | 53 | 3C |
| Octal | 310 | 102 | 356 | 20 | 110 | 0 | 7 | 437 | 123 | 74 |
| Binary | 11001000 | 1000010 | 11101110 | 10000 | 1001000 | 0 | 111 | 100011111 | 1010011 | 111100 |
Color Harmonies of #C842EE
Complementary color
Monochromatic Colors of #C842EE
Black with #C842EE
Text Example
Text Example
White with #C842EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842EE; }
p { color: rgb(200,66,238); }
H1.HeaderClassName
{
color: #C842EE;
}
.AnyTagClassName
{
color: #C842EE;
}
</style>
background-color css
<style>
a { background-color: #C842EE; }
a { background-color: rgb(200,66,238); }
div.DivClassName
{
background-color: #C842EE;
}
.BgClassName
{
background-color: #C842EE;
}
</style>
border-color css
<style>
span { border-color: #C842EE; }
span { border-color: rgb(200,66,238); }
td.TdClassName
{
border-color: #C842EE;
}
.TagClassName
{
border-color: #C842EE;
}
</style>