Shades of Medium Orchid #C74EFA
Tints of Medium Orchid #C74EFA
RGB
CMYK
RGB Variations
Color information
#C74EFA (or 0xC74EFA) is known color: Medium Orchid. HEX triplet: C7, 4E and FA. RGB value is (199,78,250). Sum of RGB (Red+Green+Blue) = 199+78+250=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #C74EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EFA is #38B105. Grayscale: #858585. Windows color (decimal): -3715334 or 16404167. OLE color: 16404167.
HSL color Cylindrical-coordinate representation of color #C74EFA: hue angle of 282.21º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74EFA is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 78 | 250 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.02 |
| HSL | 282.21º | 0.95% | 0.64% | - |
| HSV(B) | 282.21º | 0.69% | 0.98% | - |
| XYZ | 43.53 | 24.49 | 92.88 | - |
| YUV | 133.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 250 | 0.20 | 0.69 | 0 | 0.02 | 282.21 | 0.95 | 0.64 |
| Hex | C7 | 4E | FA | 14 | 45 | 0 | 2 | 11A | 5F | 40 |
| Octal | 307 | 116 | 372 | 24 | 105 | 0 | 2 | 432 | 137 | 100 |
| Binary | 11000111 | 1001110 | 11111010 | 10100 | 1000101 | 0 | 10 | 100011010 | 1011111 | 1000000 |
Color Harmonies of #C74EFA
Complementary color
Monochromatic Colors of #C74EFA
Black with #C74EFA
Text Example
Text Example
White with #C74EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EFA; }
p { color: rgb(199,78,250); }
H1.HeaderClassName
{
color: #C74EFA;
}
.AnyTagClassName
{
color: #C74EFA;
}
</style>
background-color css
<style>
a { background-color: #C74EFA; }
a { background-color: rgb(199,78,250); }
div.DivClassName
{
background-color: #C74EFA;
}
.BgClassName
{
background-color: #C74EFA;
}
</style>
border-color css
<style>
span { border-color: #C74EFA; }
span { border-color: rgb(199,78,250); }
td.TdClassName
{
border-color: #C74EFA;
}
.TagClassName
{
border-color: #C74EFA;
}
</style>