Shades of Medium Orchid #C74CD8
Tints of Medium Orchid #C74CD8
RGB
CMYK
RGB Variations
Color information
#C74CD8 (or 0xC74CD8) is known color: Medium Orchid. HEX triplet: C7, 4C and D8. RGB value is (199,76,216). Sum of RGB (Red+Green+Blue) = 199+76+216=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #C74CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CD8 is #38B327. Grayscale: #808080. Windows color (decimal): -3715880 or 14175431. OLE color: 14175431.
HSL color Cylindrical-coordinate representation of color #C74CD8: hue angle of 292.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74CD8 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 76 | 216 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.15 |
| HSL | 292.71º | 0.64% | 0.57% | - |
| HSV(B) | 292.71º | 0.65% | 0.85% | - |
| XYZ | 38.53 | 22.27 | 67.23 | - |
| YUV | 128.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 216 | 0.08 | 0.65 | 0 | 0.15 | 292.71 | 0.64 | 0.57 |
| Hex | C7 | 4C | D8 | 8 | 41 | 0 | F | 125 | 40 | 39 |
| Octal | 307 | 114 | 330 | 10 | 101 | 0 | 17 | 445 | 100 | 71 |
| Binary | 11000111 | 1001100 | 11011000 | 1000 | 1000001 | 0 | 1111 | 100100101 | 1000000 | 111001 |
Color Harmonies of #C74CD8
Complementary color
Monochromatic Colors of #C74CD8
Black with #C74CD8
Text Example
Text Example
White with #C74CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CD8; }
p { color: rgb(199,76,216); }
H1.HeaderClassName
{
color: #C74CD8;
}
.AnyTagClassName
{
color: #C74CD8;
}
</style>
background-color css
<style>
a { background-color: #C74CD8; }
a { background-color: rgb(199,76,216); }
div.DivClassName
{
background-color: #C74CD8;
}
.BgClassName
{
background-color: #C74CD8;
}
</style>
border-color css
<style>
span { border-color: #C74CD8; }
span { border-color: rgb(199,76,216); }
td.TdClassName
{
border-color: #C74CD8;
}
.TagClassName
{
border-color: #C74CD8;
}
</style>