Shades of Medium Orchid #C84EF1
Tints of Medium Orchid #C84EF1
RGB
CMYK
RGB Variations
Color information
#C84EF1 (or 0xC84EF1) is known color: Medium Orchid. HEX triplet: C8, 4E and F1. RGB value is (200,78,241). Sum of RGB (Red+Green+Blue) = 200+78+241=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #C84EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84EF1 is #37B10E. Grayscale: #848484. Windows color (decimal): -3649807 or 15814344. OLE color: 15814344.
HSL color Cylindrical-coordinate representation of color #C84EF1: hue angle of 284.91º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84EF1 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 78 | 241 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.05 |
| HSL | 284.91º | 0.85% | 0.63% | - |
| HSV(B) | 284.91º | 0.68% | 0.95% | - |
| XYZ | 42.42 | 24.08 | 85.63 | - |
| YUV | 133.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 241 | 0.17 | 0.68 | 0 | 0.05 | 284.91 | 0.85 | 0.63 |
| Hex | C8 | 4E | F1 | 11 | 44 | 0 | 5 | 11D | 55 | 3F |
| Octal | 310 | 116 | 361 | 21 | 104 | 0 | 5 | 435 | 125 | 77 |
| Binary | 11001000 | 1001110 | 11110001 | 10001 | 1000100 | 0 | 101 | 100011101 | 1010101 | 111111 |
Color Harmonies of #C84EF1
Complementary color
Monochromatic Colors of #C84EF1
Black with #C84EF1
Text Example
Text Example
White with #C84EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EF1; }
p { color: rgb(200,78,241); }
H1.HeaderClassName
{
color: #C84EF1;
}
.AnyTagClassName
{
color: #C84EF1;
}
</style>
background-color css
<style>
a { background-color: #C84EF1; }
a { background-color: rgb(200,78,241); }
div.DivClassName
{
background-color: #C84EF1;
}
.BgClassName
{
background-color: #C84EF1;
}
</style>
border-color css
<style>
span { border-color: #C84EF1; }
span { border-color: rgb(200,78,241); }
td.TdClassName
{
border-color: #C84EF1;
}
.TagClassName
{
border-color: #C84EF1;
}
</style>