Shades of Medium Orchid #C74CDF
Tints of Medium Orchid #C74CDF
RGB
CMYK
RGB Variations
Color information
#C74CDF (or 0xC74CDF) is known color: Medium Orchid. HEX triplet: C7, 4C and DF. RGB value is (199,76,223). Sum of RGB (Red+Green+Blue) = 199+76+223=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C74CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CDF is #38B320. Grayscale: #818181. Windows color (decimal): -3715873 or 14634183. OLE color: 14634183.
HSL color Cylindrical-coordinate representation of color #C74CDF: hue angle of 290.2º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74CDF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 76 | 223 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.13 |
| HSL | 290.2º | 0.7% | 0.59% | - |
| HSV(B) | 290.2º | 0.66% | 0.87% | - |
| XYZ | 39.46 | 22.64 | 72.1 | - |
| YUV | 129.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 223 | 0.11 | 0.66 | 0 | 0.13 | 290.2 | 0.7 | 0.59 |
| Hex | C7 | 4C | DF | B | 42 | 0 | D | 122 | 46 | 3B |
| Octal | 307 | 114 | 337 | 13 | 102 | 0 | 15 | 442 | 106 | 73 |
| Binary | 11000111 | 1001100 | 11011111 | 1011 | 1000010 | 0 | 1101 | 100100010 | 1000110 | 111011 |
Color Harmonies of #C74CDF
Complementary color
Monochromatic Colors of #C74CDF
Black with #C74CDF
Text Example
Text Example
White with #C74CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CDF; }
p { color: rgb(199,76,223); }
H1.HeaderClassName
{
color: #C74CDF;
}
.AnyTagClassName
{
color: #C74CDF;
}
</style>
background-color css
<style>
a { background-color: #C74CDF; }
a { background-color: rgb(199,76,223); }
div.DivClassName
{
background-color: #C74CDF;
}
.BgClassName
{
background-color: #C74CDF;
}
</style>
border-color css
<style>
span { border-color: #C74CDF; }
span { border-color: rgb(199,76,223); }
td.TdClassName
{
border-color: #C74CDF;
}
.TagClassName
{
border-color: #C74CDF;
}
</style>