Shades of Medium Orchid #C74FE3
Tints of Medium Orchid #C74FE3
RGB
CMYK
RGB Variations
Color information
#C74FE3 (or 0xC74FE3) is known color: Medium Orchid. HEX triplet: C7, 4F and E3. RGB value is (199,79,227). Sum of RGB (Red+Green+Blue) = 199+79+227=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #C74FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FE3 is #38B01C. Grayscale: #838383. Windows color (decimal): -3715101 or 14897095. OLE color: 14897095.
HSL color Cylindrical-coordinate representation of color #C74FE3: hue angle of 288.65º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74FE3 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 79 | 227 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.11 |
| HSL | 288.65º | 0.73% | 0.6% | - |
| HSV(B) | 288.65º | 0.65% | 0.89% | - |
| XYZ | 40.21 | 23.28 | 75.05 | - |
| YUV | 131.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 227 | 0.12 | 0.65 | 0 | 0.11 | 288.65 | 0.73 | 0.6 |
| Hex | C7 | 4F | E3 | C | 41 | 0 | B | 121 | 49 | 3C |
| Octal | 307 | 117 | 343 | 14 | 101 | 0 | 13 | 441 | 111 | 74 |
| Binary | 11000111 | 1001111 | 11100011 | 1100 | 1000001 | 0 | 1011 | 100100001 | 1001001 | 111100 |
Color Harmonies of #C74FE3
Complementary color
Monochromatic Colors of #C74FE3
Black with #C74FE3
Text Example
Text Example
White with #C74FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FE3; }
p { color: rgb(199,79,227); }
H1.HeaderClassName
{
color: #C74FE3;
}
.AnyTagClassName
{
color: #C74FE3;
}
</style>
background-color css
<style>
a { background-color: #C74FE3; }
a { background-color: rgb(199,79,227); }
div.DivClassName
{
background-color: #C74FE3;
}
.BgClassName
{
background-color: #C74FE3;
}
</style>
border-color css
<style>
span { border-color: #C74FE3; }
span { border-color: rgb(199,79,227); }
td.TdClassName
{
border-color: #C74FE3;
}
.TagClassName
{
border-color: #C74FE3;
}
</style>