Shades of Medium Orchid #C74EEA
Tints of Medium Orchid #C74EEA
RGB
CMYK
RGB Variations
Color information
#C74EEA (or 0xC74EEA) is known color: Medium Orchid. HEX triplet: C7, 4E and EA. RGB value is (199,78,234). Sum of RGB (Red+Green+Blue) = 199+78+234=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #C74EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EEA is #38B115. Grayscale: #838383. Windows color (decimal): -3715350 or 15355591. OLE color: 15355591.
HSL color Cylindrical-coordinate representation of color #C74EEA: hue angle of 286.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74EEA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 78 | 234 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 286.54º | 0.79% | 0.61% | - |
| HSV(B) | 286.54º | 0.67% | 0.92% | - |
| XYZ | 41.13 | 23.53 | 80.22 | - |
| YUV | 131.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 234 | 0.15 | 0.67 | 0 | 0.08 | 286.54 | 0.79 | 0.61 |
| Hex | C7 | 4E | EA | F | 43 | 0 | 8 | 11F | 4F | 3D |
| Octal | 307 | 116 | 352 | 17 | 103 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11000111 | 1001110 | 11101010 | 1111 | 1000011 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C74EEA
Complementary color
Monochromatic Colors of #C74EEA
Black with #C74EEA
Text Example
Text Example
White with #C74EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EEA; }
p { color: rgb(199,78,234); }
H1.HeaderClassName
{
color: #C74EEA;
}
.AnyTagClassName
{
color: #C74EEA;
}
</style>
background-color css
<style>
a { background-color: #C74EEA; }
a { background-color: rgb(199,78,234); }
div.DivClassName
{
background-color: #C74EEA;
}
.BgClassName
{
background-color: #C74EEA;
}
</style>
border-color css
<style>
span { border-color: #C74EEA; }
span { border-color: rgb(199,78,234); }
td.TdClassName
{
border-color: #C74EEA;
}
.TagClassName
{
border-color: #C74EEA;
}
</style>