Shades of Medium Orchid #C746DC
Tints of Medium Orchid #C746DC
RGB
CMYK
RGB Variations
Color information
#C746DC (or 0xC746DC) is known color: Medium Orchid. HEX triplet: C7, 46 and DC. RGB value is (199,70,220). Sum of RGB (Red+Green+Blue) = 199+70+220=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C746DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746DC is #38B923. Grayscale: #7D7D7D. Windows color (decimal): -3717412 or 14436039. OLE color: 14436039.
HSL color Cylindrical-coordinate representation of color #C746DC: hue angle of 291.6º 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 #C746DC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 70 | 220 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.14 |
| HSL | 291.6º | 0.68% | 0.57% | - |
| HSV(B) | 291.6º | 0.68% | 0.86% | - |
| XYZ | 38.66 | 21.69 | 69.86 | - |
| YUV | 125.67 | 181.24 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 220 | 0.10 | 0.68 | 0 | 0.14 | 291.6 | 0.68 | 0.57 |
| Hex | C7 | 46 | DC | A | 44 | 0 | E | 124 | 44 | 39 |
| Octal | 307 | 106 | 334 | 12 | 104 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11000111 | 1000110 | 11011100 | 1010 | 1000100 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C746DC
Complementary color
Monochromatic Colors of #C746DC
Black with #C746DC
Text Example
Text Example
White with #C746DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746DC; }
p { color: rgb(199,70,220); }
H1.HeaderClassName
{
color: #C746DC;
}
.AnyTagClassName
{
color: #C746DC;
}
</style>
background-color css
<style>
a { background-color: #C746DC; }
a { background-color: rgb(199,70,220); }
div.DivClassName
{
background-color: #C746DC;
}
.BgClassName
{
background-color: #C746DC;
}
</style>
border-color css
<style>
span { border-color: #C746DC; }
span { border-color: rgb(199,70,220); }
td.TdClassName
{
border-color: #C746DC;
}
.TagClassName
{
border-color: #C746DC;
}
</style>