Shades of Medium Orchid #C74FE0
Tints of Medium Orchid #C74FE0
RGB
CMYK
RGB Variations
Color information
#C74FE0 (or 0xC74FE0) is known color: Medium Orchid. HEX triplet: C7, 4F and E0. RGB value is (199,79,224). Sum of RGB (Red+Green+Blue) = 199+79+224=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #C74FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FE0 is #38B01F. Grayscale: #828282. Windows color (decimal): -3715104 or 14700487. OLE color: 14700487.
HSL color Cylindrical-coordinate representation of color #C74FE0: hue angle of 289.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74FE0 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 79 | 224 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.12 |
| HSL | 289.66º | 0.7% | 0.59% | - |
| HSV(B) | 289.66º | 0.65% | 0.88% | - |
| XYZ | 39.8 | 23.12 | 72.88 | - |
| YUV | 131.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 224 | 0.11 | 0.65 | 0 | 0.12 | 289.66 | 0.7 | 0.59 |
| Hex | C7 | 4F | E0 | B | 41 | 0 | C | 122 | 46 | 3B |
| Octal | 307 | 117 | 340 | 13 | 101 | 0 | 14 | 442 | 106 | 73 |
| Binary | 11000111 | 1001111 | 11100000 | 1011 | 1000001 | 0 | 1100 | 100100010 | 1000110 | 111011 |
Color Harmonies of #C74FE0
Complementary color
Monochromatic Colors of #C74FE0
Black with #C74FE0
Text Example
Text Example
White with #C74FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FE0; }
p { color: rgb(199,79,224); }
H1.HeaderClassName
{
color: #C74FE0;
}
.AnyTagClassName
{
color: #C74FE0;
}
</style>
background-color css
<style>
a { background-color: #C74FE0; }
a { background-color: rgb(199,79,224); }
div.DivClassName
{
background-color: #C74FE0;
}
.BgClassName
{
background-color: #C74FE0;
}
</style>
border-color css
<style>
span { border-color: #C74FE0; }
span { border-color: rgb(199,79,224); }
td.TdClassName
{
border-color: #C74FE0;
}
.TagClassName
{
border-color: #C74FE0;
}
</style>