Shades of Medium Orchid #C84DDF
Tints of Medium Orchid #C84DDF
RGB
CMYK
RGB Variations
Color information
#C84DDF (or 0xC84DDF) is known color: Medium Orchid. HEX triplet: C8, 4D and DF. RGB value is (200,77,223). Sum of RGB (Red+Green+Blue) = 200+77+223=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DDF is #37B220. Grayscale: #818181. Windows color (decimal): -3650081 or 14634440. OLE color: 14634440.
HSL color Cylindrical-coordinate representation of color #C84DDF: hue angle of 290.55º degrees, saturation: 0.7, 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 #C84DDF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 77 | 223 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.13 |
| HSL | 290.55º | 0.7% | 0.59% | - |
| HSV(B) | 290.55º | 0.65% | 0.87% | - |
| XYZ | 39.79 | 22.91 | 72.14 | - |
| YUV | 130.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 223 | 0.10 | 0.65 | 0 | 0.13 | 290.55 | 0.7 | 0.59 |
| Hex | C8 | 4D | DF | A | 41 | 0 | D | 123 | 46 | 3B |
| Octal | 310 | 115 | 337 | 12 | 101 | 0 | 15 | 443 | 106 | 73 |
| Binary | 11001000 | 1001101 | 11011111 | 1010 | 1000001 | 0 | 1101 | 100100011 | 1000110 | 111011 |
Color Harmonies of #C84DDF
Complementary color
Monochromatic Colors of #C84DDF
Black with #C84DDF
Text Example
Text Example
White with #C84DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DDF; }
p { color: rgb(200,77,223); }
H1.HeaderClassName
{
color: #C84DDF;
}
.AnyTagClassName
{
color: #C84DDF;
}
</style>
background-color css
<style>
a { background-color: #C84DDF; }
a { background-color: rgb(200,77,223); }
div.DivClassName
{
background-color: #C84DDF;
}
.BgClassName
{
background-color: #C84DDF;
}
</style>
border-color css
<style>
span { border-color: #C84DDF; }
span { border-color: rgb(200,77,223); }
td.TdClassName
{
border-color: #C84DDF;
}
.TagClassName
{
border-color: #C84DDF;
}
</style>