Shades of Medium Orchid #C84FEB
Tints of Medium Orchid #C84FEB
RGB
CMYK
RGB Variations
Color information
#C84FEB (or 0xC84FEB) is known color: Medium Orchid. HEX triplet: C8, 4F and EB. RGB value is (200,79,235). Sum of RGB (Red+Green+Blue) = 200+79+235=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #C84FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FEB is #37B014. Grayscale: #848484. Windows color (decimal): -3649557 or 15421384. OLE color: 15421384.
HSL color Cylindrical-coordinate representation of color #C84FEB: hue angle of 286.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84FEB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 79 | 235 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 286.54º | 0.8% | 0.62% | - |
| HSV(B) | 286.54º | 0.66% | 0.92% | - |
| XYZ | 41.61 | 23.87 | 81.01 | - |
| YUV | 132.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 235 | 0.15 | 0.66 | 0 | 0.08 | 286.54 | 0.8 | 0.62 |
| Hex | C8 | 4F | EB | F | 42 | 0 | 8 | 11F | 50 | 3E |
| Octal | 310 | 117 | 353 | 17 | 102 | 0 | 10 | 437 | 120 | 76 |
| Binary | 11001000 | 1001111 | 11101011 | 1111 | 1000010 | 0 | 1000 | 100011111 | 1010000 | 111110 |
Color Harmonies of #C84FEB
Complementary color
Monochromatic Colors of #C84FEB
Black with #C84FEB
Text Example
Text Example
White with #C84FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FEB; }
p { color: rgb(200,79,235); }
H1.HeaderClassName
{
color: #C84FEB;
}
.AnyTagClassName
{
color: #C84FEB;
}
</style>
background-color css
<style>
a { background-color: #C84FEB; }
a { background-color: rgb(200,79,235); }
div.DivClassName
{
background-color: #C84FEB;
}
.BgClassName
{
background-color: #C84FEB;
}
</style>
border-color css
<style>
span { border-color: #C84FEB; }
span { border-color: rgb(200,79,235); }
td.TdClassName
{
border-color: #C84FEB;
}
.TagClassName
{
border-color: #C84FEB;
}
</style>