Shades of Medium Orchid #C747DF
Tints of Medium Orchid #C747DF
RGB
CMYK
RGB Variations
Color information
#C747DF (or 0xC747DF) is known color: Medium Orchid. HEX triplet: C7, 47 and DF. RGB value is (199,71,223). Sum of RGB (Red+Green+Blue) = 199+71+223=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #C747DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747DF is #38B820. Grayscale: #7E7E7E. Windows color (decimal): -3717153 or 14632903. OLE color: 14632903.
HSL color Cylindrical-coordinate representation of color #C747DF: hue angle of 290.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C747DF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 71 | 223 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.13 |
| HSL | 290.53º | 0.7% | 0.58% | - |
| HSV(B) | 290.53º | 0.68% | 0.87% | - |
| XYZ | 39.13 | 21.98 | 71.99 | - |
| YUV | 126.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 223 | 0.11 | 0.68 | 0 | 0.13 | 290.53 | 0.7 | 0.58 |
| Hex | C7 | 47 | DF | B | 44 | 0 | D | 123 | 46 | 3A |
| Octal | 307 | 107 | 337 | 13 | 104 | 0 | 15 | 443 | 106 | 72 |
| Binary | 11000111 | 1000111 | 11011111 | 1011 | 1000100 | 0 | 1101 | 100100011 | 1000110 | 111010 |
Color Harmonies of #C747DF
Complementary color
Monochromatic Colors of #C747DF
Black with #C747DF
Text Example
Text Example
White with #C747DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747DF; }
p { color: rgb(199,71,223); }
H1.HeaderClassName
{
color: #C747DF;
}
.AnyTagClassName
{
color: #C747DF;
}
</style>
background-color css
<style>
a { background-color: #C747DF; }
a { background-color: rgb(199,71,223); }
div.DivClassName
{
background-color: #C747DF;
}
.BgClassName
{
background-color: #C747DF;
}
</style>
border-color css
<style>
span { border-color: #C747DF; }
span { border-color: rgb(199,71,223); }
td.TdClassName
{
border-color: #C747DF;
}
.TagClassName
{
border-color: #C747DF;
}
</style>