Shades of Medium Orchid #C84FD9
Tints of Medium Orchid #C84FD9
RGB
CMYK
RGB Variations
Color information
#C84FD9 (or 0xC84FD9) is known color: Medium Orchid. HEX triplet: C8, 4F and D9. RGB value is (200,79,217). Sum of RGB (Red+Green+Blue) = 200+79+217=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #C84FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FD9 is #37B026. Grayscale: #828282. Windows color (decimal): -3649575 or 14241736. OLE color: 14241736.
HSL color Cylindrical-coordinate representation of color #C84FD9: hue angle of 292.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84FD9 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 79 | 217 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.15 |
| HSL | 292.61º | 0.64% | 0.58% | - |
| HSV(B) | 292.61º | 0.64% | 0.85% | - |
| XYZ | 39.14 | 22.88 | 68 | - |
| YUV | 130.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 217 | 0.08 | 0.64 | 0 | 0.15 | 292.61 | 0.64 | 0.58 |
| Hex | C8 | 4F | D9 | 8 | 40 | 0 | F | 125 | 40 | 3A |
| Octal | 310 | 117 | 331 | 10 | 100 | 0 | 17 | 445 | 100 | 72 |
| Binary | 11001000 | 1001111 | 11011001 | 1000 | 1000000 | 0 | 1111 | 100100101 | 1000000 | 111010 |
Color Harmonies of #C84FD9
Complementary color
Monochromatic Colors of #C84FD9
Black with #C84FD9
Text Example
Text Example
White with #C84FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FD9; }
p { color: rgb(200,79,217); }
H1.HeaderClassName
{
color: #C84FD9;
}
.AnyTagClassName
{
color: #C84FD9;
}
</style>
background-color css
<style>
a { background-color: #C84FD9; }
a { background-color: rgb(200,79,217); }
div.DivClassName
{
background-color: #C84FD9;
}
.BgClassName
{
background-color: #C84FD9;
}
</style>
border-color css
<style>
span { border-color: #C84FD9; }
span { border-color: rgb(200,79,217); }
td.TdClassName
{
border-color: #C84FD9;
}
.TagClassName
{
border-color: #C84FD9;
}
</style>