Shades of Medium Orchid #C84ED5
Tints of Medium Orchid #C84ED5
RGB
CMYK
RGB Variations
Color information
#C84ED5 (or 0xC84ED5) is known color: Medium Orchid. HEX triplet: C8, 4E and D5. RGB value is (200,78,213). Sum of RGB (Red+Green+Blue) = 200+78+213=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #C84ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84ED5 is #37B12A. Grayscale: #818181. Windows color (decimal): -3649835 or 13979336. OLE color: 13979336.
HSL color Cylindrical-coordinate representation of color #C84ED5: hue angle of 294.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84ED5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 78 | 213 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.16 |
| HSL | 294.22º | 0.62% | 0.57% | - |
| HSV(B) | 294.22º | 0.63% | 0.84% | - |
| XYZ | 38.55 | 22.53 | 65.27 | - |
| YUV | 129.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 213 | 0.06 | 0.63 | 0 | 0.16 | 294.22 | 0.62 | 0.57 |
| Hex | C8 | 4E | D5 | 6 | 3F | 0 | 10 | 126 | 3E | 39 |
| Octal | 310 | 116 | 325 | 6 | 77 | 0 | 20 | 446 | 76 | 71 |
| Binary | 11001000 | 1001110 | 11010101 | 110 | 111111 | 0 | 10000 | 100100110 | 111110 | 111001 |
Color Harmonies of #C84ED5
Complementary color
Monochromatic Colors of #C84ED5
Black with #C84ED5
Text Example
Text Example
White with #C84ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ED5; }
p { color: rgb(200,78,213); }
H1.HeaderClassName
{
color: #C84ED5;
}
.AnyTagClassName
{
color: #C84ED5;
}
</style>
background-color css
<style>
a { background-color: #C84ED5; }
a { background-color: rgb(200,78,213); }
div.DivClassName
{
background-color: #C84ED5;
}
.BgClassName
{
background-color: #C84ED5;
}
</style>
border-color css
<style>
span { border-color: #C84ED5; }
span { border-color: rgb(200,78,213); }
td.TdClassName
{
border-color: #C84ED5;
}
.TagClassName
{
border-color: #C84ED5;
}
</style>