Shades of Medium Orchid #C84EDF
Tints of Medium Orchid #C84EDF
RGB
CMYK
RGB Variations
Color information
#C84EDF (or 0xC84EDF) is known color: Medium Orchid. HEX triplet: C8, 4E and DF. RGB value is (200,78,223). Sum of RGB (Red+Green+Blue) = 200+78+223=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EDF is #37B120. Grayscale: #828282. Windows color (decimal): -3649825 or 14634696. OLE color: 14634696.
HSL color Cylindrical-coordinate representation of color #C84EDF: hue angle of 290.48º 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 #C84EDF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 78 | 223 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.13 |
| HSL | 290.48º | 0.69% | 0.59% | - |
| HSV(B) | 290.48º | 0.65% | 0.87% | - |
| XYZ | 39.86 | 23.06 | 72.16 | - |
| YUV | 131.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 223 | 0.10 | 0.65 | 0 | 0.13 | 290.48 | 0.69 | 0.59 |
| Hex | C8 | 4E | DF | A | 41 | 0 | D | 122 | 45 | 3B |
| Octal | 310 | 116 | 337 | 12 | 101 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11001000 | 1001110 | 11011111 | 1010 | 1000001 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C84EDF
Complementary color
Monochromatic Colors of #C84EDF
Black with #C84EDF
Text Example
Text Example
White with #C84EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EDF; }
p { color: rgb(200,78,223); }
H1.HeaderClassName
{
color: #C84EDF;
}
.AnyTagClassName
{
color: #C84EDF;
}
</style>
background-color css
<style>
a { background-color: #C84EDF; }
a { background-color: rgb(200,78,223); }
div.DivClassName
{
background-color: #C84EDF;
}
.BgClassName
{
background-color: #C84EDF;
}
</style>
border-color css
<style>
span { border-color: #C84EDF; }
span { border-color: rgb(200,78,223); }
td.TdClassName
{
border-color: #C84EDF;
}
.TagClassName
{
border-color: #C84EDF;
}
</style>