Shades of Medium Orchid #C84DF6
Tints of Medium Orchid #C84DF6
RGB
CMYK
RGB Variations
Color information
#C84DF6 (or 0xC84DF6) is known color: Medium Orchid. HEX triplet: C8, 4D and F6. RGB value is (200,77,246). Sum of RGB (Red+Green+Blue) = 200+77+246=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #C84DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DF6 is #37B209. Grayscale: #848484. Windows color (decimal): -3650058 or 16141768. OLE color: 16141768.
HSL color Cylindrical-coordinate representation of color #C84DF6: hue angle of 283.67º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84DF6 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 77 | 246 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.04 |
| HSL | 283.67º | 0.9% | 0.63% | - |
| HSV(B) | 283.67º | 0.69% | 0.96% | - |
| XYZ | 43.11 | 24.24 | 89.6 | - |
| YUV | 133.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 246 | 0.19 | 0.69 | 0 | 0.04 | 283.67 | 0.9 | 0.63 |
| Hex | C8 | 4D | F6 | 13 | 45 | 0 | 4 | 11C | 5A | 3F |
| Octal | 310 | 115 | 366 | 23 | 105 | 0 | 4 | 434 | 132 | 77 |
| Binary | 11001000 | 1001101 | 11110110 | 10011 | 1000101 | 0 | 100 | 100011100 | 1011010 | 111111 |
Color Harmonies of #C84DF6
Complementary color
Monochromatic Colors of #C84DF6
Black with #C84DF6
Text Example
Text Example
White with #C84DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DF6; }
p { color: rgb(200,77,246); }
H1.HeaderClassName
{
color: #C84DF6;
}
.AnyTagClassName
{
color: #C84DF6;
}
</style>
background-color css
<style>
a { background-color: #C84DF6; }
a { background-color: rgb(200,77,246); }
div.DivClassName
{
background-color: #C84DF6;
}
.BgClassName
{
background-color: #C84DF6;
}
</style>
border-color css
<style>
span { border-color: #C84DF6; }
span { border-color: rgb(200,77,246); }
td.TdClassName
{
border-color: #C84DF6;
}
.TagClassName
{
border-color: #C84DF6;
}
</style>