Shades of Medium Orchid #C74EFC
Tints of Medium Orchid #C74EFC
RGB
CMYK
RGB Variations
Color information
#C74EFC (or 0xC74EFC) is known color: Medium Orchid. HEX triplet: C7, 4E and FC. RGB value is (199,78,252). Sum of RGB (Red+Green+Blue) = 199+78+252=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C74EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EFC is #38B103. Grayscale: #858585. Windows color (decimal): -3715332 or 16535239. OLE color: 16535239.
HSL color Cylindrical-coordinate representation of color #C74EFC: hue angle of 281.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74EFC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 78 | 252 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 281.72º | 0.97% | 0.65% | - |
| HSV(B) | 281.72º | 0.69% | 0.99% | - |
| XYZ | 43.85 | 24.62 | 94.54 | - |
| YUV | 134.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 252 | 0.21 | 0.69 | 0 | 0.01 | 281.72 | 0.97 | 0.65 |
| Hex | C7 | 4E | FC | 15 | 45 | 0 | 1 | 11A | 61 | 41 |
| Octal | 307 | 116 | 374 | 25 | 105 | 0 | 1 | 432 | 141 | 101 |
| Binary | 11000111 | 1001110 | 11111100 | 10101 | 1000101 | 0 | 1 | 100011010 | 1100001 | 1000001 |
Color Harmonies of #C74EFC
Complementary color
Monochromatic Colors of #C74EFC
Black with #C74EFC
Text Example
Text Example
White with #C74EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EFC; }
p { color: rgb(199,78,252); }
H1.HeaderClassName
{
color: #C74EFC;
}
.AnyTagClassName
{
color: #C74EFC;
}
</style>
background-color css
<style>
a { background-color: #C74EFC; }
a { background-color: rgb(199,78,252); }
div.DivClassName
{
background-color: #C74EFC;
}
.BgClassName
{
background-color: #C74EFC;
}
</style>
border-color css
<style>
span { border-color: #C74EFC; }
span { border-color: rgb(199,78,252); }
td.TdClassName
{
border-color: #C74EFC;
}
.TagClassName
{
border-color: #C74EFC;
}
</style>