Shades of Medium Orchid #C83EEE
Tints of Medium Orchid #C83EEE
RGB
CMYK
RGB Variations
Color information
#C83EEE (or 0xC83EEE) is known color: Medium Orchid. HEX triplet: C8, 3E and EE. RGB value is (200,62,238). Sum of RGB (Red+Green+Blue) = 200+62+238=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C83EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C83EEE is #37C111. Grayscale: #7A7A7A. Windows color (decimal): -3653906 or 15613640. OLE color: 15613640.
HSL color Cylindrical-coordinate representation of color #C83EEE: hue angle of 287.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83EEE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 62 | 238 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.07 |
| HSL | 287.05º | 0.84% | 0.59% | - |
| HSV(B) | 287.05º | 0.74% | 0.93% | - |
| XYZ | 40.97 | 21.9 | 82.96 | - |
| YUV | 123.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 238 | 0.16 | 0.74 | 0 | 0.07 | 287.05 | 0.84 | 0.59 |
| Hex | C8 | 3E | EE | 10 | 4A | 0 | 7 | 11F | 54 | 3B |
| Octal | 310 | 76 | 356 | 20 | 112 | 0 | 7 | 437 | 124 | 73 |
| Binary | 11001000 | 111110 | 11101110 | 10000 | 1001010 | 0 | 111 | 100011111 | 1010100 | 111011 |
Color Harmonies of #C83EEE
Complementary color
Monochromatic Colors of #C83EEE
Black with #C83EEE
Text Example
Text Example
White with #C83EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83EEE; }
p { color: rgb(200,62,238); }
H1.HeaderClassName
{
color: #C83EEE;
}
.AnyTagClassName
{
color: #C83EEE;
}
</style>
background-color css
<style>
a { background-color: #C83EEE; }
a { background-color: rgb(200,62,238); }
div.DivClassName
{
background-color: #C83EEE;
}
.BgClassName
{
background-color: #C83EEE;
}
</style>
border-color css
<style>
span { border-color: #C83EEE; }
span { border-color: rgb(200,62,238); }
td.TdClassName
{
border-color: #C83EEE;
}
.TagClassName
{
border-color: #C83EEE;
}
</style>