Shades of Medium Orchid #C84DED
Tints of Medium Orchid #C84DED
RGB
CMYK
RGB Variations
Color information
#C84DED (or 0xC84DED) is known color: Medium Orchid. HEX triplet: C8, 4D and ED. RGB value is (200,77,237). Sum of RGB (Red+Green+Blue) = 200+77+237=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #C84DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DED is #37B212. Grayscale: #838383. Windows color (decimal): -3650067 or 15551944. OLE color: 15551944.
HSL color Cylindrical-coordinate representation of color #C84DED: hue angle of 286.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84DED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 77 | 237 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 286.13º | 0.82% | 0.62% | - |
| HSV(B) | 286.13º | 0.68% | 0.93% | - |
| XYZ | 41.76 | 23.7 | 82.49 | - |
| YUV | 132.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 237 | 0.16 | 0.68 | 0 | 0.07 | 286.13 | 0.82 | 0.62 |
| Hex | C8 | 4D | ED | 10 | 44 | 0 | 7 | 11E | 52 | 3E |
| Octal | 310 | 115 | 355 | 20 | 104 | 0 | 7 | 436 | 122 | 76 |
| Binary | 11001000 | 1001101 | 11101101 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010010 | 111110 |
Color Harmonies of #C84DED
Complementary color
Monochromatic Colors of #C84DED
Black with #C84DED
Text Example
Text Example
White with #C84DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DED; }
p { color: rgb(200,77,237); }
H1.HeaderClassName
{
color: #C84DED;
}
.AnyTagClassName
{
color: #C84DED;
}
</style>
background-color css
<style>
a { background-color: #C84DED; }
a { background-color: rgb(200,77,237); }
div.DivClassName
{
background-color: #C84DED;
}
.BgClassName
{
background-color: #C84DED;
}
</style>
border-color css
<style>
span { border-color: #C84DED; }
span { border-color: rgb(200,77,237); }
td.TdClassName
{
border-color: #C84DED;
}
.TagClassName
{
border-color: #C84DED;
}
</style>