Shades of Medium Orchid #C84DEF
Tints of Medium Orchid #C84DEF
RGB
CMYK
RGB Variations
Color information
#C84DEF (or 0xC84DEF) is known color: Medium Orchid. HEX triplet: C8, 4D and EF. RGB value is (200,77,239). Sum of RGB (Red+Green+Blue) = 200+77+239=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C84DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DEF is #37B210. Grayscale: #838383. Windows color (decimal): -3650065 or 15683016. OLE color: 15683016.
HSL color Cylindrical-coordinate representation of color #C84DEF: hue angle of 285.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84DEF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 77 | 239 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.06 |
| HSL | 285.56º | 0.84% | 0.62% | - |
| HSV(B) | 285.56º | 0.68% | 0.94% | - |
| XYZ | 42.05 | 23.82 | 84.04 | - |
| YUV | 132.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 239 | 0.16 | 0.68 | 0 | 0.06 | 285.56 | 0.84 | 0.62 |
| Hex | C8 | 4D | EF | 10 | 44 | 0 | 6 | 11E | 54 | 3E |
| Octal | 310 | 115 | 357 | 20 | 104 | 0 | 6 | 436 | 124 | 76 |
| Binary | 11001000 | 1001101 | 11101111 | 10000 | 1000100 | 0 | 110 | 100011110 | 1010100 | 111110 |
Color Harmonies of #C84DEF
Complementary color
Monochromatic Colors of #C84DEF
Black with #C84DEF
Text Example
Text Example
White with #C84DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DEF; }
p { color: rgb(200,77,239); }
H1.HeaderClassName
{
color: #C84DEF;
}
.AnyTagClassName
{
color: #C84DEF;
}
</style>
background-color css
<style>
a { background-color: #C84DEF; }
a { background-color: rgb(200,77,239); }
div.DivClassName
{
background-color: #C84DEF;
}
.BgClassName
{
background-color: #C84DEF;
}
</style>
border-color css
<style>
span { border-color: #C84DEF; }
span { border-color: rgb(200,77,239); }
td.TdClassName
{
border-color: #C84DEF;
}
.TagClassName
{
border-color: #C84DEF;
}
</style>