Shades of Medium Orchid #C74FE6
Tints of Medium Orchid #C74FE6
RGB
CMYK
RGB Variations
Color information
#C74FE6 (or 0xC74FE6) is known color: Medium Orchid. HEX triplet: C7, 4F and E6. RGB value is (199,79,230). Sum of RGB (Red+Green+Blue) = 199+79+230=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #C74FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FE6 is #38B019. Grayscale: #838383. Windows color (decimal): -3715098 or 15093703. OLE color: 15093703.
HSL color Cylindrical-coordinate representation of color #C74FE6: hue angle of 287.68º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74FE6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 79 | 230 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.10 |
| HSL | 287.68º | 0.75% | 0.61% | - |
| HSV(B) | 287.68º | 0.66% | 0.9% | - |
| XYZ | 40.63 | 23.45 | 77.25 | - |
| YUV | 132.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 230 | 0.13 | 0.66 | 0 | 0.10 | 287.68 | 0.75 | 0.61 |
| Hex | C7 | 4F | E6 | D | 42 | 0 | A | 120 | 4B | 3D |
| Octal | 307 | 117 | 346 | 15 | 102 | 0 | 12 | 440 | 113 | 75 |
| Binary | 11000111 | 1001111 | 11100110 | 1101 | 1000010 | 0 | 1010 | 100100000 | 1001011 | 111101 |
Color Harmonies of #C74FE6
Complementary color
Monochromatic Colors of #C74FE6
Black with #C74FE6
Text Example
Text Example
White with #C74FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FE6; }
p { color: rgb(199,79,230); }
H1.HeaderClassName
{
color: #C74FE6;
}
.AnyTagClassName
{
color: #C74FE6;
}
</style>
background-color css
<style>
a { background-color: #C74FE6; }
a { background-color: rgb(199,79,230); }
div.DivClassName
{
background-color: #C74FE6;
}
.BgClassName
{
background-color: #C74FE6;
}
</style>
border-color css
<style>
span { border-color: #C74FE6; }
span { border-color: rgb(199,79,230); }
td.TdClassName
{
border-color: #C74FE6;
}
.TagClassName
{
border-color: #C74FE6;
}
</style>