Shades of Medium Orchid #C84AD6
Tints of Medium Orchid #C84AD6
RGB
CMYK
RGB Variations
Color information
#C84AD6 (or 0xC84AD6) is known color: Medium Orchid. HEX triplet: C8, 4A and D6. RGB value is (200,74,214). Sum of RGB (Red+Green+Blue) = 200+74+214=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #C84AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AD6 is #37B529. Grayscale: #7F7F7F. Windows color (decimal): -3650858 or 14043848. OLE color: 14043848.
HSL color Cylindrical-coordinate representation of color #C84AD6: hue angle of 294º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84AD6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 74 | 214 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.16 |
| HSL | 294º | 0.63% | 0.56% | - |
| HSV(B) | 294º | 0.65% | 0.84% | - |
| XYZ | 38.41 | 22.03 | 65.85 | - |
| YUV | 127.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 214 | 0.07 | 0.65 | 0 | 0.16 | 294 | 0.63 | 0.56 |
| Hex | C8 | 4A | D6 | 7 | 41 | 0 | 10 | 126 | 3F | 38 |
| Octal | 310 | 112 | 326 | 7 | 101 | 0 | 20 | 446 | 77 | 70 |
| Binary | 11001000 | 1001010 | 11010110 | 111 | 1000001 | 0 | 10000 | 100100110 | 111111 | 111000 |
Color Harmonies of #C84AD6
Complementary color
Monochromatic Colors of #C84AD6
Black with #C84AD6
Text Example
Text Example
White with #C84AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AD6; }
p { color: rgb(200,74,214); }
H1.HeaderClassName
{
color: #C84AD6;
}
.AnyTagClassName
{
color: #C84AD6;
}
</style>
background-color css
<style>
a { background-color: #C84AD6; }
a { background-color: rgb(200,74,214); }
div.DivClassName
{
background-color: #C84AD6;
}
.BgClassName
{
background-color: #C84AD6;
}
</style>
border-color css
<style>
span { border-color: #C84AD6; }
span { border-color: rgb(200,74,214); }
td.TdClassName
{
border-color: #C84AD6;
}
.TagClassName
{
border-color: #C84AD6;
}
</style>