Shades of Medium Orchid #C84ED1
Tints of Medium Orchid #C84ED1
RGB
CMYK
RGB Variations
Color information
#C84ED1 (or 0xC84ED1) is known color: Medium Orchid. HEX triplet: C8, 4E and D1. RGB value is (200,78,209). Sum of RGB (Red+Green+Blue) = 200+78+209=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #C84ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84ED1 is #37B12E. Grayscale: #818181. Windows color (decimal): -3649839 or 13717192. OLE color: 13717192.
HSL color Cylindrical-coordinate representation of color #C84ED1: hue angle of 295.88º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84ED1 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 78 | 209 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.18 |
| HSL | 295.88º | 0.59% | 0.56% | - |
| HSV(B) | 295.88º | 0.63% | 0.82% | - |
| XYZ | 38.05 | 22.33 | 62.63 | - |
| YUV | 129.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 209 | 0.04 | 0.63 | 0 | 0.18 | 295.88 | 0.59 | 0.56 |
| Hex | C8 | 4E | D1 | 4 | 3F | 0 | 12 | 128 | 3B | 38 |
| Octal | 310 | 116 | 321 | 4 | 77 | 0 | 22 | 450 | 73 | 70 |
| Binary | 11001000 | 1001110 | 11010001 | 100 | 111111 | 0 | 10010 | 100101000 | 111011 | 111000 |
Color Harmonies of #C84ED1
Complementary color
Monochromatic Colors of #C84ED1
Black with #C84ED1
Text Example
Text Example
White with #C84ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ED1; }
p { color: rgb(200,78,209); }
H1.HeaderClassName
{
color: #C84ED1;
}
.AnyTagClassName
{
color: #C84ED1;
}
</style>
background-color css
<style>
a { background-color: #C84ED1; }
a { background-color: rgb(200,78,209); }
div.DivClassName
{
background-color: #C84ED1;
}
.BgClassName
{
background-color: #C84ED1;
}
</style>
border-color css
<style>
span { border-color: #C84ED1; }
span { border-color: rgb(200,78,209); }
td.TdClassName
{
border-color: #C84ED1;
}
.TagClassName
{
border-color: #C84ED1;
}
</style>