Shades of Medium Orchid #C74EDC
Tints of Medium Orchid #C74EDC
RGB
CMYK
RGB Variations
Color information
#C74EDC (or 0xC74EDC) is known color: Medium Orchid. HEX triplet: C7, 4E and DC. RGB value is (199,78,220). Sum of RGB (Red+Green+Blue) = 199+78+220=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #C74EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EDC is #38B123. Grayscale: #818181. Windows color (decimal): -3715364 or 14438087. OLE color: 14438087.
HSL color Cylindrical-coordinate representation of color #C74EDC: hue angle of 291.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74EDC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 78 | 220 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.14 |
| HSL | 291.13º | 0.67% | 0.58% | - |
| HSV(B) | 291.13º | 0.65% | 0.86% | - |
| XYZ | 39.2 | 22.76 | 70.04 | - |
| YUV | 130.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 220 | 0.10 | 0.65 | 0 | 0.14 | 291.13 | 0.67 | 0.58 |
| Hex | C7 | 4E | DC | A | 41 | 0 | E | 123 | 43 | 3A |
| Octal | 307 | 116 | 334 | 12 | 101 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000111 | 1001110 | 11011100 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C74EDC
Complementary color
Monochromatic Colors of #C74EDC
Black with #C74EDC
Text Example
Text Example
White with #C74EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EDC; }
p { color: rgb(199,78,220); }
H1.HeaderClassName
{
color: #C74EDC;
}
.AnyTagClassName
{
color: #C74EDC;
}
</style>
background-color css
<style>
a { background-color: #C74EDC; }
a { background-color: rgb(199,78,220); }
div.DivClassName
{
background-color: #C74EDC;
}
.BgClassName
{
background-color: #C74EDC;
}
</style>
border-color css
<style>
span { border-color: #C74EDC; }
span { border-color: rgb(199,78,220); }
td.TdClassName
{
border-color: #C74EDC;
}
.TagClassName
{
border-color: #C74EDC;
}
</style>