Shades of Medium Orchid #C842EB
Tints of Medium Orchid #C842EB
RGB
CMYK
RGB Variations
Color information
#C842EB (or 0xC842EB) is known color: Medium Orchid. HEX triplet: C8, 42 and EB. RGB value is (200,66,235). Sum of RGB (Red+Green+Blue) = 200+66+235=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #C842EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842EB is #37BD14. Grayscale: #7C7C7C. Windows color (decimal): -3652885 or 15418056. OLE color: 15418056.
HSL color Cylindrical-coordinate representation of color #C842EB: hue angle of 287.57º degrees, saturation: 0.81, 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 #C842EB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 66 | 235 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.08 |
| HSL | 287.57º | 0.81% | 0.59% | - |
| HSV(B) | 287.57º | 0.72% | 0.92% | - |
| XYZ | 40.76 | 22.17 | 80.73 | - |
| YUV | 125.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 235 | 0.15 | 0.72 | 0 | 0.08 | 287.57 | 0.81 | 0.59 |
| Hex | C8 | 42 | EB | F | 48 | 0 | 8 | 120 | 51 | 3B |
| Octal | 310 | 102 | 353 | 17 | 110 | 0 | 10 | 440 | 121 | 73 |
| Binary | 11001000 | 1000010 | 11101011 | 1111 | 1001000 | 0 | 1000 | 100100000 | 1010001 | 111011 |
Color Harmonies of #C842EB
Complementary color
Monochromatic Colors of #C842EB
Black with #C842EB
Text Example
Text Example
White with #C842EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842EB; }
p { color: rgb(200,66,235); }
H1.HeaderClassName
{
color: #C842EB;
}
.AnyTagClassName
{
color: #C842EB;
}
</style>
background-color css
<style>
a { background-color: #C842EB; }
a { background-color: rgb(200,66,235); }
div.DivClassName
{
background-color: #C842EB;
}
.BgClassName
{
background-color: #C842EB;
}
</style>
border-color css
<style>
span { border-color: #C842EB; }
span { border-color: rgb(200,66,235); }
td.TdClassName
{
border-color: #C842EB;
}
.TagClassName
{
border-color: #C842EB;
}
</style>