Shades of Medium Orchid #C74EDE
Tints of Medium Orchid #C74EDE
RGB
CMYK
RGB Variations
Color information
#C74EDE (or 0xC74EDE) is known color: Medium Orchid. HEX triplet: C7, 4E and DE. RGB value is (199,78,222). Sum of RGB (Red+Green+Blue) = 199+78+222=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C74EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EDE is #38B121. Grayscale: #828282. Windows color (decimal): -3715362 or 14569159. OLE color: 14569159.
HSL color Cylindrical-coordinate representation of color #C74EDE: hue angle of 290.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74EDE is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 78 | 222 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.13 |
| HSL | 290.42º | 0.69% | 0.59% | - |
| HSV(B) | 290.42º | 0.65% | 0.87% | - |
| XYZ | 39.46 | 22.86 | 71.44 | - |
| YUV | 130.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 222 | 0.10 | 0.65 | 0 | 0.13 | 290.42 | 0.69 | 0.59 |
| Hex | C7 | 4E | DE | A | 41 | 0 | D | 122 | 45 | 3B |
| Octal | 307 | 116 | 336 | 12 | 101 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11000111 | 1001110 | 11011110 | 1010 | 1000001 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C74EDE
Complementary color
Monochromatic Colors of #C74EDE
Black with #C74EDE
Text Example
Text Example
White with #C74EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EDE; }
p { color: rgb(199,78,222); }
H1.HeaderClassName
{
color: #C74EDE;
}
.AnyTagClassName
{
color: #C74EDE;
}
</style>
background-color css
<style>
a { background-color: #C74EDE; }
a { background-color: rgb(199,78,222); }
div.DivClassName
{
background-color: #C74EDE;
}
.BgClassName
{
background-color: #C74EDE;
}
</style>
border-color css
<style>
span { border-color: #C74EDE; }
span { border-color: rgb(199,78,222); }
td.TdClassName
{
border-color: #C74EDE;
}
.TagClassName
{
border-color: #C74EDE;
}
</style>