Shades of Medium Orchid #C841EB
Tints of Medium Orchid #C841EB
RGB
CMYK
RGB Variations
Color information
#C841EB (or 0xC841EB) is known color: Medium Orchid. HEX triplet: C8, 41 and EB. RGB value is (200,65,235). Sum of RGB (Red+Green+Blue) = 200+65+235=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C841EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C841EB is #37BE14. Grayscale: #7C7C7C. Windows color (decimal): -3653141 or 15417800. OLE color: 15417800.
HSL color Cylindrical-coordinate representation of color #C841EB: hue angle of 287.65º 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 #C841EB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 65 | 235 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.08 |
| HSL | 287.65º | 0.81% | 0.59% | - |
| HSV(B) | 287.65º | 0.72% | 0.92% | - |
| XYZ | 40.71 | 22.06 | 80.71 | - |
| YUV | 124.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 235 | 0.15 | 0.72 | 0 | 0.08 | 287.65 | 0.81 | 0.59 |
| Hex | C8 | 41 | EB | F | 48 | 0 | 8 | 120 | 51 | 3B |
| Octal | 310 | 101 | 353 | 17 | 110 | 0 | 10 | 440 | 121 | 73 |
| Binary | 11001000 | 1000001 | 11101011 | 1111 | 1001000 | 0 | 1000 | 100100000 | 1010001 | 111011 |
Color Harmonies of #C841EB
Complementary color
Monochromatic Colors of #C841EB
Black with #C841EB
Text Example
Text Example
White with #C841EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841EB; }
p { color: rgb(200,65,235); }
H1.HeaderClassName
{
color: #C841EB;
}
.AnyTagClassName
{
color: #C841EB;
}
</style>
background-color css
<style>
a { background-color: #C841EB; }
a { background-color: rgb(200,65,235); }
div.DivClassName
{
background-color: #C841EB;
}
.BgClassName
{
background-color: #C841EB;
}
</style>
border-color css
<style>
span { border-color: #C841EB; }
span { border-color: rgb(200,65,235); }
td.TdClassName
{
border-color: #C841EB;
}
.TagClassName
{
border-color: #C841EB;
}
</style>