Shades of Medium Orchid #C747D6
Tints of Medium Orchid #C747D6
RGB
CMYK
RGB Variations
Color information
#C747D6 (or 0xC747D6) is known color: Medium Orchid. HEX triplet: C7, 47 and D6. RGB value is (199,71,214). Sum of RGB (Red+Green+Blue) = 199+71+214=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #C747D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747D6 is #38B829. Grayscale: #7D7D7D. Windows color (decimal): -3717162 or 14043079. OLE color: 14043079.
HSL color Cylindrical-coordinate representation of color #C747D6: hue angle of 293.71º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C747D6 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 71 | 214 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.16 |
| HSL | 293.71º | 0.64% | 0.56% | - |
| HSV(B) | 293.71º | 0.67% | 0.84% | - |
| XYZ | 37.94 | 21.5 | 65.77 | - |
| YUV | 125.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 214 | 0.07 | 0.67 | 0 | 0.16 | 293.71 | 0.64 | 0.56 |
| Hex | C7 | 47 | D6 | 7 | 43 | 0 | 10 | 126 | 40 | 38 |
| Octal | 307 | 107 | 326 | 7 | 103 | 0 | 20 | 446 | 100 | 70 |
| Binary | 11000111 | 1000111 | 11010110 | 111 | 1000011 | 0 | 10000 | 100100110 | 1000000 | 111000 |
Color Harmonies of #C747D6
Complementary color
Monochromatic Colors of #C747D6
Black with #C747D6
Text Example
Text Example
White with #C747D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747D6; }
p { color: rgb(199,71,214); }
H1.HeaderClassName
{
color: #C747D6;
}
.AnyTagClassName
{
color: #C747D6;
}
</style>
background-color css
<style>
a { background-color: #C747D6; }
a { background-color: rgb(199,71,214); }
div.DivClassName
{
background-color: #C747D6;
}
.BgClassName
{
background-color: #C747D6;
}
</style>
border-color css
<style>
span { border-color: #C747D6; }
span { border-color: rgb(199,71,214); }
td.TdClassName
{
border-color: #C747D6;
}
.TagClassName
{
border-color: #C747D6;
}
</style>