Shades of Medium Orchid #C74FEF
Tints of Medium Orchid #C74FEF
RGB
CMYK
RGB Variations
Color information
#C74FEF (or 0xC74FEF) is known color: Medium Orchid. HEX triplet: C7, 4F and EF. RGB value is (199,79,239). Sum of RGB (Red+Green+Blue) = 199+79+239=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C74FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FEF is #38B010. Grayscale: #848484. Windows color (decimal): -3715089 or 15683527. OLE color: 15683527.
HSL color Cylindrical-coordinate representation of color #C74FEF: hue angle of 285º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74FEF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 79 | 239 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.06 |
| HSL | 285º | 0.83% | 0.62% | - |
| HSV(B) | 285º | 0.67% | 0.94% | - |
| XYZ | 41.93 | 23.97 | 84.08 | - |
| YUV | 133.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 239 | 0.17 | 0.67 | 0 | 0.06 | 285 | 0.83 | 0.62 |
| Hex | C7 | 4F | EF | 11 | 43 | 0 | 6 | 11D | 53 | 3E |
| Octal | 307 | 117 | 357 | 21 | 103 | 0 | 6 | 435 | 123 | 76 |
| Binary | 11000111 | 1001111 | 11101111 | 10001 | 1000011 | 0 | 110 | 100011101 | 1010011 | 111110 |
Color Harmonies of #C74FEF
Complementary color
Monochromatic Colors of #C74FEF
Black with #C74FEF
Text Example
Text Example
White with #C74FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FEF; }
p { color: rgb(199,79,239); }
H1.HeaderClassName
{
color: #C74FEF;
}
.AnyTagClassName
{
color: #C74FEF;
}
</style>
background-color css
<style>
a { background-color: #C74FEF; }
a { background-color: rgb(199,79,239); }
div.DivClassName
{
background-color: #C74FEF;
}
.BgClassName
{
background-color: #C74FEF;
}
</style>
border-color css
<style>
span { border-color: #C74FEF; }
span { border-color: rgb(199,79,239); }
td.TdClassName
{
border-color: #C74FEF;
}
.TagClassName
{
border-color: #C74FEF;
}
</style>