Shades of Medium Orchid #C74FD8
Tints of Medium Orchid #C74FD8
RGB
CMYK
RGB Variations
Color information
#C74FD8 (or 0xC74FD8) is known color: Medium Orchid. HEX triplet: C7, 4F and D8. RGB value is (199,79,216). Sum of RGB (Red+Green+Blue) = 199+79+216=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #C74FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FD8 is #38B027. Grayscale: #828282. Windows color (decimal): -3715112 or 14176199. OLE color: 14176199.
HSL color Cylindrical-coordinate representation of color #C74FD8: hue angle of 292.55º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74FD8 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 79 | 216 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.15 |
| HSL | 292.55º | 0.64% | 0.58% | - |
| HSV(B) | 292.55º | 0.63% | 0.85% | - |
| XYZ | 38.74 | 22.69 | 67.3 | - |
| YUV | 130.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 216 | 0.08 | 0.63 | 0 | 0.15 | 292.55 | 0.64 | 0.58 |
| Hex | C7 | 4F | D8 | 8 | 3F | 0 | F | 125 | 40 | 3A |
| Octal | 307 | 117 | 330 | 10 | 77 | 0 | 17 | 445 | 100 | 72 |
| Binary | 11000111 | 1001111 | 11011000 | 1000 | 111111 | 0 | 1111 | 100100101 | 1000000 | 111010 |
Color Harmonies of #C74FD8
Complementary color
Monochromatic Colors of #C74FD8
Black with #C74FD8
Text Example
Text Example
White with #C74FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FD8; }
p { color: rgb(199,79,216); }
H1.HeaderClassName
{
color: #C74FD8;
}
.AnyTagClassName
{
color: #C74FD8;
}
</style>
background-color css
<style>
a { background-color: #C74FD8; }
a { background-color: rgb(199,79,216); }
div.DivClassName
{
background-color: #C74FD8;
}
.BgClassName
{
background-color: #C74FD8;
}
</style>
border-color css
<style>
span { border-color: #C74FD8; }
span { border-color: rgb(199,79,216); }
td.TdClassName
{
border-color: #C74FD8;
}
.TagClassName
{
border-color: #C74FD8;
}
</style>