Shades of Medium Orchid #C842EA
Tints of Medium Orchid #C842EA
RGB
CMYK
RGB Variations
Color information
#C842EA (or 0xC842EA) is known color: Medium Orchid. HEX triplet: C8, 42 and EA. RGB value is (200,66,234). Sum of RGB (Red+Green+Blue) = 200+66+234=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C842EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842EA is #37BD15. Grayscale: #7C7C7C. Windows color (decimal): -3652886 or 15352520. OLE color: 15352520.
HSL color Cylindrical-coordinate representation of color #C842EA: hue angle of 287.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C842EA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 66 | 234 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.08 |
| HSL | 287.86º | 0.8% | 0.59% | - |
| HSV(B) | 287.86º | 0.72% | 0.92% | - |
| XYZ | 40.62 | 22.12 | 79.97 | - |
| YUV | 125.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 234 | 0.15 | 0.72 | 0 | 0.08 | 287.86 | 0.8 | 0.59 |
| Hex | C8 | 42 | EA | F | 48 | 0 | 8 | 120 | 50 | 3B |
| Octal | 310 | 102 | 352 | 17 | 110 | 0 | 10 | 440 | 120 | 73 |
| Binary | 11001000 | 1000010 | 11101010 | 1111 | 1001000 | 0 | 1000 | 100100000 | 1010000 | 111011 |
Color Harmonies of #C842EA
Complementary color
Monochromatic Colors of #C842EA
Black with #C842EA
Text Example
Text Example
White with #C842EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842EA; }
p { color: rgb(200,66,234); }
H1.HeaderClassName
{
color: #C842EA;
}
.AnyTagClassName
{
color: #C842EA;
}
</style>
background-color css
<style>
a { background-color: #C842EA; }
a { background-color: rgb(200,66,234); }
div.DivClassName
{
background-color: #C842EA;
}
.BgClassName
{
background-color: #C842EA;
}
</style>
border-color css
<style>
span { border-color: #C842EA; }
span { border-color: rgb(200,66,234); }
td.TdClassName
{
border-color: #C842EA;
}
.TagClassName
{
border-color: #C842EA;
}
</style>