Shades of Medium Orchid #C74FEA
Tints of Medium Orchid #C74FEA
RGB
CMYK
RGB Variations
Color information
#C74FEA (or 0xC74FEA) is known color: Medium Orchid. HEX triplet: C7, 4F and EA. RGB value is (199,79,234). Sum of RGB (Red+Green+Blue) = 199+79+234=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #C74FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FEA is #38B015. Grayscale: #848484. Windows color (decimal): -3715094 or 15355847. OLE color: 15355847.
HSL color Cylindrical-coordinate representation of color #C74FEA: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74FEA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 79 | 234 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.08 |
| HSL | 286.45º | 0.79% | 0.61% | - |
| HSV(B) | 286.45º | 0.66% | 0.92% | - |
| XYZ | 41.2 | 23.67 | 80.24 | - |
| YUV | 132.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 234 | 0.15 | 0.66 | 0 | 0.08 | 286.45 | 0.79 | 0.61 |
| Hex | C7 | 4F | EA | F | 42 | 0 | 8 | 11E | 4F | 3D |
| Octal | 307 | 117 | 352 | 17 | 102 | 0 | 10 | 436 | 117 | 75 |
| Binary | 11000111 | 1001111 | 11101010 | 1111 | 1000010 | 0 | 1000 | 100011110 | 1001111 | 111101 |
Color Harmonies of #C74FEA
Complementary color
Monochromatic Colors of #C74FEA
Black with #C74FEA
Text Example
Text Example
White with #C74FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FEA; }
p { color: rgb(199,79,234); }
H1.HeaderClassName
{
color: #C74FEA;
}
.AnyTagClassName
{
color: #C74FEA;
}
</style>
background-color css
<style>
a { background-color: #C74FEA; }
a { background-color: rgb(199,79,234); }
div.DivClassName
{
background-color: #C74FEA;
}
.BgClassName
{
background-color: #C74FEA;
}
</style>
border-color css
<style>
span { border-color: #C74FEA; }
span { border-color: rgb(199,79,234); }
td.TdClassName
{
border-color: #C74FEA;
}
.TagClassName
{
border-color: #C74FEA;
}
</style>