Shades of Medium Orchid #C84DD6
Tints of Medium Orchid #C84DD6
RGB
CMYK
RGB Variations
Color information
#C84DD6 (or 0xC84DD6) is known color: Medium Orchid. HEX triplet: C8, 4D and D6. RGB value is (200,77,214). Sum of RGB (Red+Green+Blue) = 200+77+214=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #C84DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DD6 is #37B229. Grayscale: #808080. Windows color (decimal): -3650090 or 14044616. OLE color: 14044616.
HSL color Cylindrical-coordinate representation of color #C84DD6: hue angle of 293.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84DD6 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 77 | 214 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.16 |
| HSL | 293.87º | 0.63% | 0.57% | - |
| HSV(B) | 293.87º | 0.64% | 0.84% | - |
| XYZ | 38.61 | 22.44 | 65.92 | - |
| YUV | 129.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 214 | 0.07 | 0.64 | 0 | 0.16 | 293.87 | 0.63 | 0.57 |
| Hex | C8 | 4D | D6 | 7 | 40 | 0 | 10 | 126 | 3F | 39 |
| Octal | 310 | 115 | 326 | 7 | 100 | 0 | 20 | 446 | 77 | 71 |
| Binary | 11001000 | 1001101 | 11010110 | 111 | 1000000 | 0 | 10000 | 100100110 | 111111 | 111001 |
Color Harmonies of #C84DD6
Complementary color
Monochromatic Colors of #C84DD6
Black with #C84DD6
Text Example
Text Example
White with #C84DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DD6; }
p { color: rgb(200,77,214); }
H1.HeaderClassName
{
color: #C84DD6;
}
.AnyTagClassName
{
color: #C84DD6;
}
</style>
background-color css
<style>
a { background-color: #C84DD6; }
a { background-color: rgb(200,77,214); }
div.DivClassName
{
background-color: #C84DD6;
}
.BgClassName
{
background-color: #C84DD6;
}
</style>
border-color css
<style>
span { border-color: #C84DD6; }
span { border-color: rgb(200,77,214); }
td.TdClassName
{
border-color: #C84DD6;
}
.TagClassName
{
border-color: #C84DD6;
}
</style>