Shades of Medium Orchid #C84CD6
Tints of Medium Orchid #C84CD6
RGB
CMYK
RGB Variations
Color information
#C84CD6 (or 0xC84CD6) is known color: Medium Orchid. HEX triplet: C8, 4C and D6. RGB value is (200,76,214). Sum of RGB (Red+Green+Blue) = 200+76+214=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #C84CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CD6 is #37B329. Grayscale: #808080. Windows color (decimal): -3650346 or 14044360. OLE color: 14044360.
HSL color Cylindrical-coordinate representation of color #C84CD6: hue angle of 293.91º 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 #C84CD6 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 76 | 214 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.16 |
| HSL | 293.91º | 0.63% | 0.57% | - |
| HSV(B) | 293.91º | 0.64% | 0.84% | - |
| XYZ | 38.54 | 22.3 | 65.89 | - |
| YUV | 128.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 214 | 0.07 | 0.64 | 0 | 0.16 | 293.91 | 0.63 | 0.57 |
| Hex | C8 | 4C | D6 | 7 | 40 | 0 | 10 | 126 | 3F | 39 |
| Octal | 310 | 114 | 326 | 7 | 100 | 0 | 20 | 446 | 77 | 71 |
| Binary | 11001000 | 1001100 | 11010110 | 111 | 1000000 | 0 | 10000 | 100100110 | 111111 | 111001 |
Color Harmonies of #C84CD6
Complementary color
Monochromatic Colors of #C84CD6
Black with #C84CD6
Text Example
Text Example
White with #C84CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CD6; }
p { color: rgb(200,76,214); }
H1.HeaderClassName
{
color: #C84CD6;
}
.AnyTagClassName
{
color: #C84CD6;
}
</style>
background-color css
<style>
a { background-color: #C84CD6; }
a { background-color: rgb(200,76,214); }
div.DivClassName
{
background-color: #C84CD6;
}
.BgClassName
{
background-color: #C84CD6;
}
</style>
border-color css
<style>
span { border-color: #C84CD6; }
span { border-color: rgb(200,76,214); }
td.TdClassName
{
border-color: #C84CD6;
}
.TagClassName
{
border-color: #C84CD6;
}
</style>