Shades of Medium Orchid #C04EDB
Tints of Medium Orchid #C04EDB
RGB
CMYK
RGB Variations
Color information
#C04EDB (or 0xC04EDB) is known color: Medium Orchid. HEX triplet: C0, 4E and DB. RGB value is (192,78,219). Sum of RGB (Red+Green+Blue) = 192+78+219=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #C04EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EDB is #3FB124. Grayscale: #7F7F7F. Windows color (decimal): -4174117 or 14372544. OLE color: 14372544.
HSL color Cylindrical-coordinate representation of color #C04EDB: hue angle of 288.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04EDB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 78 | 219 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.14 |
| HSL | 288.51º | 0.66% | 0.58% | - |
| HSV(B) | 288.51º | 0.64% | 0.86% | - |
| XYZ | 37.25 | 21.77 | 69.26 | - |
| YUV | 128.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 219 | 0.12 | 0.64 | 0 | 0.14 | 288.51 | 0.66 | 0.58 |
| Hex | C0 | 4E | DB | C | 40 | 0 | E | 121 | 42 | 3A |
| Octal | 300 | 116 | 333 | 14 | 100 | 0 | 16 | 441 | 102 | 72 |
| Binary | 11000000 | 1001110 | 11011011 | 1100 | 1000000 | 0 | 1110 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C04EDB
Complementary color
Monochromatic Colors of #C04EDB
Black with #C04EDB
Text Example
Text Example
White with #C04EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EDB; }
p { color: rgb(192,78,219); }
H1.HeaderClassName
{
color: #C04EDB;
}
.AnyTagClassName
{
color: #C04EDB;
}
</style>
background-color css
<style>
a { background-color: #C04EDB; }
a { background-color: rgb(192,78,219); }
div.DivClassName
{
background-color: #C04EDB;
}
.BgClassName
{
background-color: #C04EDB;
}
</style>
border-color css
<style>
span { border-color: #C04EDB; }
span { border-color: rgb(192,78,219); }
td.TdClassName
{
border-color: #C04EDB;
}
.TagClassName
{
border-color: #C04EDB;
}
</style>