Shades of Medium Orchid #C84EEE
Tints of Medium Orchid #C84EEE
RGB
CMYK
RGB Variations
Color information
#C84EEE (or 0xC84EEE) is known color: Medium Orchid. HEX triplet: C8, 4E and EE. RGB value is (200,78,238). Sum of RGB (Red+Green+Blue) = 200+78+238=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #C84EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84EEE is #37B111. Grayscale: #848484. Windows color (decimal): -3649810 or 15617736. OLE color: 15617736.
HSL color Cylindrical-coordinate representation of color #C84EEE: hue angle of 285.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84EEE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 78 | 238 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.75º | 0.82% | 0.62% | - |
| HSV(B) | 285.75º | 0.67% | 0.93% | - |
| XYZ | 41.98 | 23.9 | 83.29 | - |
| YUV | 132.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 238 | 0.16 | 0.67 | 0 | 0.07 | 285.75 | 0.82 | 0.62 |
| Hex | C8 | 4E | EE | 10 | 43 | 0 | 7 | 11E | 52 | 3E |
| Octal | 310 | 116 | 356 | 20 | 103 | 0 | 7 | 436 | 122 | 76 |
| Binary | 11001000 | 1001110 | 11101110 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010010 | 111110 |
Color Harmonies of #C84EEE
Complementary color
Monochromatic Colors of #C84EEE
Black with #C84EEE
Text Example
Text Example
White with #C84EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EEE; }
p { color: rgb(200,78,238); }
H1.HeaderClassName
{
color: #C84EEE;
}
.AnyTagClassName
{
color: #C84EEE;
}
</style>
background-color css
<style>
a { background-color: #C84EEE; }
a { background-color: rgb(200,78,238); }
div.DivClassName
{
background-color: #C84EEE;
}
.BgClassName
{
background-color: #C84EEE;
}
</style>
border-color css
<style>
span { border-color: #C84EEE; }
span { border-color: rgb(200,78,238); }
td.TdClassName
{
border-color: #C84EEE;
}
.TagClassName
{
border-color: #C84EEE;
}
</style>