Shades of Medium Orchid #C74FDF
Tints of Medium Orchid #C74FDF
RGB
CMYK
RGB Variations
Color information
#C74FDF (or 0xC74FDF) is known color: Medium Orchid. HEX triplet: C7, 4F and DF. RGB value is (199,79,223). Sum of RGB (Red+Green+Blue) = 199+79+223=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C74FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FDF is #38B020. Grayscale: #828282. Windows color (decimal): -3715105 or 14634951. OLE color: 14634951.
HSL color Cylindrical-coordinate representation of color #C74FDF: hue angle of 290º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74FDF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 79 | 223 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.13 |
| HSL | 290º | 0.69% | 0.59% | - |
| HSV(B) | 290º | 0.65% | 0.87% | - |
| XYZ | 39.67 | 23.06 | 72.17 | - |
| YUV | 131.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 223 | 0.11 | 0.65 | 0 | 0.13 | 290 | 0.69 | 0.59 |
| Hex | C7 | 4F | DF | B | 41 | 0 | D | 122 | 45 | 3B |
| Octal | 307 | 117 | 337 | 13 | 101 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11000111 | 1001111 | 11011111 | 1011 | 1000001 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C74FDF
Complementary color
Monochromatic Colors of #C74FDF
Black with #C74FDF
Text Example
Text Example
White with #C74FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FDF; }
p { color: rgb(199,79,223); }
H1.HeaderClassName
{
color: #C74FDF;
}
.AnyTagClassName
{
color: #C74FDF;
}
</style>
background-color css
<style>
a { background-color: #C74FDF; }
a { background-color: rgb(199,79,223); }
div.DivClassName
{
background-color: #C74FDF;
}
.BgClassName
{
background-color: #C74FDF;
}
</style>
border-color css
<style>
span { border-color: #C74FDF; }
span { border-color: rgb(199,79,223); }
td.TdClassName
{
border-color: #C74FDF;
}
.TagClassName
{
border-color: #C74FDF;
}
</style>