Shades of Medium Orchid #C84ED3
Tints of Medium Orchid #C84ED3
RGB
CMYK
RGB Variations
Color information
#C84ED3 (or 0xC84ED3) is known color: Medium Orchid. HEX triplet: C8, 4E and D3. RGB value is (200,78,211). Sum of RGB (Red+Green+Blue) = 200+78+211=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #C84ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84ED3 is #37B12C. Grayscale: #818181. Windows color (decimal): -3649837 or 13848264. OLE color: 13848264.
HSL color Cylindrical-coordinate representation of color #C84ED3: hue angle of 295.04º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84ED3 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 78 | 211 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.17 |
| HSL | 295.04º | 0.6% | 0.57% | - |
| HSV(B) | 295.04º | 0.63% | 0.83% | - |
| XYZ | 38.3 | 22.43 | 63.94 | - |
| YUV | 129.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 211 | 0.05 | 0.63 | 0 | 0.17 | 295.04 | 0.6 | 0.57 |
| Hex | C8 | 4E | D3 | 5 | 3F | 0 | 11 | 127 | 3C | 39 |
| Octal | 310 | 116 | 323 | 5 | 77 | 0 | 21 | 447 | 74 | 71 |
| Binary | 11001000 | 1001110 | 11010011 | 101 | 111111 | 0 | 10001 | 100100111 | 111100 | 111001 |
Color Harmonies of #C84ED3
Complementary color
Monochromatic Colors of #C84ED3
Black with #C84ED3
Text Example
Text Example
White with #C84ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ED3; }
p { color: rgb(200,78,211); }
H1.HeaderClassName
{
color: #C84ED3;
}
.AnyTagClassName
{
color: #C84ED3;
}
</style>
background-color css
<style>
a { background-color: #C84ED3; }
a { background-color: rgb(200,78,211); }
div.DivClassName
{
background-color: #C84ED3;
}
.BgClassName
{
background-color: #C84ED3;
}
</style>
border-color css
<style>
span { border-color: #C84ED3; }
span { border-color: rgb(200,78,211); }
td.TdClassName
{
border-color: #C84ED3;
}
.TagClassName
{
border-color: #C84ED3;
}
</style>