Shades of Medium Orchid #C84FEA
Tints of Medium Orchid #C84FEA
RGB
CMYK
RGB Variations
Color information
#C84FEA (or 0xC84FEA) is known color: Medium Orchid. HEX triplet: C8, 4F and EA. RGB value is (200,79,234). Sum of RGB (Red+Green+Blue) = 200+79+234=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #C84FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FEA is #37B015. Grayscale: #848484. Windows color (decimal): -3649558 or 15355848. OLE color: 15355848.
HSL color Cylindrical-coordinate representation of color #C84FEA: hue angle of 286.84º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84FEA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 79 | 234 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 286.84º | 0.79% | 0.61% | - |
| HSV(B) | 286.84º | 0.66% | 0.92% | - |
| XYZ | 41.47 | 23.81 | 80.25 | - |
| YUV | 132.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 234 | 0.15 | 0.66 | 0 | 0.08 | 286.84 | 0.79 | 0.61 |
| Hex | C8 | 4F | EA | F | 42 | 0 | 8 | 11F | 4F | 3D |
| Octal | 310 | 117 | 352 | 17 | 102 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11001000 | 1001111 | 11101010 | 1111 | 1000010 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C84FEA
Complementary color
Monochromatic Colors of #C84FEA
Black with #C84FEA
Text Example
Text Example
White with #C84FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FEA; }
p { color: rgb(200,79,234); }
H1.HeaderClassName
{
color: #C84FEA;
}
.AnyTagClassName
{
color: #C84FEA;
}
</style>
background-color css
<style>
a { background-color: #C84FEA; }
a { background-color: rgb(200,79,234); }
div.DivClassName
{
background-color: #C84FEA;
}
.BgClassName
{
background-color: #C84FEA;
}
</style>
border-color css
<style>
span { border-color: #C84FEA; }
span { border-color: rgb(200,79,234); }
td.TdClassName
{
border-color: #C84FEA;
}
.TagClassName
{
border-color: #C84FEA;
}
</style>