Shades of Medium Orchid #C74EDA
Tints of Medium Orchid #C74EDA
RGB
CMYK
RGB Variations
Color information
#C74EDA (or 0xC74EDA) is known color: Medium Orchid. HEX triplet: C7, 4E and DA. RGB value is (199,78,218). Sum of RGB (Red+Green+Blue) = 199+78+218=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #C74EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EDA is #38B125. Grayscale: #818181. Windows color (decimal): -3715366 or 14307015. OLE color: 14307015.
HSL color Cylindrical-coordinate representation of color #C74EDA: hue angle of 291.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74EDA is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 78 | 218 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.15 |
| HSL | 291.86º | 0.65% | 0.58% | - |
| HSV(B) | 291.86º | 0.64% | 0.85% | - |
| XYZ | 38.93 | 22.65 | 68.65 | - |
| YUV | 130.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 218 | 0.09 | 0.64 | 0 | 0.15 | 291.86 | 0.65 | 0.58 |
| Hex | C7 | 4E | DA | 9 | 40 | 0 | F | 124 | 41 | 3A |
| Octal | 307 | 116 | 332 | 11 | 100 | 0 | 17 | 444 | 101 | 72 |
| Binary | 11000111 | 1001110 | 11011010 | 1001 | 1000000 | 0 | 1111 | 100100100 | 1000001 | 111010 |
Color Harmonies of #C74EDA
Complementary color
Monochromatic Colors of #C74EDA
Black with #C74EDA
Text Example
Text Example
White with #C74EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EDA; }
p { color: rgb(199,78,218); }
H1.HeaderClassName
{
color: #C74EDA;
}
.AnyTagClassName
{
color: #C74EDA;
}
</style>
background-color css
<style>
a { background-color: #C74EDA; }
a { background-color: rgb(199,78,218); }
div.DivClassName
{
background-color: #C74EDA;
}
.BgClassName
{
background-color: #C74EDA;
}
</style>
border-color css
<style>
span { border-color: #C74EDA; }
span { border-color: rgb(199,78,218); }
td.TdClassName
{
border-color: #C74EDA;
}
.TagClassName
{
border-color: #C74EDA;
}
</style>