Shades of Medium Orchid #C84EEA
Tints of Medium Orchid #C84EEA
RGB
CMYK
RGB Variations
Color information
#C84EEA (or 0xC84EEA) is known color: Medium Orchid. HEX triplet: C8, 4E and EA. RGB value is (200,78,234). Sum of RGB (Red+Green+Blue) = 200+78+234=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #C84EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84EEA is #37B115. Grayscale: #838383. Windows color (decimal): -3649814 or 15355592. OLE color: 15355592.
HSL color Cylindrical-coordinate representation of color #C84EEA: hue angle of 286.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84EEA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 78 | 234 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 286.92º | 0.79% | 0.61% | - |
| HSV(B) | 286.92º | 0.67% | 0.92% | - |
| XYZ | 41.4 | 23.67 | 80.23 | - |
| YUV | 132.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 234 | 0.15 | 0.67 | 0 | 0.08 | 286.92 | 0.79 | 0.61 |
| Hex | C8 | 4E | EA | F | 43 | 0 | 8 | 11F | 4F | 3D |
| Octal | 310 | 116 | 352 | 17 | 103 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11001000 | 1001110 | 11101010 | 1111 | 1000011 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C84EEA
Complementary color
Monochromatic Colors of #C84EEA
Black with #C84EEA
Text Example
Text Example
White with #C84EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EEA; }
p { color: rgb(200,78,234); }
H1.HeaderClassName
{
color: #C84EEA;
}
.AnyTagClassName
{
color: #C84EEA;
}
</style>
background-color css
<style>
a { background-color: #C84EEA; }
a { background-color: rgb(200,78,234); }
div.DivClassName
{
background-color: #C84EEA;
}
.BgClassName
{
background-color: #C84EEA;
}
</style>
border-color css
<style>
span { border-color: #C84EEA; }
span { border-color: rgb(200,78,234); }
td.TdClassName
{
border-color: #C84EEA;
}
.TagClassName
{
border-color: #C84EEA;
}
</style>