Shades of Medium Orchid #C747DC
Tints of Medium Orchid #C747DC
RGB
CMYK
RGB Variations
Color information
#C747DC (or 0xC747DC) is known color: Medium Orchid. HEX triplet: C7, 47 and DC. RGB value is (199,71,220). Sum of RGB (Red+Green+Blue) = 199+71+220=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C747DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747DC is #38B823. Grayscale: #7D7D7D. Windows color (decimal): -3717156 or 14436295. OLE color: 14436295.
HSL color Cylindrical-coordinate representation of color #C747DC: hue angle of 291.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C747DC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 71 | 220 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.14 |
| HSL | 291.54º | 0.68% | 0.57% | - |
| HSV(B) | 291.54º | 0.68% | 0.86% | - |
| XYZ | 38.72 | 21.82 | 69.88 | - |
| YUV | 126.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 220 | 0.10 | 0.68 | 0 | 0.14 | 291.54 | 0.68 | 0.57 |
| Hex | C7 | 47 | DC | A | 44 | 0 | E | 124 | 44 | 39 |
| Octal | 307 | 107 | 334 | 12 | 104 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11000111 | 1000111 | 11011100 | 1010 | 1000100 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C747DC
Complementary color
Monochromatic Colors of #C747DC
Black with #C747DC
Text Example
Text Example
White with #C747DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747DC; }
p { color: rgb(199,71,220); }
H1.HeaderClassName
{
color: #C747DC;
}
.AnyTagClassName
{
color: #C747DC;
}
</style>
background-color css
<style>
a { background-color: #C747DC; }
a { background-color: rgb(199,71,220); }
div.DivClassName
{
background-color: #C747DC;
}
.BgClassName
{
background-color: #C747DC;
}
</style>
border-color css
<style>
span { border-color: #C747DC; }
span { border-color: rgb(199,71,220); }
td.TdClassName
{
border-color: #C747DC;
}
.TagClassName
{
border-color: #C747DC;
}
</style>