Shades of Medium Orchid #C84EDE
Tints of Medium Orchid #C84EDE
RGB
CMYK
RGB Variations
Color information
#C84EDE (or 0xC84EDE) is known color: Medium Orchid. HEX triplet: C8, 4E and DE. RGB value is (200,78,222). Sum of RGB (Red+Green+Blue) = 200+78+222=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #C84EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EDE is #37B121. Grayscale: #828282. Windows color (decimal): -3649826 or 14569160. OLE color: 14569160.
HSL color Cylindrical-coordinate representation of color #C84EDE: hue angle of 290.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84EDE is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 78 | 222 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.13 |
| HSL | 290.83º | 0.69% | 0.59% | - |
| HSV(B) | 290.83º | 0.65% | 0.87% | - |
| XYZ | 39.73 | 23 | 71.45 | - |
| YUV | 130.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 222 | 0.10 | 0.65 | 0 | 0.13 | 290.83 | 0.69 | 0.59 |
| Hex | C8 | 4E | DE | A | 41 | 0 | D | 123 | 45 | 3B |
| Octal | 310 | 116 | 336 | 12 | 101 | 0 | 15 | 443 | 105 | 73 |
| Binary | 11001000 | 1001110 | 11011110 | 1010 | 1000001 | 0 | 1101 | 100100011 | 1000101 | 111011 |
Color Harmonies of #C84EDE
Complementary color
Monochromatic Colors of #C84EDE
Black with #C84EDE
Text Example
Text Example
White with #C84EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EDE; }
p { color: rgb(200,78,222); }
H1.HeaderClassName
{
color: #C84EDE;
}
.AnyTagClassName
{
color: #C84EDE;
}
</style>
background-color css
<style>
a { background-color: #C84EDE; }
a { background-color: rgb(200,78,222); }
div.DivClassName
{
background-color: #C84EDE;
}
.BgClassName
{
background-color: #C84EDE;
}
</style>
border-color css
<style>
span { border-color: #C84EDE; }
span { border-color: rgb(200,78,222); }
td.TdClassName
{
border-color: #C84EDE;
}
.TagClassName
{
border-color: #C84EDE;
}
</style>