Shades of Medium Orchid #C842ED
Tints of Medium Orchid #C842ED
RGB
CMYK
RGB Variations
Color information
#C842ED (or 0xC842ED) is known color: Medium Orchid. HEX triplet: C8, 42 and ED. RGB value is (200,66,237). Sum of RGB (Red+Green+Blue) = 200+66+237=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C842ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842ED is #37BD12. Grayscale: #7D7D7D. Windows color (decimal): -3652883 or 15549128. OLE color: 15549128.
HSL color Cylindrical-coordinate representation of color #C842ED: hue angle of 287.02º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C842ED is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 66 | 237 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.07 |
| HSL | 287.02º | 0.83% | 0.59% | - |
| HSV(B) | 287.02º | 0.72% | 0.93% | - |
| XYZ | 41.05 | 22.29 | 82.26 | - |
| YUV | 125.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 237 | 0.16 | 0.72 | 0 | 0.07 | 287.02 | 0.83 | 0.59 |
| Hex | C8 | 42 | ED | 10 | 48 | 0 | 7 | 11F | 53 | 3B |
| Octal | 310 | 102 | 355 | 20 | 110 | 0 | 7 | 437 | 123 | 73 |
| Binary | 11001000 | 1000010 | 11101101 | 10000 | 1001000 | 0 | 111 | 100011111 | 1010011 | 111011 |
Color Harmonies of #C842ED
Complementary color
Monochromatic Colors of #C842ED
Black with #C842ED
Text Example
Text Example
White with #C842ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842ED; }
p { color: rgb(200,66,237); }
H1.HeaderClassName
{
color: #C842ED;
}
.AnyTagClassName
{
color: #C842ED;
}
</style>
background-color css
<style>
a { background-color: #C842ED; }
a { background-color: rgb(200,66,237); }
div.DivClassName
{
background-color: #C842ED;
}
.BgClassName
{
background-color: #C842ED;
}
</style>
border-color css
<style>
span { border-color: #C842ED; }
span { border-color: rgb(200,66,237); }
td.TdClassName
{
border-color: #C842ED;
}
.TagClassName
{
border-color: #C842ED;
}
</style>