Shades of Medium Orchid #C04ED7
Tints of Medium Orchid #C04ED7
RGB
CMYK
RGB Variations
Color information
#C04ED7 (or 0xC04ED7) is known color: Medium Orchid. HEX triplet: C0, 4E and D7. RGB value is (192,78,215). Sum of RGB (Red+Green+Blue) = 192+78+215=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #C04ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04ED7 is #3FB128. Grayscale: #7F7F7F. Windows color (decimal): -4174121 or 14110400. OLE color: 14110400.
HSL color Cylindrical-coordinate representation of color #C04ED7: hue angle of 289.93º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04ED7 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 78 | 215 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.16 |
| HSL | 289.93º | 0.63% | 0.57% | - |
| HSV(B) | 289.93º | 0.64% | 0.84% | - |
| XYZ | 36.73 | 21.56 | 66.52 | - |
| YUV | 127.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 215 | 0.11 | 0.64 | 0 | 0.16 | 289.93 | 0.63 | 0.57 |
| Hex | C0 | 4E | D7 | B | 40 | 0 | 10 | 122 | 3F | 39 |
| Octal | 300 | 116 | 327 | 13 | 100 | 0 | 20 | 442 | 77 | 71 |
| Binary | 11000000 | 1001110 | 11010111 | 1011 | 1000000 | 0 | 10000 | 100100010 | 111111 | 111001 |
Color Harmonies of #C04ED7
Complementary color
Monochromatic Colors of #C04ED7
Black with #C04ED7
Text Example
Text Example
White with #C04ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ED7; }
p { color: rgb(192,78,215); }
H1.HeaderClassName
{
color: #C04ED7;
}
.AnyTagClassName
{
color: #C04ED7;
}
</style>
background-color css
<style>
a { background-color: #C04ED7; }
a { background-color: rgb(192,78,215); }
div.DivClassName
{
background-color: #C04ED7;
}
.BgClassName
{
background-color: #C04ED7;
}
</style>
border-color css
<style>
span { border-color: #C04ED7; }
span { border-color: rgb(192,78,215); }
td.TdClassName
{
border-color: #C04ED7;
}
.TagClassName
{
border-color: #C04ED7;
}
</style>