Shades of Medium Orchid #C84FED
Tints of Medium Orchid #C84FED
RGB
CMYK
RGB Variations
Color information
#C84FED (or 0xC84FED) is known color: Medium Orchid. HEX triplet: C8, 4F and ED. RGB value is (200,79,237). Sum of RGB (Red+Green+Blue) = 200+79+237=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #C84FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FED is #37B012. Grayscale: #848484. Windows color (decimal): -3649555 or 15552456. OLE color: 15552456.
HSL color Cylindrical-coordinate representation of color #C84FED: hue angle of 285.95º degrees, saturation: 0.81, 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 #C84FED is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 79 | 237 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.95º | 0.81% | 0.62% | - |
| HSV(B) | 285.95º | 0.67% | 0.93% | - |
| XYZ | 41.9 | 23.99 | 82.54 | - |
| YUV | 133.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 237 | 0.16 | 0.67 | 0 | 0.07 | 285.95 | 0.81 | 0.62 |
| Hex | C8 | 4F | ED | 10 | 43 | 0 | 7 | 11E | 51 | 3E |
| Octal | 310 | 117 | 355 | 20 | 103 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11001000 | 1001111 | 11101101 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C84FED
Complementary color
Monochromatic Colors of #C84FED
Black with #C84FED
Text Example
Text Example
White with #C84FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FED; }
p { color: rgb(200,79,237); }
H1.HeaderClassName
{
color: #C84FED;
}
.AnyTagClassName
{
color: #C84FED;
}
</style>
background-color css
<style>
a { background-color: #C84FED; }
a { background-color: rgb(200,79,237); }
div.DivClassName
{
background-color: #C84FED;
}
.BgClassName
{
background-color: #C84FED;
}
</style>
border-color css
<style>
span { border-color: #C84FED; }
span { border-color: rgb(200,79,237); }
td.TdClassName
{
border-color: #C84FED;
}
.TagClassName
{
border-color: #C84FED;
}
</style>