Shades of Medium Orchid #C74DF0
Tints of Medium Orchid #C74DF0
RGB
CMYK
RGB Variations
Color information
#C74DF0 (or 0xC74DF0) is known color: Medium Orchid. HEX triplet: C7, 4D and F0. RGB value is (199,77,240). Sum of RGB (Red+Green+Blue) = 199+77+240=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #C74DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DF0 is #38B20F. Grayscale: #838383. Windows color (decimal): -3715600 or 15748551. OLE color: 15748551.
HSL color Cylindrical-coordinate representation of color #C74DF0: hue angle of 284.91º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74DF0 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 77 | 240 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.06 |
| HSL | 284.91º | 0.84% | 0.62% | - |
| HSV(B) | 284.91º | 0.68% | 0.94% | - |
| XYZ | 41.94 | 23.74 | 84.81 | - |
| YUV | 132.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 240 | 0.17 | 0.68 | 0 | 0.06 | 284.91 | 0.84 | 0.62 |
| Hex | C7 | 4D | F0 | 11 | 44 | 0 | 6 | 11D | 54 | 3E |
| Octal | 307 | 115 | 360 | 21 | 104 | 0 | 6 | 435 | 124 | 76 |
| Binary | 11000111 | 1001101 | 11110000 | 10001 | 1000100 | 0 | 110 | 100011101 | 1010100 | 111110 |
Color Harmonies of #C74DF0
Complementary color
Monochromatic Colors of #C74DF0
Black with #C74DF0
Text Example
Text Example
White with #C74DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DF0; }
p { color: rgb(199,77,240); }
H1.HeaderClassName
{
color: #C74DF0;
}
.AnyTagClassName
{
color: #C74DF0;
}
</style>
background-color css
<style>
a { background-color: #C74DF0; }
a { background-color: rgb(199,77,240); }
div.DivClassName
{
background-color: #C74DF0;
}
.BgClassName
{
background-color: #C74DF0;
}
</style>
border-color css
<style>
span { border-color: #C74DF0; }
span { border-color: rgb(199,77,240); }
td.TdClassName
{
border-color: #C74DF0;
}
.TagClassName
{
border-color: #C74DF0;
}
</style>